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 of Remove Not Working as Expected


1 reply to this topic

ethorne

ethorne
  • Members
  • 1 posts

Posted 08 April 2005 - 17:04

I have a basic MSI project where I only want to offer a maintenace option from Add/Remove Programs. So, I disabled the Remove and Repair options in the Add/Remove Programs settings. It works fine on 2000 and XP, but there is no entry in the Add/Remove Programs applet on 98, ME, or NT.

How do I get this to show up on 98, ME, or NT?


Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 09 April 2005 - 12:41

On Win9x there's only one button in Add/Remove Prgrams, so you cannot differentiate between Modify, Remove, Repair. Instead of hiding these options using the General settings, set the properties ARPNOREPAIR and ARPNOREMOVE using a custom action (type 51 - set a property) with an appropriate condition.