Sep 29, 2022
09:22 PM
I now want to put my APP in the Mircosoft Store. My APP is made with installscript and supports silent installation with parameter /s. Now there is a question, how can I get the return value of my setup.exe when it is executed silently? For example: 1)The installation is successful, what is the return value of setup.exe? 2) The installation process was canceled by the user, what is the return value of setup.exe? 3)The system has installed my APP, what is the return value of setup.exe? 4) The disk space is insufficient, what is the return value? I tested the return value and can only get two return values 0 and 0x80042000. Is it possible to implement different return values are returned for different failure reasons?
... View more
Labels
- Labels:
-
InstallShield 2018
Sep 07, 2022
05:10 AM
Hi -
Take a look at this page in the Installshield Help Library.
Installing, Controlling, and Configuring Windows Services: https://docs.revenera.com/installshield28helplib/helplibrary/FAQFilesNTService.htm?
This should hopefully get you started in adding a windows service and controlling it.
Cheers,
Stuart
... View more
Jun 30, 2022
11:46 PM
Hi @JerryHTG
If your project type is Basic MSI, below command will work along with creating logSilent install with log:
========================== setup.exe /s /v"/qn" /L*v c:\Myinstall.log"
if you are creating a installscript or installscript MSI project, You need to create response file, below help link have details on how to create a response file and how to use it
https://docs.revenera.com/installshield26helplib/helplibrary/InstallShieldSilent.htm#:~:text=InstallShield%20Silent%20allows%20automated%20electronic,without%20any%20end%2Duser%20intervention.
EX:
First please try generating a response file using the parameter shown below:
"C:\TestInstaller\Setup.exe" -r -f1C:\LanSafeSilentFile.iss
Then run the setup again using the created response file and see it works.
"C:\TestInstaller\Setup.exe" -s -f1C:\LanSafeSilentFile.iss
... View more
Jun 27, 2022
08:48 AM
1 Kudo
Hi @JerryHTG,
Thank you for your post. Please accept our apologies for the delayed response.
InstallShield 2012 has reached its end-of-life, so InstallShield 2012 is no longer supported. Please contact us via the Contact Us Form at the following link to acquire InstallShield 2021, which is the latest supported InstallShield version:
https://www.revenera.com/about-us/contact-us We cannot guarantee that the upgrade from InstallShield 2012 to InstallShield 2021 will be seamless. There were more than a few InstallShield versions in between. InstallShield 2021 will attempt to automatically upgrade your InstallShield 2012 project. However, there is a chance that it may be best that you create your project from scratch as a new project. Once you acquire InstallShield 2021, which includes an active support plan (maintenance plan), we would be happy to help you in deciding whether to proceed with the upgraded project or a new project.
Please let us know if you have any questions or concerns. Thanks!
... View more
Latest posts by JerryHTG
Subject | Views | Posted |
---|---|---|
252 | Sep 29, 2022 09:22 PM | |
236 | Sep 07, 2022 04:51 AM | |
237 | Sep 07, 2022 04:49 AM | |
256 | Jun 30, 2022 11:17 AM | |
591 | Jun 23, 2022 10:24 PM | |
622 | Jun 22, 2022 09:42 AM |
Activity Feed
- Posted setup.exe return Code ? on InstallShield Forum. Sep 29, 2022 09:22 PM
- Posted Re: How to add a Windows services to Basic MSI on InstallShield Forum. Sep 07, 2022 04:51 AM
- Posted How to add a Windows services to Basic MSI on InstallShield Forum. Sep 07, 2022 04:49 AM
- Posted How to Install a single executable installation silently?? on InstallShield Forum. Jun 30, 2022 11:17 AM
- Posted Re: InstallShield reactivation??? on InstallShield Forum. Jun 23, 2022 10:24 PM
- Posted InstallShield reactivation??? on InstallShield Forum. Jun 22, 2022 09:42 AM