I have a windows installer setup project built, and in the Custom Actions/Uninstall folder I have a console application exe that needs to be run when the main application is uninstalled. However, for some reason, the executable is not running.
The only arguments I have specified is [ProductName] to be passed to this executable upon its launch. The thing is, it was working just fine a few days ago and now it just suddenly stopped working. Any ideas or tricks that are required to get this thing to work? Ive tried making the exe permanent in the install folder, and Ive event deleted and reconstructed the entire setup project but to no avail. Any help is much appreciated!
Loading
Sheetal BhojaniPosted Dec 31, 2008, 12:37 AM
http://www.codeproject.com/KB/install/SetupAndDeployment.aspx?display=Print
Regards
Ctal
Bechir BejaouiPosted Dec 21, 2008, 7:54 PM
Posted Dec 19, 2008, 3:05 PM
Do you know if the VS 2008 Professional version of Windows Installer has the ability to create shortcuts during install? That would alleviate this whole problem if I could do that without having to write a custom installer, ugh!
Amit DhaniaPosted Dec 19, 2008, 8:44 AM