Another
16-11-2007, 13:33
ciao, ho questo problema: devo installare la patch di Adobe Reader 8.1.1 /circa 6MB su 100 pc e lo voglio fare con le GPO ovviamente..
assunto che ad oggi non è possibile linkare alla GPO un file .msp ho cercato in rete trovando la seguente procedura:
1. Go to the location where the Windows Installer source files are located for the package that should patched.
2. Run an administrative installation on the source files using the command msiexec /a <path to MSI file that should be patched>.
3. When a dialog is displayed where the package should be installed is displayed, select a temporary path. Do not use the path to the original since this will fail since it will try to replace the MSI file that is in use by the administrative installation.
4. In the folder specified the MSI file will now reside with all files that previously were packaged inside the MSI, expanded to subfolders.
5. Now any MSP files can be added to the setup files using the following command:
msiexec /p <path to MSP> /a <path to the the MSI file to patch> /qb
6. Select Redeploy for the deploment that originally deployed the package.
ho seguito le istruzioni, ottenendo una cartella []\program files\adobe\reader 8.0\reader con i file di partenza della 8.1.0 e a fianco una []\program files\adobe\reader 8.0\update con dei file rtp versione 8.1.1
.. questo non mi convince..
copio tutto sul server di distribuzione e rieseguo il deploy ma il risultato è che, sebbene lo splash 'about' mi dia la versione 8.1.1, in realtà i file acroform.api, acrord32.dll, ecc. (corrispondenti alla cartella update) rimangono con data e versione della 8.1.0 >> non funziona
come fare? grazie
assunto che ad oggi non è possibile linkare alla GPO un file .msp ho cercato in rete trovando la seguente procedura:
1. Go to the location where the Windows Installer source files are located for the package that should patched.
2. Run an administrative installation on the source files using the command msiexec /a <path to MSI file that should be patched>.
3. When a dialog is displayed where the package should be installed is displayed, select a temporary path. Do not use the path to the original since this will fail since it will try to replace the MSI file that is in use by the administrative installation.
4. In the folder specified the MSI file will now reside with all files that previously were packaged inside the MSI, expanded to subfolders.
5. Now any MSP files can be added to the setup files using the following command:
msiexec /p <path to MSP> /a <path to the the MSI file to patch> /qb
6. Select Redeploy for the deploment that originally deployed the package.
ho seguito le istruzioni, ottenendo una cartella []\program files\adobe\reader 8.0\reader con i file di partenza della 8.1.0 e a fianco una []\program files\adobe\reader 8.0\update con dei file rtp versione 8.1.1
.. questo non mi convince..
copio tutto sul server di distribuzione e rieseguo il deploy ma il risultato è che, sebbene lo splash 'about' mi dia la versione 8.1.1, in realtà i file acroform.api, acrord32.dll, ecc. (corrispondenti alla cartella update) rimangono con data e versione della 8.1.0 >> non funziona
come fare? grazie