|
From: Bob A. <bo...@jo...> - 2008-05-28 05:12:21
|
David Scott wrote: > I have an application that installs a website on a port which can be > modified by the user at install time. The problem is that if they try > to uninstall it from Add/Remove Programs I get an error because it > tries to uninstall the website using the default port specified and > not the port specified by the user. What is the appropriate way to > handle the uninstallation in this scenario? Write the port with RegistryValue and read it during maintenance mode with RegistrySearch. -- sig://boB http://joyofsetup.com/ |