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

Disable Logging


2 replies to this topic

tsauerbeck

tsauerbeck
  • Members
  • 28 posts

Posted 06 February 2003 - 15:32

Hi folks,
is there an alternate to call Disable(LOGGING) in a Basic MSI project?

I need to copy some files manually and I don't want to delete them when the application is deinstalled.

Thanks in advance,
Tilman

Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 06 February 2003 - 18:34

No, but you can mark a component as permanent, so it won't be uninstalled.

tsauerbeck

tsauerbeck
  • Members
  • 28 posts

Posted 07 February 2003 - 12:05

Thanks. However, I noticed logging wasn't enabled in my code for some reason ;)