Quantcast
Viewing all articles
Browse latest Browse all 3825

New Post: Deploy Adobe Reader XI 11.0.07 with customized settings

Thx, now i have fine working updates.

My solution:
  • Create a custom update with uninstalling Adobe Reader XI with
msiexec /x {AC76BA86-7AD7-1031-7B44-AB0000000001} /qn
and at next install Adobe Reader XI 11.0.00 with customized settings
msiexec -i AcroRead.msi TRANSFORMS=AcroRead.mst /qn
  • Using following Ruleset for this Update
  • installed
<lar:And>
    <msiar:MsiProductInstalled ProductCode="{ac76ba86-7ad7-1031-7b44-ab0000000001}"/>
        <lar:Or>
            <lar:And>
                <bar:Processor Architecture="0"/>
                <bar:FileExists Path="Adobe\Adobe Reader 11\Reader\AcroRd32.exe" Csidl="38"/>
            </lar:And>
            <lar:And>
                <bar:Processor Architecture="9"/>
                <bar:FileExists Path="Adobe\Adobe Reader 11\Reader\AcroRd32.exe" Csidl="42"/>
            </lar:And>
        </lar:Or>
</lar:And>
  • installable
<lar:Or>
    <lar:Not><msiar:MsiProductInstalled ProductCode="{ac76ba86-7ad7-1031-7b44-ab0000000001}"/></lar:Not>
        <lar:And>
            <msiar:MsiProductInstalled ProductCode="{ac76ba86-7ad7-1031-7b44-ab0000000001}"/>
                <lar:Or>
                    <lar:And>
                        <bar:Processor Architecture="0"/>
                        <lar:Not><bar:FileExists Path="Adobe\Adobe Reader 11\Reader\AcroRd32.exe" Csidl="38"/></lar:Not>
                    </lar:And>
                    <lar:And>
                        <bar:Processor Architecture="9"/>
                        <lar:Not><bar:FileExists Path="Adobe\Adobe Reader 11\Reader\AcroRd32.exe" Csidl="42"/></lar:Not>
                    </lar:And>
                </lar:Or>
        </lar:And>
</lar:Or>
  • Create an update for Adobe Reader XI 11.0.07 AdbeRdrUpd11007.msp which requires the Adobe Reader XI 11.0.00 Update without any rules
  • Deployment works on my Windows 7 32/64Bit fine and the Report in WPP shows the installed packages and instalable packages correctly
But there is another problem.
If i install Adobe Reader with the script with the same files in the published Package,
WPP shows me that the published Update is not applicable instead of is installed
msiexec -i "\\[SHARE]\AcroRead.msi" PATCH="\\[SHARE]\AdbeRdrUpd11007.msp" TRANSFORMS="[SHARE]\AcroRead.mst" /qn
Has someone else a similar problem?

Viewing all articles
Browse latest Browse all 3825

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>