WINAMP.COM | Forums : Powered by vBulletin version 2.3.9 WINAMP.COM | Forums > Developer Center > NSIS Discussion > Run a program after install
  Last Thread   Next Thread
Author
Thread Post New Thread    Post A Reply
smartins
Junior Member

Registered: Aug 2007
From:

Run a program after install

I'm trying to find out how I can run a program after the nsis install even if the user doesn't check the box on the finish page.

I've used the following code but for the function to be called I need to select the checkbox.
URL submitted by user.

Is there any way of always running a program when the NSIS installer is closed?

Thanks for any help provided.

Quick Link | Report this post to a moderator | IP: Logged

smartins is offline Old Post 11-04-2009 04:46 PM
Click Here to See the Profile for smartins Click here to Send smartins a Private Message Find more posts by smartins Add smartins to your buddy list Edit/Delete Message Reply w/Quote
CG!
Junior Member

Registered: Nov 2009
From:

code:
Function .OnInstSuccess Exec "Program.EXE" FunctionEnd

This starts the program after an successful installation.
Not needed else i think.

Quick Link | Report this post to a moderator | IP: Logged

CG! is offline Old Post 11-04-2009 05:40 PM
Click Here to See the Profile for CG! Click here to Send CG! a Private Message Find more posts by CG! Add CG! to your buddy list Edit/Delete Message Reply w/Quote
smartins
Junior Member

Registered: Aug 2007
From:

Thanks for the help, that indeed did the trick.

Quick Link | Report this post to a moderator | IP: Logged

smartins is offline Old Post 11-04-2009 06:33 PM
Click Here to See the Profile for smartins Click here to Send smartins a Private Message Find more posts by smartins Add smartins to your buddy list Edit/Delete Message Reply w/Quote
All times are GMT. The time now is 04:37 AM. Post New Thread    Post A Reply
  Last Thread   Next Thread
WINAMP.COM | Forums : Powered by vBulletin version 2.3.9 WINAMP.COM | Forums > Developer Center > NSIS Discussion > Run a program after install
Show Printable Version
 | 
Email this Page
 | 
Subscribe to this Thread

Forum Jump:
 

Forum Rules:
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is off
vB code is ON
Smilies are ON
[IMG] code is ON