AdobePro 9.4.5
Hi,
I'm currently trying to package Adobe Pro 9.4.5
I have started with 9.3 and am running the below script (This is what I found on the adobe forums) for the updates to 9.4.5
When then attempt to install the MSI I recieve this error: "Error 1308. Source file not found: C\AcrobatPro9AIP\program files\Adobe\Acrobat 9.0\Acrobat\Adobe.Acrobat.Dependencies.manifest. Verify that the file exsists and that you can access it."
I have checked that path and sure enough there is no file there.
Script:
C:
cd\AcroBatPro9
md \AcrobatPro9AIP
start /wait msiexec /a AcroPro.msi TARGETDIR=C:\AcrobatPro9AIP /Liv c:\AcrobatPro9AIP\install900.log /qn
cd \AcrobatPro9AIP
start /wait msiexec /p c:\AcrobatPro9\AcrobatUpd932_all_incr.msp /a AcroPro.msi TARGETDIR=C:\AcrobatPro9AIP /Liv install932.log /qn
start /wait msiexec /p c:\AcrobatPro9\AcrobatUpd933_all_incr.msp /a AcroPro.msi TARGETDIR=C:\AcrobatPro9AIP /Liv install933.log /qn
start /wait msiexec /p c:\AcrobatPro9\AcrobatUpd940_all_incr.msp /a AcroPro.msi TARGETDIR=C:\AcrobatPro9AIP /Liv install940.log /qn
start /wait msiexec /p c:\AcrobatPro9\AcrobatUpd942_all_incr.msp /a AcroPro.msi TARGETDIR=C:\AcrobatPro9AIP /Liv install942.log /qn
start /wait msiexec /p c:\AcrobatPro9\AcrobatUpd945_all_incr.msp /a AcroPro.msi TARGETDIR=C:\AcrobatPro9AIP /Liv install943.log /qn
I'm currently trying to package Adobe Pro 9.4.5
I have started with 9.3 and am running the below script (This is what I found on the adobe forums) for the updates to 9.4.5
When then attempt to install the MSI I recieve this error: "Error 1308. Source file not found: C\AcrobatPro9AIP\program files\Adobe\Acrobat 9.0\Acrobat\Adobe.Acrobat.Dependencies.manifest. Verify that the file exsists and that you can access it."
I have checked that path and sure enough there is no file there.
Script:
C:
cd\AcroBatPro9
md \AcrobatPro9AIP
start /wait msiexec /a AcroPro.msi TARGETDIR=C:\AcrobatPro9AIP /Liv c:\AcrobatPro9AIP\install900.log /qn
cd \AcrobatPro9AIP
start /wait msiexec /p c:\AcrobatPro9\AcrobatUpd932_all_incr.msp /a AcroPro.msi TARGETDIR=C:\AcrobatPro9AIP /Liv install932.log /qn
start /wait msiexec /p c:\AcrobatPro9\AcrobatUpd933_all_incr.msp /a AcroPro.msi TARGETDIR=C:\AcrobatPro9AIP /Liv install933.log /qn
start /wait msiexec /p c:\AcrobatPro9\AcrobatUpd940_all_incr.msp /a AcroPro.msi TARGETDIR=C:\AcrobatPro9AIP /Liv install940.log /qn
start /wait msiexec /p c:\AcrobatPro9\AcrobatUpd942_all_incr.msp /a AcroPro.msi TARGETDIR=C:\AcrobatPro9AIP /Liv install942.log /qn
start /wait msiexec /p c:\AcrobatPro9\AcrobatUpd945_all_incr.msp /a AcroPro.msi TARGETDIR=C:\AcrobatPro9AIP /Liv install943.log /qn
0 Comments
[ + ] Show comments
Answers (6)
Please log in to answer
Posted by:
anonymous_9363
13 years ago
Posted by:
Deevon
13 years ago
Thanks for the response.
The initial method I used was to create an AIP and patch that with each update and then use the resulting MSI. Attempting to install the resulting MSI gave the same error as the script, that's why I attempted to use the above script (which was found from searching the error message).
The initial method I used was to create an AIP and patch that with each update and then use the resulting MSI. Attempting to install the resulting MSI gave the same error as the script, that's why I attempted to use the above script (which was found from searching the error message).
Posted by:
anonymous_9363
13 years ago
Posted by:
Deevon
13 years ago
Yeah, I had no issues creating the AIP. Once its created I can then install 9.3 without an issue.
I am slowly going through the updates one by one and installing them to see when I get the issue. I am up to 9.4 and havent had the error yet, so it must be with 9.4.2 or 9.4.5.
I also found on the adobe website I was missing "AcroProStdUpd910_T3T4_incr.msp" from the source. I had T1T2, so this may be an issue as well.
Thanks again for the help.
I am slowly going through the updates one by one and installing them to see when I get the issue. I am up to 9.4 and havent had the error yet, so it must be with 9.4.2 or 9.4.5.
I also found on the adobe website I was missing "AcroProStdUpd910_T3T4_incr.msp" from the source. I had T1T2, so this may be an issue as well.
Thanks again for the help.
Posted by:
Deevon
13 years ago
Posted by:
Deevon
13 years ago
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.