Line of business app installs then immediately uninstalls itself when run silently
I have a healthcare application from Mckesson that I have to install silently. It is an InstallShield installer that I've created an ISS file for. When I run the installer silently with the -s switch using the -f2 switch to log, the install works fine on Windows XP and Win7 x86 PCs but it installs completely but then immediately uninstalls on Win7 x64. I am running this install via ConfigMgr 2007 which is running as SYSTEM. I've also tried the installer via SYSTEM manually by running the "psexec -i -s \\PCNAME cmd" command from a remote PC and it does the same behavior as well as manually via setup -s as a local admin and nothing matters.
I've recreated the ISS file multiple times thinking it's wrong but it is correct.
The only thing in the log file is:
[InstallShield Silent] Version=v7.00 File=Log File [ResponseResult] ResultCode=-3 [Application] Name=Horizon Patient Folder Version=15.1.1 Company=McKesson Information Solutions. Lang=0009
Answers (3)
Recreate your .iss file on your 64bit OS and compare to your 32bit OS response file.
It may be that there is something different required for the 64bit OS - obviously test that it works correctly on your 64bit system too.
Hope that helps,
Dunnpy
Comments:
-
I have tried this. It does create two different ISS files but neither work. - adbertram 12 years ago
maybe a silly question but does the application install correctly when installed manually without using a response file?
Comments:
-
Yes, it does. - adbertram 12 years ago