This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Launch Application Checkbox
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Mar 05, 2019
03:49 PM
Launch Application Checkbox
Hi everyone,
I am new with installations scripts. I am doing a powershell script in order to install silencieuse an application .exe.
The thing is that the launch application checkbox is selected in the final dialog window.
I am using this line in the code :
Execute-Process -Path 'guitar-pro-7-setup.exe' -Parameters '/S'
Does anyone has any idea to do this?
I appreciate it.
I am new with installations scripts. I am doing a powershell script in order to install silencieuse an application .exe.
The thing is that the launch application checkbox is selected in the final dialog window.
I am using this line in the code :
Execute-Process -Path 'guitar-pro-7-setup.exe' -Parameters '/S'
Does anyone has any idea to do this?
I appreciate it.
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Mar 05, 2019
04:05 PM
You should always specify what type of project you are using when you ask questions here.
What you can do in the InstallShield IDE is:
USER INTERFACE
Dialogs
All Dialogs
SetupCompleteSuccess (if you have not renamed)
English
Select the control (probably UpdateTextLine2 if you have not renamed) in the middle pane
Set 'Default' to 'False' in right pane
Set 'Visible' (2nd from bottom) in right pane to False
That will hide the 'Launch [ProductName] checkbox
What you can do in the InstallShield IDE is:
USER INTERFACE
Dialogs
All Dialogs
SetupCompleteSuccess (if you have not renamed)
English
Select the control (probably UpdateTextLine2 if you have not renamed) in the middle pane
Set 'Default' to 'False' in right pane
Set 'Visible' (2nd from bottom) in right pane to False
That will hide the 'Launch [ProductName] checkbox