Adobe Reader 9.30 Deploy
Hi all
I have created an MSI/MST file with Adobe Customization Wizard, now I want to deploy it via GPO.
However the MSI that I upload just installs Adobe Reader with default options.
When I double click the MST file though it installs with the options I specified in Adobe Customization wizard.
Why is the MSI not using the options I specified?
Thanks
I have created an MSI/MST file with Adobe Customization Wizard, now I want to deploy it via GPO.
However the MSI that I upload just installs Adobe Reader with default options.
When I double click the MST file though it installs with the options I specified in Adobe Customization wizard.
Why is the MSI not using the options I specified?
Thanks
0 Comments
[ + ] Show comments
Answers (10)
Please log in to answer
Posted by:
Sguilly
14 years ago
Posted by:
sal88
14 years ago
Posted by:
Sguilly
14 years ago
Posted by:
anonymous_9363
14 years ago
Posted by:
Sguilly
14 years ago
If you have already impoted/created the software object for the MSI in AD you will need to remove it as you cannot apply the MST to it after it has been created, you need to apply the MST when you create it.
When you adding the MSI select Advanced, you should be able to choose the Modication tab to add the MST.
When you adding the MSI select Advanced, you should be able to choose the Modication tab to add the MST.
Posted by:
anonymous_9363
14 years ago
Posted by:
kerm007
14 years ago
Posted by:
alourinho
14 years ago
I don't know if this usefull but...
To deploy Adobe Acrobat Reader 9.30 I did the following steps, after downloading the exe file:
1 - Extract the the exe file -> AdbreRdr930_en_US.exe -nos_ne
(The files will be stored in %USERPROFILE&\Local Settings\Application Data\Adobe\Reader 9.3\Setup Files
2 - Change the configuration with Adobe Acrobat Costumization Wizard 9
3 - You can download the last patch for Adobe Reader 9.3.1 (http://www.adobe.com/support/downloads/detail.jsp?ftpID=4640) to install Adobe Reader and the patch
4 - User the following command line:
msiexec /i "source_path\AcroRead.msi" TRANSFORMS="source_path\AcroRead.mst" PATCH="source_path\AdbeRdrUpd931_all_incr.msp" /qb!- /norestart /l* "log_path\logfile.log"
5 - You can deploy by GPO or other sw like SMS2003, etc.
qb!- can be changed to anothert silent swith
You can also open the msi file with ORCA sw and aply the transform file. Then you don't need to user the TRANSFORMS="source_path\AcroRead.mst" swithch.
To deploy Adobe Acrobat Reader 9.30 I did the following steps, after downloading the exe file:
1 - Extract the the exe file -> AdbreRdr930_en_US.exe -nos_ne
(The files will be stored in %USERPROFILE&\Local Settings\Application Data\Adobe\Reader 9.3\Setup Files
2 - Change the configuration with Adobe Acrobat Costumization Wizard 9
3 - You can download the last patch for Adobe Reader 9.3.1 (http://www.adobe.com/support/downloads/detail.jsp?ftpID=4640) to install Adobe Reader and the patch
4 - User the following command line:
msiexec /i "source_path\AcroRead.msi" TRANSFORMS="source_path\AcroRead.mst" PATCH="source_path\AdbeRdrUpd931_all_incr.msp" /qb!- /norestart /l* "log_path\logfile.log"
5 - You can deploy by GPO or other sw like SMS2003, etc.
qb!- can be changed to anothert silent swith
You can also open the msi file with ORCA sw and aply the transform file. Then you don't need to user the TRANSFORMS="source_path\AcroRead.mst" swithch.
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.