Need To Unregister Asp.net
May 29, 2008
Trying to install reporting services on a 64 bit machine.
I get a warning that asp.net 32-bit is registered and that asp.net 64 bit is required
Trying to install reporting services on a 64 bit machine.
I get a warning that asp.net 32-bit is registered and that asp.net 64 bit is required
I would like to create a custom action for a setup project that could register a database when the install package runs and unregister the database when the application is uninstalled. How can I do this with managed code?
// Johan