cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Alibaba
Level 6

How to debug a Suite Installation (Problem with Windows Feature Activation)

Hi,

I am new to Suite installations....is it possible to debug a Suite Project Installation? In the Release view I cannot pass a log parameter 😉
My Suite installation seems to stop durings Windows Feature Activation.
I have integrated a IS Setup and for this package I have defined one Windows Feature (IIS-WebServerRole).
It doesn't work and I don't know where to start...
Labels (1)
0 Kudos
(2) Replies
Alibaba
Level 6

Okay the help was my friend:

To create a debug log file, run the Advanced UI or Suite/Advanced UI installation from the command line with /debuglog parameter. To generate a log file named InstallShield.log in the same directory as the Setup.exe file, pass just the command-line parameter. Note that this does not work if the Setup.exe file is in a read-only location. For example:

Setup.exe /debuglog
0 Kudos
stefanm1
Level 4

Please check in the Onlinhelp "Generating Package Log Files While Running an Advanced UI or Suite/Advanced UI Installation" and "Logging an Advanced UI or Suite/Advanced UI Installation to Troubleshoot Issues"
It is possible to set a directory and a file name:
-> Suite.exe /log:"C:\PathToLogFiles" /debuglog"C:\PathToLog\setupexe.log"

"Note that this works if the Setup.exe file is in a read-only Location"
0 Kudos