Judicial Dialog
I have been tasked with creating a deployment package for the Judicial Dialog software (jdsetup.msi). The software vendor doesn't have a .msi switch to automatically install the program. I attempted to create a package using msiexec /a "pgcsms\c$\package\filename\jdsetup.msi" which initiates from the run line however, attaching this command line in the deployment package doesn't. Any suggestions?
0 Comments
[ + ] Show comments
Answers (4)
Please log in to answer
Posted by:
reds4eva
14 years ago
Posted by:
timmsie
14 years ago
Windows installer is a standard. The options are here:
http://msdn.microsoft.com/en-us/library/aa367988%28VS.85%29.aspx
There maybe specific Public properties available to you in the vendor msi
http://msdn.microsoft.com/en-us/library/aa370912%28VS.85%29.aspx
http://msdn.microsoft.com/en-us/library/aa367988%28VS.85%29.aspx
There maybe specific Public properties available to you in the vendor msi
http://msdn.microsoft.com/en-us/library/aa370912%28VS.85%29.aspx
Posted by:
anonymous_9363
14 years ago
The '/a' switch is used to create an Administrative Installation Point, which would then be hosted on a network share. You would then deploy from the AIP using the '/i' switch.
Note also that AppDeploy has a specific SCCM/SMS forum. A moderator may move this thread there.
Note also that AppDeploy has a specific SCCM/SMS forum. A moderator may move this thread there.
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.