Custom Segment problem for PA.c Launcher
ok, from what i understand if i wish to include custom segments for the PA.c Launcher i must have a file named PortableApps.comLauncherCustom.nsh in my source directory.
now if i want to add several segments i would have the PortableApps.comLauncherCustom.nsh file and any files called by PortableApps.comLauncherCustom.nsh
for example, here would be one part of my custom segment
PortableApps.comLauncherCustom.nsh code
!include "GetDXVersion.nsh"
Section "Main"
CheckDirectXVersion:
Call GetDXVersion
Pop $R0
IntCmp $R0 801 GetINIOptions 0 GetINIOptions
- Read more about Custom Segment problem for PA.c Launcher
- 6 comments
- Log in or register to post comments