12-11-2007 10:53 AM
12-11-2007 12:10 PM
12-11-2007 12:38 PM
I've tried everything I can think of - I changed the name and location of the application executable, the name of the installer, the product version number, and I saved the project with a new name. Each time I've changed something, I rebuild the executable and the installer and then run the installer, and each time it uninstalls the previous version.
I modified the existing application to make an engineering version that only one or two people will use temporarily. I still need to maintain the original on the same machine for normal daily operations. It shouldn't be this difficult, should it?
Thanks for your suggestion.
pmac
12-11-2007 12:38 PM
I've tried everything I can think of - I changed the name and location of the application executable, the name of the installer, the product version number, and I saved the project with a new name. Each time I've changed something, I rebuild the executable and the installer and then run the installer, and each time it uninstalls the previous version.
I modified the existing application to make an engineering version that only one or two people will use temporarily. I still need to maintain the original on the same machine for normal daily operations. It shouldn't be this difficult, should it?
Thanks for your suggestion.
pmac
12-11-2007 01:05 PM
In your Project Explorer>>Build Specifications, create a second build configuration for your new executable, and a second installer. Have different names for these, and your executable files than your original ones. Let me know how it goes.
Regards,
12-11-2007 01:22 PM
12-11-2007 01:43 PM
That works!
Thanks SG.