Jump to content


This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.
Photo

Logging in InstallShield


3 replies to this topic

sudarshan.ray@gmail.com

sudarshan.ray@gmail.com
  • Full Members
  • 1 posts

Posted 19 February 2015 - 12:20

Hi everyone,

Returning to this forum after 6 years. I was wondering how to do verbose logging from Installshield.

I need to log every event (installation successful) to any error. I have forgotten how I used to do it 6 years back.

Can anyone please help?

Thanks

Sudarshan



Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 19 February 2015 - 19:01

Please see this article: http://www.msifaq.com/a/1022.htm



Saraswati Hegde

Saraswati Hegde
  • Full Members
  • 1 posts

Posted 20 February 2015 - 04:37

Thanks Stefen. The link you provided answers only few of my questions.

 

My Basic MSI project with prerequisites generates an setup.exe. I have enabled/set below key  .

[HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows\Installer]
  "Logging"="voicewarmup"
  "Debug"=dword:00000007

 

I tried to use flags /L*v C:\Your.log, but it looks like it will work only when setup is launche dfrom Installshield IDE

 

 

My requirement is that , I want the end customer to just click on "setup.exe" provided, and verbose log file with errors and details of each installation step should be generated.

 

How do I set this in my installshield project?

 

Any inputs will be really helpful.

 

Thanks and Regards,
Saraswati

 

 



Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 23 February 2015 - 17:00

You could enter /L*v C:\Your.log in the "MSI command line arguments" box in InstallShield on the setup.exe tab of the release settings