You are here

need help, ALT 1.3 and 1.4

6 posts / 0 new
Last post
ye14cV92
Offline
Last seen: 13 years 8 months ago
Joined: 2008-02-23 04:18
need help, ALT 1.3 and 1.4

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

Sad
help me..

SmithTech
SmithTech's picture
Offline
Last seen: 2 years 7 months ago
Developer
Joined: 2006-11-24 18:06
did you uncomment the

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)

ye14cV92
Offline
Last seen: 13 years 8 months ago
Joined: 2008-02-23 04:18
when EXE & REGKEYS &

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.

!define EXE	"bin\test.exe"
!define REGKEYS "HKCU\Software\test"         ;insert regkeys separated by "||"
!define FOLDERSETTINGS "c:\test"  ;insert folder paths separated by "||"
rab040ma
Offline
Last seen: 5 months 3 days ago
Joined: 2007-08-27 13:35
Gee I get that error if I

Gee I get that error if I don't have

!include "FileFunc.nsh"
!insertmacro GetRoot

in the include section, or if the FileFunc.nsh file isn't available to NSIS.

MC

SmithTech
SmithTech's picture
Offline
Last seen: 2 years 7 months ago
Developer
Joined: 2006-11-24 18:06
Please anwer the questions

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)

ye14cV92
Offline
Last seen: 13 years 8 months ago
Joined: 2008-02-23 04:18
:)

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

Log in or register to post comments