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
- :
- setup.exe return Code ?
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
Sep 29, 2022
09:22 PM
setup.exe return Code ?
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?
(0) Replies