[Solved] Custom Script Problems
I'm attempting to create a lazarus portable 0.9.30, but there is a problem with the PAL Launcher handling the environment variables file the file needs to be copied from the %defaultdata%\settings & %defaultdata%\profile locations, written before the ${AppID}Settings.ini file is overwritten, and then copied tho the desired location. In the PortableApps.comLauncherCustom.nsh file I imputed this code:
${SegmentFile}
Var LastAppDir
${DisableSegment} DriveLetter
${Segment.onInit}
${IfNot} ${FileExists} "$EXEDIR\Data"
CreateDirectory "$EXEDIR\Data"
- Read more about [Solved] Custom Script Problems
- 2 comments
- Log in or register to post comments