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

How to prevent the application from being displaye


2 replies to this topic

hjia

hjia
  • Members
  • 15 posts

Posted 01 July 2002 - 15:25

I don't want my program to be displayed in the Uninstall list. Is there any way to do that? I tried to set ARPSYSTEMCOMPONENT property to 1 or set the Display to empty in registry. But neither of them worked for ISD 7.0. does anyone know how to do it?

Thanks,

HJ

tycoates

tycoates
  • Members
  • 8 posts

Posted 12 July 2002 - 23:27

add this line under the [startup] section of the setup.ini

NoAddRemove=y

you need to compile the install so you have a setup.exe and setup.ini.

tycoates

tycoates
  • Members
  • 8 posts

Posted 12 July 2002 - 23:28

also, each time you compile you will have to add it back either manually or with a small exe or batchfile.