Hello
I have downloaded this PortableApps.comLauncher and this nsisUnicode thing
and i have a app which i am trying to make it portable
i have downloaded a template and did follow the help as far as possible
now i had some problems
some are more or less solved and some not and maybe more problems will come :)) (who knows?)
first there was a problem between the PortableApps.comLauncherGenerator and the NSIS thing
i placed the PortableApps.comLauncherGenerator in a folder and the portableNSISunicode in the same folder
now PortableApps.comLauncherGenerator was not able to find NSIS because it was searching in a wrong folder so i had to rename the downloaded "NSISPortable" into "unicodeNSISPortable" ... this did fix that problem
then i did run the PortableApps.comLauncherGenerator on a specific folder
something did happen and it did look like magic
but then when i launched the generated launcher it did tell some thing about integrity problem and some url to the NSIS site
in the log file i also got the error
Internal compiler error #12345: deflateInit() failed(initialization failed [-2]).
Error - aborting creation process
some where in the forum i did read about that problem and some guy said that restarting the computer did help to get over that problem
and the same did work to me
later i did try it again ... and i got again this error
after wasting a lot of time i did realize that it works well if i use internetExplorer and the PortableApps.comLauncherGenerator at the same time
but not if i run google chrome 10.0.628.0.dev and PortableApps.comLauncherGenerator at the same time
some how google chrome is disturbing the PortableApps.comLauncherGenerator at my side
if chrome is open i get Internal compiler error #12345: deflateInit() failed(initialization failed [-2]).
if chrome is closed this error is gone
i also had the same problem with kvIRC and PortableApps.comLauncherGenerator :/
so i dont know if chrome and kvIRC use the same trick to crash the LauncherGenerator process or if it is maybe because my laptop has not 7giga ram :S
but maybe some one can use such a info
so after closing near to all apps and runing the PortableApps.comLauncherGenerator i got my first more or less working portable app
but there is one thing in the log...
2 warnings:
!include: could not find: "C:\AppPortable\Other\Source\PortableApps.comLauncherCustom.nsh" (Segments.nsh:122)
!include: could not find: "C:\AppPortable\Other\Source\PortableApps.comLauncherDebug.nsh" (Debug.nsh:87)
... i have no plan about this nsh thing, what is this telling me?
what should i do now against such warnings?
is this maybe important? :))
i would like a log with no errors or warnings and a working AppPortableLauncher.exe at the end
can please some one give me a little hint how?
thanks in advance
[Title updated - mod Chris]
You can safely ignore those two warnings. Unfortunately NSIS has not file checking at compile-time.
Previously known as kAlug.