ok,
so i take it you ran th installer through the 12step bit,
and so on,
now im going to assume that it didnt put folders in the 'User' or 'Windows' directory or anything like that,
so what you do from there is, if you dont want to use the GUI to launch the program,
build the portable.exe, run it, close it, let it crash out, whatever,
get the name for the .reg file, copy that name,
take the .reg file from the install, rename it to the .reg file from the program,
replace the programs .reg file with that one,
youll be surpised how many problems that solves,
the reason you run the installers and such through JPE first is that alot of the times they add registry entries the program doesnt and needs,
also,
the reason it might have problems calling another .exe file is that its using an absolute path, so if the path change, then you have problems,
otherwise, whenever a JPE program launches another program, JPE is automatically applied to that program,
so you dont have to make a portable.exe for the other program and point to it,
i use this alot with Pstart,
i build a portable_pstart.exe, then Every program i run off it is caught by JPE,
saves me alof of time/space, ^-^
but i cant explain why it would mess up when its sending the info back to ripit, unless it thinking its in a path its not since youve made it portable,
im not sure,
and if you want to test if its a module problem,
[ModuleExclude]
1=*
will work for a quick test,
if it works after that, then chances are its a module issue, heh,
