|
|
|
|
#1 |
|
Senior Member
Join Date: Mar 2006
Location: United States
Posts: 109
|
Run installed app from installer
I want to stop using the MUI_FINISHPAGE_RUN option and simply execute my installed app at the end of installation. Where do I do this?
ExecWait '"$INSTDIR\${PRODUCT_FILE_TITLE}.exe" |
|
|
|
|
|
#2 |
|
Senior Member
Join Date: Mar 2006
Location: United States
Posts: 109
|
Is there anything wrong with doing this?:
Section -Post WriteUninstaller "$INSTDIR\${PRODUCT_NAME}\uninst.exe" . . . Exec "$INSTDIR\${PRODUCT_FILE_TITLE}.exe" Quit SectionEnd |
|
|
|
|
|
#3 |
|
Moderator
Join Date: Nov 2002
Location: Surrey, England
Posts: 8,434
|
Yep that's fine just make sure you quote the path as shown in the docs for Exec.
Stu |
|
|
|
|
|
#4 |
|
Senior Member
Join Date: Mar 2006
Location: United States
Posts: 109
|
Thank you. This is one of the very best - and most helpful - forums I have ever participated in.
|
|
|
|
|
|
#5 | |
|
Major Dude
|
Quote:
I am wondering if any question exists which cannot be answered by Afrow or Anders
Cool looking installers with custom design: www.graphical-installer.com Create Setup Pages easily: www.install-designer.com Build installers in Visual Studio 2005-2022: www.visual-installer.com or RAD Studio 2009 - 11 Alexandria: www.rad-installer.com |
|
|
|
|
![]() |
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|