Search found 106 matches

by Chris
Mon Jan 28, 2008 11:00 am
Forum: JauntePE Discussion
Topic: Help portabilizing a CD based tutorial
Replies: 9
Views: 16440

Apps being JPEized could run faster when JPE redirects lesser DLLs. And some DLLs are even required to be excluded from being redirected by JPE in order to make the app runs properly (like FireFox for example). I think it would still be difficult to know the exact needed registry entry or even if it...
by Chris
Thu Jan 24, 2008 12:50 am
Forum: JauntePE Discussion
Topic: Help portabilizing a CD based tutorial
Replies: 9
Views: 16440

Run-time error 339. Component flash.ocx or one of it's dependencies is not correctly registered. A file is missing or invalid. I guess you would need to exclude some of the components. Open the JauntePE_JauntePE.ini and add new entry, example: [ModuleExclude] 1=DockShellHook.dll 2=CrashRpt.dll For ...
by Chris
Sun Jan 20, 2008 3:23 pm
Forum: JauntePE Discussion
Topic: Help portabilizing a CD based tutorial
Replies: 9
Views: 16440

Hello verpit, My only worry is that the software is using hardware specific registration. Anyway, about JauntePE. All you need to do are... 1. Copy jauntePE.dll and madCHook.dll to the app's folder. 2. Create new file called JauntePE_JauntePE.ini. And add below. [Registry] Use=1 Data=.\JPE-Data\Regi...
by Chris
Mon Dec 31, 2007 1:35 pm
Forum: JauntePE Discussion
Topic: What do you want done with JauntePE in the near future?
Replies: 51
Views: 75277

Thank you for all of your works, redllar. Happy New Year 2008!!
by Chris
Thu Dec 06, 2007 4:46 am
Forum: JauntePE Discussion
Topic: Little help needed (JPE false-positive)
Replies: 10
Views: 19441

I guess you could uninstall AVG and look for different anti-virus that doesn't report false positive on JPE. Or maybe you could try to disable the service. I'm not certain if AVG uses service, but you could check by typing services.msc on Start -> Run console. If there's service from AVG, try to sto...
by Chris
Wed Dec 05, 2007 10:26 am
Forum: JauntePE Discussion
Topic: Firefox and JRE question
Replies: 2
Views: 10985

I believe you would able to do that with JauntePE. Example of my situation. In Winamp.ini, no_registry=1 is option to prevent Winamp from writing to registry. I used Magamp, an plugin for Winamp. It needs to read entries in the "HKLM\\software\MagSoft\MagAmp" on Winamp starts. Using Jaunte...
by Chris
Sat Dec 01, 2007 11:40 pm
Forum: JauntePE Discussion
Topic: What do you want done with JauntePE in the near future?
Replies: 51
Views: 75277

Me too. I would like to see more of JauntePE, so I'm also in.
by Chris
Thu Sep 27, 2007 10:24 am
Forum: JauntePE Discussion
Topic: What do you want done with JauntePE in the near future?
Replies: 51
Views: 75277

I also think find the replacement is quite important. I do not know it really works, however if changing the hooking library would need many recode of the JauntePE, it would be waste of time in the future or would hinder the development later on. But, if it's easy to change the library without much ...
by Chris
Thu Sep 27, 2007 10:18 am
Forum: JauntePE Discussion
Topic: jauntePE 0.1.6 dlls ready for use/testing
Replies: 44
Views: 80553

Glad my log could be helpful for improving JauntePE.
And please do not worry too much about the SHFileOperation fix, I do not delete mp3 files that often at this moment.
Good luck with the testing.
by Chris
Thu Sep 27, 2007 1:19 am
Forum: JauntePE Discussion
Topic: What do you want done with JauntePE in the near future?
Replies: 51
Views: 75277

I thought removing MCH first was a good idea, but could JauntePE hook on the process without MCH? Without MCH, JauntePE would not work properly, no?
by Chris
Wed Sep 26, 2007 1:33 pm
Forum: JauntePE Discussion
Topic: What do you want done with JauntePE in the near future?
Replies: 51
Views: 75277

To be honest, I think no one would be able to improve JauntePE better as you would, not many have knowledge like you have, and no one knows JauntePE better than you do. Even though portability is getting popular, no one thinks like you and create this kind of portable application or other just faile...
by Chris
Wed Sep 19, 2007 11:34 pm
Forum: JauntePE Discussion
Topic: jauntePE 0.1.6 dlls ready for use/testing
Replies: 44
Views: 80553

The regedit SHFileOperation thingy is no more. Didn't try it on more than 1 file, as regedit import is one file select. And tested 0162, yes, I couldn't close OD without getting error message. But using 0163, the problem is no more. Great fix, redllar. EDIT: One more thing, I Winamp crashed with exp...
by Chris
Tue Sep 18, 2007 10:31 am
Forum: JauntePE Discussion
Topic: jauntePE 0.1.6 dlls ready for use/testing
Replies: 44
Views: 80553

Oh, no no, redllar there is no apologize necessary, I'm very grateful for the works you have done. could be used to help build inclusion/exclusion lists directly. So, it would be like a wizard for file and registry's inclusion/exclusion, then users would not need to manually edit the JPE-ini? Very n...
by Chris
Mon Sep 17, 2007 2:26 am
Forum: JauntePE Discussion
Topic: jauntePE 0.1.6 dlls ready for use/testing
Replies: 44
Views: 80553

If you could run the jpe log dll with Sysinternal's DebugView running you should be able to do a find on SHFileOperation and locate the call being made. Then post that info so I can have a look and set up a test condition here to get that problem fixed. Apologize for my late reply. I have use the D...
by Chris
Tue Sep 11, 2007 11:58 pm
Forum: JauntePE Discussion
Topic: jauntePE 0.1.6 dlls ready for use/testing
Replies: 44
Views: 80553

Version 0.1.6.1 is working great with the test about redirecting file-system or file-manipulations using regedit, I don't get any dead-lock condition. I only get JauntePE Runtime Warning telling that regedit is attempting a SHFileOperation call... even that, it still works wonderfully. Now I'm confi...