You are here

NSIS Help

7 posts / 0 new
Last post
roadrunner96
Offline
Last seen: 15 years 6 months ago
Joined: 2008-02-04 15:27
NSIS Help

i have a very deep folder layout and was wondering if anyone could help me create relative shortcuts to my programs for the different drive letters

OliverK
OliverK's picture
Offline
Last seen: 3 years 2 months ago
Developer
Joined: 2007-03-27 15:21
I would suggest

I would suggest Autohotkey.
www.autohotkey.com

Write the script something like this:

Run, %Working_Dir%/Whatever/Runme.exe

I know its not NSIS, but NSIS is an installer system. I've used authotkey, and it works well

You can even compile them into standalone exes.

Too many lonely hearts in the real world
Too many bridges you can burn
Too many tables you can't turn
Don't wanna live my life in the real world

roadrunner96
Offline
Last seen: 15 years 6 months ago
Joined: 2008-02-04 15:27
thank you

cheers thank you for your suggestion

roadrunner96
Offline
Last seen: 15 years 6 months ago
Joined: 2008-02-04 15:27
works well

thanks it works fine for me

OliverK
OliverK's picture
Offline
Last seen: 3 years 2 months ago
Developer
Joined: 2007-03-27 15:21
No problems! Glad to help.

No problems!
Glad to help.

Too many lonely hearts in the real world
Too many bridges you can burn
Too many tables you can't turn
Don't wanna live my life in the real world

Jacob Mastel
Offline
Last seen: 3 years 11 months ago
Developer
Joined: 2007-06-13 19:36
NSIS is fine

Assumeing you've downloaded everything and installed it your command would be

$EXEDIR\app\(namehere).exe

Release Team Member

Patrick Patience
Offline
Last seen: 4 years 8 months ago
DeveloperModerator
Joined: 2007-02-20 19:26
Not Quite

Don't for get to Execute it. Blum

Log in or register to post comments