Search found 34 matches

by ZergFood
Mon Sep 07, 2009 6:07 am
Forum: JauntePE Discussion
Topic: Will JauntePE be continued?
Replies: 3
Views: 27514

Re: Will JauntePE be continued?

I respect the man, don't get me wrong, I sure wish he would still be around though. I cannot imagine why he decided to be this way over some trivial matter. I get insulted by "trolls" all the time, along with my (stupid) proggies & whatever I do, but I realize that those trolls aren't ...
by ZergFood
Sat Aug 29, 2009 5:31 am
Forum: JauntePE Discussion
Topic: Will JauntePE be continued?
Replies: 3
Views: 27514

Will JauntePE be continued?

Hello, I know the original author isn't working on JauntePE anymore, but is the source code available in some form? It's a real shame because I read that JaunePE doesn't work on 64-bit systems (even with 32-bit apps, mind you!) so that means it'll be dead forever on such systems? Even for 32-bit app...
by ZergFood
Mon Jun 01, 2009 6:39 pm
Forum: JauntePE Discussion
Topic: Registry tokens for app dir?
Replies: 7
Views: 11776

Yes thanks that was what I meant but I expressed wrong. I forgot to put [Filesystem] Data=. in my example heh :) I also noticed you use '@' for the default value of the key, cool, learn something even when unintentional ;) Oh and I already knew you can use subfolders but forgot to use it LOL thanks ...
by ZergFood
Sun May 31, 2009 8:20 am
Forum: JauntePE Discussion
Topic: Registry tokens for app dir?
Replies: 7
Views: 11776

Hey thanks for replying, I've been busy a lot as well. So basically, I have to do something like this? [FilesystemExclude] 1=* [FilesystemInclude] 1=38 [SpecialFolders] 38=.. ; assuming the current dir is the program itself And then use reg tokens for the 38 (Program Files special folder)? That woul...
by ZergFood
Sun Mar 15, 2009 3:26 pm
Forum: JauntePE Launchers
Topic: Firefox JPE tryouts
Replies: 7
Views: 34214

You know you can launch Firefox with:

Code: Select all

firefox -profile "path_to_profile"
which can be relative too, so you can theoretically get rid of Filesystem redirection :)
(you'll still have to redirect registry though)
by ZergFood
Sun Mar 15, 2009 3:20 pm
Forum: JauntePE Discussion
Topic: JauntePE030AlphaFinal
Replies: 11
Views: 40093

This is a joke right? I mean, he didn't cease the entire development, just this version? Right? I hope so... :cry: Can't he give the sources/backup at least? Please? JauntePE is such a great tool and unique/one of its kind :( also please if you're still out there updating it, please also consider JP...
by ZergFood
Sun Mar 08, 2009 2:47 pm
Forum: JauntePE Discussion
Topic: Filesystem "special folders" relative path redirec
Replies: 12
Views: 19757

Hey I found out how to make it "portable" without jauntePE (Vidalia has that capability) 8) Launch it like this: cd App\ start /min .\Privoxy.exe start .\vidalia.exe -datadir ".\Data" Make sure "vidalia.conf" in the "Data" subfolder has the following stuff: [T...
by ZergFood
Sun Mar 08, 2009 1:34 pm
Forum: JauntePE Discussion
Topic: Filesystem "special folders" relative path redirec
Replies: 12
Views: 19757

Ok I tried this on my laptop too, and it still does the same thing, however it also gives me an "exception handled error" when I exit. This: --------------------------- Vidalia.exe Unhandled Error --------------------------- An unhandled error has occurred which may cause this application ...
by ZergFood
Fri Mar 06, 2009 10:00 am
Forum: JauntePE Discussion
Topic: Help with JauntPE
Replies: 18
Views: 28646

Hey mark, did it work? Did you have difficulties with it? :)
by ZergFood
Thu Mar 05, 2009 7:34 am
Forum: JauntePE Discussion
Topic: Help with JauntPE
Replies: 18
Views: 28646

Definitely, I think that "creating a script from scratch" as I have outlined will make it easier for you to understand. It's much easier than modifying a "generic" script -- trust me, that's how I learned it. I'm pretty much a "noob" in jauntePE as well, seeing as I onl...
by ZergFood
Wed Mar 04, 2009 2:28 pm
Forum: JauntePE Discussion
Topic: Help with JauntPE
Replies: 18
Views: 28646

First of all, your example above redirects the filesystem too, not just registry -- if your app doesn't write to "special folders" (such as "Documents and Settings" or other folders like this) then you can disable it. i.e delete the [Filesystem] Use=1 Data=.\JPE\ and delete the R...
by ZergFood
Wed Mar 04, 2009 12:08 pm
Forum: JauntePE Discussion
Topic: Help with JauntPE
Replies: 18
Views: 28646

By the way, when I edit the JPE.ini file does it matter where I add new values and strings or can they be added at the very end of the list? They need to be added into the respective sections (the stuff between the [] brackets). Also, they need to be ordered consecutively, for example: [RegistryInc...
by ZergFood
Wed Mar 04, 2009 9:33 am
Forum: JauntePE Discussion
Topic: Filesystem "special folders" relative path redirec
Replies: 12
Views: 19757

I uploaded the config file with the logs in my previous mediafire link, you can take a look at it if you want. Should I upload the whole Vidalia package the way I set it? I'm only asking this to at least see if you can reproduce it (if not, it might be a REALLY strange bug :shock:) EDIT: I have some...
by ZergFood
Wed Mar 04, 2009 9:25 am
Forum: JauntePE Discussion
Topic: Help with JauntPE
Replies: 18
Views: 28646

If you know what registry it writes to (you exercised it before, without jauntePE, with RegFromApp), then you can just delete them (I mean, the keys from the REAL registry), and use the jauntePE version of your app (i.e portable version), and 'exercise' it again. Then you can take a look with regedi...
by ZergFood
Wed Mar 04, 2009 7:57 am
Forum: JauntePE Discussion
Topic: Registry tokens for app dir?
Replies: 7
Views: 11776

Thank you for detailed answer, although I'm still pretty clueless how to proceed, but I understand I have to use %appdir%. This is all well and good but how do I make the registry use this token? Do I need to redirect a filesystem as well? For example, say I have the registry key: [HKEY_LOCAL_MACHIN...