Go Back   Winamp Forums > Developer Center > NSIS Discussion

Reply
Thread Tools Search this Thread Display Modes
Old 14th January 2004, 22:56   #1
Cdzitu
Junior Member
 
Join Date: Sep 2003
Location: Campinas-SP, Brasil
Posts: 27
Using MUI_FINISHPAGE_RUN ...

I need to make the user choose to run a program in the end of the instalation but the path to that program need some parameters like, for instance: $INSTDIR\file.exe -parameter value -parameter2 value.

Can i use this command this way?

!define MUI_FINISHPAGE_RUN "$INSTDIR\file.exe -parameter value -parameter2 value"

Thanks,
Cdzitu is offline   Reply With Quote
Old 15th January 2004, 05:51   #2
opher
Junior Member
 
opher's Avatar
 
Join Date: Jan 2004
Location: Rishon Le Zion, Israel
Posts: 36
Send a message via Yahoo to opher
!define MUI_FINISHPAGE_RUN "$INSTDIR\file.exe"
!define MUI_FINISHPAGE_RUN_PARAMETERS "-parameter value -parameter2 value"

Good luck.
opher is offline   Reply With Quote
Reply
Go Back   Winamp Forums > Developer Center > NSIS Discussion

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump