well, redllar is back and give JauntePE v0.2.0 to play. He also currently develop JauntePE v0.1.2 which is improve version and bug fix
All are available in JauntePE Portablefreeware discussion forums
And more, he mention that he might to make the JauntePE open source
Redllar wrote
If I see enough of an effort on the part of the JPE users to help each other out, then yeah, I would happily open source it on SourceForge. I even created a compile-time JPE-runtime-based library for C/C++ devs to use to instantly portablize any non-portable app.
....
The more people participate the more I'm inclined to open source it so that its development can be continued after I'm done here.
Try using the tag and not the tag if you're going to quote someone. "Cite" as in "citation"...get it?
A program description would help if you're giving this audience a "sales pitch" on why we should use this app.
Cancer Survivors -- Remember the fight, celebrate the victory!
Help control the rugrat population -- have yourself spayed or neutered!
"jeez" if it is that much of an inconvenience why respond.
"Sales Pitch" everyone thing here is open source no selling needed
This app can make normal non portable apps become fully portable
simple as that. although it is still in its alpha stages it works magnificently
go to portablefreeware forums to check it out
Slackware 12 for system
MCP (For XP and Server 2003)
Network + Certified
aim is "nycjv321" (minus quotes)
ok, it is my fault not giving the description. I just thought everyone portable fans here would know this thing
Yes, JauntePE can convert non portable app to portable app. thanks nycjv321. But it is just not only that, it also NEWBIE friendly. User dont need to learn script, find registry, etc..
Just simply drag application executable to the JauntePE launchpad and it will control all the executable behaviour to act as portable manner via api hooking.
I'm not trying to make "Sales pitch" here. The only things is i would like to get attention from the portable programmer here. Since this forum really support open source, lets give Redllar some support. And of course he would like someone to take over the JauntePE development if he give the source code.
And more, i'm not talking here on behave of Redllar. I really just love this software and hope it continue to develop. I only can just wish i know programming.
Just try to see some positive feedback from the forum, not just a "jeez"..
But if nobody bothers JauntePE, it's ok. At least i try
There are of course some issues with it. It is not open source. And the license does not permit redistribution with applications due to its "personal use" clause of some of the components of JauntPE. So, it is apparently quite handy for personal, individual use. But, anything beyond that, it can't be used for.
Even if JauntPE were open-sourced, some of the components it is based on can not also be open sourced (the license does not permit it)... so the whole package itself can only be freeware... not open source. It can never be hosted on SourceForge / Google Code. Etc.
Sometimes, the impossible can become possible, if you're awesome!
I guess you mean the hooking component?
It can be changed to another one
"Those people who think they know everything are a great annoyance to those of us who do." Asimov
I'm working on one at the moment. At the start, it will only display a MessageBox whenever something is read, written or otherwise from the registry.
I'll let you know how I go.
----
Ryan McCue.
Blog.
So all that Airbus-delay trouble over here in Europe is because of YOU!
Simeon.
"If you're not part of the solution, you're part of the precipitate."
What language do you write it in?
"Those people who think they know everything are a great annoyance to those of us who do." Asimov
It's a DLL written in C++, which will be used by an edited version of WinAPIOverride32. (In the mean time, at least)
If I can get a copy of where Steve was at, I won't need WinAPIOverride32.
----
Ryan McCue.
Blog.
So all that Airbus-delay trouble over here in Europe is because of YOU!
Simeon.
"If you're not part of the solution, you're part of the precipitate."
No, thanks. Actually I wrote my own hooking library 2 months ago (in C)

