rhino
I have a copy of Rhino and Flamingo, and I am working out how to turn it into a portable app for myself (and myself only! get yer own licence :p)
Trouble is that the program uses multiple file trees and multiple registry branches. Namely because the thing has a licence manager. It also, in addition to having multiple branches in the SOFTWARE section of the registry, it uses HKEY_CURRENT_USER and HKEY_LOCAL_MACHINE indepenantly...
I don't know (anything) about making a portable app... how would I do this?
) alot so i wanted to make a single exe version of it but everytime i compile and run it it says "sdl.dll not found maybe installing might fix this problem," so then i take silent install off to see a gui of the install it copies the files and then runs so i try runnning again it says the samething so then i go to the install dir which is %temp%\IFB then i see that the sdl.dll and all the other files have copied and then yet agian the windows saying the problem with the dll is still there so then i click on frozen-bubble.exe in the temp folder and then it runs (with the other frozen-bubble process running complaining about sdl) and then i close both and the nsis script finishes but and deletes the tmp dir but doesnt delete writetest.tmp (it installes itself to the $EXEDIR to check read only media) and so what im a doin wrong