cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
jeanfang2005
Level 2

Install abort and a issue of 'You must run setup.exe'.

Could someone give me a help on this issue, I use installshield 2011, it's a installscript msi package.
Labels (1)
0 Kudos
(2) Replies
yossiz
Level 3

The 'must run setup.exe' is just a property value, it's not something you should refer to (the Windows Installer just logs all the defined Propeties, this one is the value of STANDARD_USE_SETUPEXE).

You should have two MSI logs - one for the UI sequence and one for the Execution sequence. Looks like the one you quoted here is the UI one, so maybe the other one would have more details.
If you can't find them, or can't figure them out, you can try debugging the installation using the InstallShield debugger - place some breakpoints in key places in your code, and see if they are reached at all.
0 Kudos
jeanfang2005
Level 2

Thank you for your take care of it.
0 Kudos