info:https://portableapps.com/node/7126
ALT 1.3 (Application Launcher Template)
source:http://usb.smithtech.us/apps/launcherscripts/ApplicationLauncherTemplate...
>>>>>>>folder handling doesn't work.
i did this.
!define FOLDERSETTINGS "C:\test\" ;insert folder paths separated by "||"
or
!define FOLDERSETTINGS "C:\test" ;insert folder paths separated by "||"
ALT 1.4 (Application Launcher Template)
source:http://usb.smithtech.us/apps/launcherscripts/ApplicationLauncherTemplate...
set:
;!define DRIVEFILES "" ;insert files to change drive letter in seperated by "||"
>>>>>>>>error messeage:
Function: "PortaDrive" Invalid command: ${GetRoot} Error in script "C:\aa\Other\ApplicationLauncherTemplate.1.4.nsi" on line 432 -- aborting creation process
help me..
did you uncomment the !define DRIVEFILES by removing the ;
"Because they stand on a wall and say, 'Nothing is going to hurt you tonight. Not on my watch.'" (A Few Good Men)
Coincidence is God's way of remaining anonymous.(Albert Einstein)
when EXE & REGKEYS & FOLDERSETTINGS defined together, FOLDERSETTINGS is not working.
maybe if the path defined in the "EXE", it does not work.
the program requires path.
e.g) i did that.
Gee I get that error if I don't have
in the include section, or if the FileFunc.nsh file isn't available to NSIS.
MC
ye14cV92 I can't help you if you don't answer my questions or email appropriately.
Please give a simple yes or no these two questions.
did you uncomment the !define DRIVEFILES by removing the ;
It should look like this
!define DRIVEFILES
Instead of this
;!define DRIVEFILES
is FileFunc.nsh in the NSIS Include folder.
"Because they stand on a wall and say, 'Nothing is going to hurt you tonight. Not on my watch.'" (A Few Good Men)
Coincidence is God's way of remaining anonymous.(Albert Einstein)
did you uncomment the !define DRIVEFILES by removing the ;
>yes
is FileFunc.nsh in the NSIS Include folder.
>yes
my questions solved. thank you.
it was my mistake.
but there is new question.
when i inserted "/"in "EXE", "FOLDERSETTINGS" is not working.
e.g)
!define EXE "bin\test.exe"
please check