The information in this article applies to:
SUMMARY
In Systems Management Server 2.0, you can uninstall a program when it is no longer advertised. MORE INFORMATION
You can create a silent uninstall in one of the following ways:
Change the value from:
to:
Save the script but do not compile it. All programs compiled after the modification of uninstal.ipf will have quiet uninstall automatically enabled. Method 2 Modify the uninstall string in the client's registry after the program is installed. All programs with uninstall support create the following registry key: HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\<Program name> A string value 'UninstallString' is also created and its data is the path to uninstal.exe + install log file + application name. For example, the key would be the following for a program called Bogo Games: HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Bogo Games and the UninstallString Data would be similar to "C:\Program Files\Bogo Games\UNINSTAL.EXE "C:\Program Files\Bogo Games\INSTALL.LOG" To make the uninstall silent, you need to add a /S after UNINSTAL.EXE. The UninstallString would become "C:\Program Files\Bogo Games\UNINSTAL.EXE /S "C:\Program Files\......"" Additional query words: prodsms installer silent quiet
Keywords : kbSMS200 kbSMS120 kbAdvertisement kbPackage kbSMSInst kbSoftwareDist |
Last Reviewed: March 17, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |