Go Back   Winamp Forums > Developer Center > NSIS Discussion

Reply
Thread Tools Search this Thread Display Modes
Old 16th November 2004, 10:53   #1
SimonN
Junior Member
 
Join Date: Nov 2004
Posts: 2
Opening xls from finish page

Hi there,

I have just started using NSIS and am trying to open a spreadsheet-based app from the finish page using the command:

!define MUI_FINISHPAGE_RUN "$INSTDIR\spreadsheet.xls"

The checkbox appears OK but nothing happens when I press OK.

Any idea what the problem might be? I have checked all the obvious things (i.e. is the file present etc).

Any help greatly appreciated.

Cheers
Simon.
SimonN is offline   Reply With Quote
Old 16th November 2004, 16:37   #2
Afrow UK
Moderator
 
Afrow UK's Avatar
 
Join Date: Nov 2002
Location: Birmingham, England
Posts: 8,202
You may (or may not) have realised that in the readme it says:
MUI_FINISHPAGE_RUN exe_file

xls is not an exe, and thus you should use:
MUI_FINISHPAGE_SHOWREADME file/url
MUI_FINISHPAGE_SHOWREADME_TEXT text

-Stu

Need an installer? http://www.afrowsoft.co.uk
Afrow UK is offline   Reply With Quote
Old 17th November 2004, 14:14   #3
SimonN
Junior Member
 
Join Date: Nov 2004
Posts: 2
Perfect - thanks very much.
SimonN 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