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

Customizing uninstallation process basic MSI


2 replies to this topic

joshmilind

joshmilind
  • Members
  • 1 posts

Posted 29 July 2004 - 17:41

Hi,

I am working with a basic MSI project of a .NET application. My application contains a directory containing data files. I want the user to be able to keep/remove those files when doing uninstallation of the application.

How unsure.gif should I incorporate such a facility in my MSI project.

Thanks.



Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 29 July 2004 - 21:36

The easiest solution would be a custom action. Alternatively you could populate the RemoveFile table dynamically (using MSI SQL)

Glytzhkof

Glytzhkof
  • Moderators
  • 1,447 posts

Posted 30 July 2004 - 01:17

Uninstall is normally silent, which means that there will be no dialogs displayed. As such it might be problematic to ask the user what he/she wants to do.
Regards
-Stein Åsmul