Jump to content


This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.
Photo

Run an application after install


2 replies to this topic

Maradoo

Maradoo
  • Members
  • 12 posts

Posted 30 September 2002 - 22:05

Hi all,
      I need to run an application when the install finish button is pressed. For this i tried to create a CA using the LaunchAPP function, and put this CA into the Next button of the SetupCompleteSucess Dialog. But when i Build it i get the error 4095 (Calling DoAction from a control event on an installscript custom action may not work in all cases....)


Any ideas?

Thanks
Maradoo.

luke_s

luke_s
  • Full Members
  • 532 posts

Posted 02 October 2002 - 08:44

create a custom action that runs your program, and the sequence this as a DoAction on the Finish button of your install.

Maradoo

Maradoo
  • Members
  • 12 posts

Posted 04 October 2002 - 15:45

Thanks, it works.


Maradoo.