Jump to content

Recommended Posts

Posted

It "skips" Adobe Reader 6 when installing from DVD.

start /wait %CDROM%\Apps\AdobeReader6\AdbeRdr60_nor_full.exe -p"-s /v\"/qn\""

App does not get installed and I get no error. (does not extract to c:\windows\cache either)


Posted

I tried to use the .msi and files that is extraced to %windir%\cache when launching the exe in first post, but this also failed the same way. Can you give me a code example?

Posted

try this, ot works for me -p\"-s /v\"/qn\"\""

It looks like your missing a slash after the -p

Posted
I tried to use the .msi and files that is extraced to %windir%\cache when launching the exe in first post, but this also failed the same way. Can you give me a code example?

That's the right place to get the files. Make sure you keep all you need, not just the msi files.

Syntax wise, it's like every other msi package, I use:

"%CDROM%\install\AReader 6\Adobe Reader 6.0.1.msi" /QB
"%CDROM%\install\AReader 6\602update.msi" /QB

And it's never failed so far. (then I got a vbscript to tweak the install)

Posted

It extracts to your temp folder. Most likely:

C:\Document And Settings\Current_User_Name\Local Settings\Temp

(or whatever that turns out to be in norwegian)

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...