/build/static/layout/Breadcrumb_cap_w.png

Issue Deploying InstallShield installer via SCCM

I have an installShield installer (EXE that calls an MSI) that I am trying to deploy via SCCM and I am recieving very strange results during deployment to Windows 7 PC's.

For my deployment, I have created an answer file that i am calling through setup.exe.

If I right click the setup.exe and run as administrator, everything works properly (all files and services are installed).

If I run the setup.exe from a local batch file (right click, run as administrator) and reference the answer file, all files and services are installed.

If I call the setup.exe and reference the answer file through an SCCM package, the software deploys (reported success), but several of the services that it should install are missing.

If I manually run a repair after the deployment (via add/remove programs), the services are installed properly.

If I call a repair via the SCCM deployment, the services are not installed.

I am calling the setup with the following command:
setup.exe -s -f1"C:\temp\AnswerFile.iss" -f2"C:\temp\LogFile.log"

Another interesting thing to note is that all the log file says is that the install was successful in all cases (only 2 lines in log file).

Any advice to help me deploy this would be greatly appreciated.

Thanks


0 Comments   [ + ] Show comments

Answers (4)

Posted by: pjgeutjens 11 years ago
Red Belt
2

Would it be an option to ditch the exe installer and install the MSI that it calls directly? I generally find this approach to be more successful. This will also allow more extensive logging, should issues arise

Posted by: jagadeish 11 years ago
Red Belt
2

Why don't you install the msi with ALLUSERS=1 property.. What is stopping you from installing the msi directly..

Posted by: piyushnasa 11 years ago
Red Belt
2

If it fails by saying you need to install MSI from setup.exe then add this property in MSI and it will install fine:

ISSETUPDRIVEN=1

Posted by: mekaywe 11 years ago
Brown Belt
1

1. Which account is being used to install the package using SCCM? Is it System Account or Administrator account?

2. Its good to install the package by selecting the option "copy package form DP point and install locally"

3. Is it hardware dependent application?

 

 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