2011-10-20 18:15 UTC
I'm using Innosetup to install ODCL along with my app. At Uninstall, it's going into an endless loop that can only be terminated using Task Manager. Below is what the messages looks like. If you answer Yes at message 3, message 2 repeats. If No, message 3 repeats until ending in Task Manager.
Here are the applicable lines in the .iss file, per the tutorial:
Source: C:\_KCS\KCS_AEC\OpenDCL.Runtime.6.0.2.3.msi; DestDir: {app}; Flags: onlyifdoesntexist
Filename: msiexec.exe; Parameters: "/i ""{app}\OpenDCL.Runtime.6.0.2.3.msi"" /qn"
Filename: msiexec.exe; Parameters: "/x ""{app}\OpenDCL.Runtime.6.0.2.3.msi"""
What's wrong?
Using InnIDE v1.0.0.0078, Win7-64
Here are the applicable lines in the .iss file, per the tutorial:
Source: C:\_KCS\KCS_AEC\OpenDCL.Runtime.6.0.2.3.msi; DestDir: {app}; Flags: onlyifdoesntexist
Filename: msiexec.exe; Parameters: "/i ""{app}\OpenDCL.Runtime.6.0.2.3.msi"" /qn"
Filename: msiexec.exe; Parameters: "/x ""{app}\OpenDCL.Runtime.6.0.2.3.msi"""
What's wrong?
Using InnIDE v1.0.0.0078, Win7-64


