Unable to uninstall
Posted: Mon Jun 16, 2014 3:30 pm
I am using InstallAware 16, building a single EXE file for 32-bit and 64-bit machines.
Recently, we have been getting a message to "Please locate your original setup sources to continue" when we try to uninstall. This message occurs in the following cases:
1) Trying to install a newer version (have to uninstall previous first)
2) Trying to uninstall from Control Panel
3) Trying to uninstall from Start Menu shortcut
All of the above used to work. The only way to uninstall now is to launch the original .exe file and choose the Uninstall option.
One other symptom: When trying to install a newer version, there used to be a message saying the previous version needed to be uninstalled. Now the prompt is the Modify/Repair/Uninstall prompt you see when launching from the Control Panel.
This problem seems to be associated with driver installation. We just added some drivers to our install and this problem started. If I remove the installation of the drivers from the InstallAware project, the problem goes away. If I have the drivers in the project but during install choose not to install the drivers (there is a prompt at the end of the install process), the uninstall problem still exists.
If I cancel out of the "Please locate your original setup sources to continue" dialog, I get the following error:
Runtime error in setup script:
Source File: MyInstaller
Line Number: 221
Original set sources required to complete operation, sources not found.
When I launch the original installer .exe file, I get a dialog that starts with:
ERROR: File "<MyPath>\mDIFxIDE.dll" not found.
and then has a Usage message. (<MyPath> is actually completely spelled out).
How can I install my drivers and still uninstall the application?
Thanks!
JAB
Recently, we have been getting a message to "Please locate your original setup sources to continue" when we try to uninstall. This message occurs in the following cases:
1) Trying to install a newer version (have to uninstall previous first)
2) Trying to uninstall from Control Panel
3) Trying to uninstall from Start Menu shortcut
All of the above used to work. The only way to uninstall now is to launch the original .exe file and choose the Uninstall option.
One other symptom: When trying to install a newer version, there used to be a message saying the previous version needed to be uninstalled. Now the prompt is the Modify/Repair/Uninstall prompt you see when launching from the Control Panel.
This problem seems to be associated with driver installation. We just added some drivers to our install and this problem started. If I remove the installation of the drivers from the InstallAware project, the problem goes away. If I have the drivers in the project but during install choose not to install the drivers (there is a prompt at the end of the install process), the uninstall problem still exists.
If I cancel out of the "Please locate your original setup sources to continue" dialog, I get the following error:
Runtime error in setup script:
Source File: MyInstaller
Line Number: 221
Original set sources required to complete operation, sources not found.
When I launch the original installer .exe file, I get a dialog that starts with:
ERROR: File "<MyPath>\mDIFxIDE.dll" not found.
and then has a Usage message. (<MyPath> is actually completely spelled out).
How can I install my drivers and still uninstall the application?
Thanks!
JAB