I was wondering if you did it in NSIS, that's why I asked
"Those people who think they know everything are a great annoyance to those of us who do." Asimov
It would be pretty much impossible to write it in NSIS, since it lacks the power, unless you use a plugin, which you'd have to write in C/C++ anyway
Would I be able to grab a copy of that library, please? Assuming it's OSS.
----
Ryan McCue.
Blog.
So all that Airbus-delay trouble over here in Europe is because of YOU!
Simeon.
"If you're not part of the solution, you're part of the precipitate."
Yeah, no problem. But not now as it doesn't exist
I had a drive failure, this thing was too new to have a backup. But I'll need it within c.a. month, so I'm writing a new, better version. BTW what hooking technique do you use? I found trampoline to be the only thing good enough for me.
"Those people who think they know everything are a great annoyance to those of us who do." Asimov
Well, it's OK, since I've got a copy of Steve's Lapwing now.
I was going to use WinAPIOverride32 until I had time to write a hooking technique of my own, but as I said, I'm using Steve's.
----
Ryan McCue.
Blog.
So all that Airbus-delay trouble over here in Europe is because of YOU!
Simeon.
"If you're not part of the solution, you're part of the precipitate."
Lapwing is very similar to what I have done. One remark, It's important, but I saw it nowhere. It's not thread safe..and I don't think it's possible to fix it.
"Those people who think they know everything are a great annoyance to those of us who do." Asimov
And I think I'm still going to need a hooking component.
Once I get the licensing issues sorted out, I'll start a Google Code project for it. I'd love to work with you on it, if possible.
----
Ryan McCue.
Blog.
So all that Airbus-delay trouble over here in Europe is because of YOU!
Simeon.
"If you're not part of the solution, you're part of the precipitate."
With the thing I'm doing, there's nothing to split, it will have
"Those people who think they know everything are a great annoyance to those of us who do." Asimov
I could still use your help
----
Ryan McCue.
Blog.
So all that Airbus-delay trouble over here in Europe is because of YOU!
Simeon.
"If you're not part of the solution, you're part of the precipitate."
If you need it - ask. maciej _ adamczyk @ o2 . pl
Or ICQ 412928738 (but I won't be on ICQ for several days)
"Those people who think they know everything are a great annoyance to those of us who do." Asimov
Hi!
I thought of a portable version of Windows Explorer (the whole shell).
Maybe it's realizeable with JauntePE. I've already tried but it didn't work.
I know it's not legal to upload the stuff but perhaps a wizard could do that.
(it's just a thought)
stgr
What would having your own explorer.exe carried with you accomplish?
MC
For i did it so it don't mess up all the file associations.
You can then install other apps and run apps without affecting the host os.
I exclude all registry settings exept "hklm\software" and "hkcu\software"
from there you go and add other keys you need
like for wallpaper "HKCU\Control Panel\Desktop"
your startmenu would be portable (but its not no icons appear)still working on it
all shell folders would be redirected
[Registry]
Use=1
Data=..\..\JauntePe\Registry\%appname%.reg
[Filesystem]
Use=1
Data=..\..\
[Redirection]
RedirMisc=1
MemRegistry=2
UseIcon=1
ModFrame=1
FlashDisco=1
IconDisco=1
[RegistryExclude]
[RegistryIgnore]
1=HKEY_LOCAL_MACHINE\SOFTWARE\Classes
2=HKEY_CURRENT_USER\Control Panel\Desktop
3=HKEY_CURRENT_USER\SOFTWARE
[RegistryInclude]
1=HKEY_LOCAL_MACHINE\SOFTWARE\Classes
2=HKEY_CURRENT_USER\Control Panel\Desktop
3=HKEY_CURRENT_USER\SOFTWARE
[FilesystemExclude]
[FilesystemIgnore]
;1=%2%
;2=%7%
;3=%11%
;4=%22%
;5=%23%
;6=%24%
[FilesystemInclude]
1=%2%
2=%7%
3=%11%
4=%22%
5=%23%
6=%24%
[ModuleExclude]
[ModuleInclude]
[SpecialFolders]
0=Documents and Settings\emmanuel\Desktop
1=JauntePe\Files\%appname%\Internet
2=Documents and Settings\emmanuel\Start Menu\Programs
3=JauntePe\Files\%appname%\Computer\Controls
4=JauntePe\Files\%appname%\Computer\Printers
5=Documents and Settings\emmanuel\My Documents
6=Documents and Settings\emmanuel\Favorites
7=Documents and Settings\emmanuel\Start Menu\Programs\Startup
8=Documents and Settings\emmanuel\Recent
9=Documents and Settings\emmanuel\SendTo
10=JauntePe\Files\%appname%\Desktop\RecycleBin
11=Documents and Settings\emmanuel\Start Menu
12=Documents and Settings\emmanuel\My Documents
13=Documents and Settings\emmanuel\My Documents\My Music
14=Documents and Settings\emmanuel\My Documents\My Videos
15=JauntePe\Files\%appname%\Unknown
16=Documents and Settings\emmanuel\Desktop
17=JauntePe\Files\%appname%\Drives
18=JauntePe\Files\%appname%\Network
19=Documents and Settings\emmanuel\NetHood\
20=Windows\Fonts
21=Documents and Settings\emmanuel\Templates
22=Documents and Settings\All Users\Start Menu
23=Documents and Settings\All Users\Start Menu\Programs
24=Documents and Settings\All Users\Start Menu\Programs\Startup
25=Documents and Settings\All Users\Desktop
26=Documents and Settings\emmanuel\Application Data
27=Documents and Settings\emmanuel\PrintHood
28=Documents and Settings\emmanuel\Local Settings\Application Data
29=JauntePe\Files\%appname%\Startup
30=JauntePe\Files\%appname%\Startup
31=Documents and Settings\emmanuel\Favorites
32=Documents and Settings\emmanuel\Local Settings\Temporary Internet Files
33=Documents and Settings\emmanuel\Cookies
34=Documents and Settings\emmanuel\Local Settings\History
35=Documents and Settings\All Users\Application Data
36=Windows
37=Windows\system32
38=Program Files
39=Documents and Settings\emmanuel\My Documents\My Pictures
40=Documents and Settings\emmanuel
41=Windows\System
42=Program Files
43=Program Files\Common
44=Program Files\Common
45=Documents and Settings\All Users\Templates
46=Documents and Settings\All Users\Documents
47=JauntePe\Files\%appname%\StartMenu\Programs\AdminTools
48=JauntePe\Files\%appname%\StartMenu\Programs\AdminTools
49=JauntePe\Files\%appname%\Connections
50=JauntePe\Files\%appname%\Unknown
51=JauntePe\Files\%appname%\Unknown
52=JauntePe\Files\%appname%\Unknown
53=Documents and Settings\All Users\My Documents\My Music
54=Documents and Settings\All Users\My Documents\My Pictures
55=Documents and Settings\All Users\My Documents\My Videos
56=JauntePe\Files\%appname%\Windows\Resources
57=JauntePe\Files\%appname%\Local\Resources
58=JauntePe\Files\%appname%\OEM
59=JauntePe\Files\%appname%\AppData\CDBurnArea
60=JauntePe\Files\%appname%\Unknown
61=JauntePe\Files\%appname%\ComputersNearMe
62=JauntePe\Files\%appname%
pres CTRL+ALT+DELETE
go to processes select explorer.exe end kill the process
if you have lots of open explorer windows you have to repeat untill the shell closses (taskbar gone). In the menu of the task menager go2 File>new task
and brose to your explorer_portable.exe and launch