Hi,
Previoulay I deployed the single, created setup.exe via - it installed, but reported as a failure in SCCM.
Reading artcies, it is stated that I should deploy the msi version to get a success report. I don;t want to talk about Windows Installer 3.1 at this point, as not relevant to my environment.
I have created a new client as the bunch of files instead of single exe. Should I create a program in SCCM that launches sep.msi or setup.exe again?
If the msi = what extra switches do I need and/or how do I configure it to use the setup.ini and setAid.ini files so iit uses the featuires and SEPM group specified?
If the exe = What difference has this made except include the extracted files, rather than single exe?
I hope you understand my question?
Also, msiexec /i "msi/exe name" /passive I have read won't work so I will try msiexec /s "msi/exe name"
Do I deploy sep.msi or setup.exe to get it to report correctly in SCCM?
If anyone doing this fine know, can I get a sample command line please? I have already made the package silent in SEPM.
Thanks You