cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
JerryHTG
Level 3

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?

 

Labels (1)
0 Kudos
(0) Replies