i am using installshield msi project type. in this i am executing msiexec.exe /x[productcode] /qn /norestart - this is generating an error code 1722. can anyone please tell me what does this exactly mean? and how can i counter it?
error 1722 : There is a problem with this Windows Installer package. A program run as part of the setup did not finish as expected. Contact your support personnel or package vendor. Action [2], location: [3], command: [4]
i'm giving following settings - working dir - systemfolder filename and command line - msiexec.exe /x[ProductCode] /qn /norestart
i have also tried REBOOT=ReallySuppress,REBOOT=S, REBOOT="ReallySuppress". can anyone please help?