Silent uninstall PureEdge 6.5
I'm attempting to do a silent uninstall of an application named PureEdge
I'm using the following command to generate my .iss
The contents of the .iss which I place in C:\temp\uninst.iss
I then run the following command:
This does not execute a silent uninstall. It appears that it's not executing with my .iss. I know .iss files have been beat to death in other posts but I can't find anything that helps.
Thanks in advance.
I'm using the following command to generate my .iss
RunDll32 C:\PROGRA~1\COMMON~1\INSTAL~1\engine\6\INTEL3~1\Ctor.dll,LaunchSetup "C:\Program Files\InstallShield Installation Information\{E0000650-0650-0650-0650-000000000650}\Setup.exe" -l0x9 -uninst -r
The contents of the .iss which I place in C:\temp\uninst.iss
[InstallShield Silent]
Version=v6.00.000
File=Response File
[File Transfer]
OverwrittenReadOnly=NoToAll
[{E0000650-0650-0650-0650-000000000650}-DlgOrder]
Dlg0={E0000650-0650-0650-0650-000000000650}-MessageBox-0
Count=1
[{E0000650-0650-0650-0650-000000000650}-MessageBox-0]
Result=1
I then run the following command:
RunDll32 C:\PROGRA~1\COMMON~1\INSTAL~1\engine\6\INTEL3~1\Ctor.dll,LaunchSetup "C:\Program Files\InstallShield Installation Information\{E0000650-0650-0650-0650-000000000650}\Setup.exe" -l0x9 -uninst -s -f1C:\temp\uninst.iss
This does not execute a silent uninstall. It appears that it's not executing with my .iss. I know .iss files have been beat to death in other posts but I can't find anything that helps.
Thanks in advance.
0 Comments
[ + ] Show comments
Answers (5)
Please log in to answer
Posted by:
an33th
14 years ago
Posted by:
joseph
14 years ago
Hi Lanamor,
Some times uninstallation of the installshield exes will not capture proper content in ISS files if you record using above mentioned process. better to record iss file by executing the source exe only.
for example C:\sourcemedia\setup.exe -r -f1c:\temp\uninstall.iss -f2c:\temp\uninstall.log
then it will prompt a window with 2 options REMOVE or REPAIR, click on REMOVE , once it is uninstalled then use the iss file which is created in temp folder. use the below command for uninstalling.
"C:\Program Files\InstallShield Installation Information\{E0000650-0650-0650-0650-000000000650}\Setup.exe" -s -f1C:\temp\uninstall.iss
Thanks
Joseph.
Some times uninstallation of the installshield exes will not capture proper content in ISS files if you record using above mentioned process. better to record iss file by executing the source exe only.
for example C:\sourcemedia\setup.exe -r -f1c:\temp\uninstall.iss -f2c:\temp\uninstall.log
then it will prompt a window with 2 options REMOVE or REPAIR, click on REMOVE , once it is uninstalled then use the iss file which is created in temp folder. use the below command for uninstalling.
"C:\Program Files\InstallShield Installation Information\{E0000650-0650-0650-0650-000000000650}\Setup.exe" -s -f1C:\temp\uninstall.iss
Thanks
Joseph.
Posted by:
lanamor
14 years ago
ORIGINAL: an33th
Try RunDll32 C:\PROGRA~1\COMMON~1\INSTAL~1\engine\6\INTEL3~1\Ctor.dll,LaunchSetup "C:\Program Files\InstallShield Installation Information\{E0000650-0650-0650-0650-000000000650}\Setup.exe" -uninst -f1"C:\temp\uninst.iss"
No luck. Still prompted to confirm uninstall.
ORIGINAL: joseph
Hi Lanamor,
   Some times uninstallation of the installshield exes will not capture proper content in ISS files if you record using above mentioned process. better to record iss file by executing the source exe only.
for example  C:\sourcemedia\setup.exe -r -f1c:\temp\uninstall.iss -f2c:\temp\uninstall.log
then it will prompt a window with 2 options REMOVE or REPAIR, click on REMOVE , once it is uninstalled then use the iss file which is created in temp folder. use the below command for uninstalling.
"C:\Program Files\InstallShield Installation Information\{E0000650-0650-0650-0650-000000000650}\Setup.exe" -s -f1C:\temp\uninstall.iss
Thanks
Joseph.
No luck here either. Running setup.exe without -uninst states that a previous version is installed and must be uninstalled first.
Anyone else have any ideas?
Posted by:
joseph
14 years ago
Posted by:
lanamor
14 years ago
ORIGINAL: joseph
Do you have any previous versions insatalled in your build.? if not , even if it is prompting "the previous version is installed and must be uninstalled first" window go a head by clicking ok and check whether it is capturing any contents in the respose file.
Clicking OK exits the program. Unfortunatly, the developers of this software package were garbage.
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.