Acrobat Reader 7.0.5 Update silent install what the hack is a msp file
#1
Posted 14 October 2005 - 03:03 AM
I already tried with the /passive switch
#2
Posted 14 October 2005 - 07:11 AM
When you start this msp with /? it shows also a list you can use
#3
Posted 14 October 2005 - 07:28 AM
laderio, on Oct 14 2005, 03:11 PM, said:
When you start this msp with /? it shows also a list you can use
Yesm you are right, but I tested all the switches. It starts the installation but then stopps. I can install the package manually but not with the switches.
#4
Posted 14 October 2005 - 07:31 AM
Edit: The /v/qn works fine for the full version
This post has been edited by Doc Symbiosis: 14 October 2005 - 07:47 AM
#5
Posted 14 October 2005 - 08:03 AM
Dynaletik, on Oct 14 2005, 07:28 AM, said:
it works for me with this batch:
start /wait msiexec.exe /i "Acrobat Reader 7\Adobe Reader 7.0 - Deutsch.msi" /qb
"Acrobat Reader 7.05 Update.msp" /qb
#6
Posted 14 October 2005 - 08:19 AM
AdobeReader705.msi TRANSFORMS=AdobeReader70.mst /qb-! /norestart
The mst file of version 7.0 still works for me, so the Yahoo button and the license agreement are removed.
This post has been edited by Dynaletik: 14 October 2005 - 09:16 AM
#7
Posted 14 October 2005 - 09:21 AM
This post has been edited by BoardBabe: 14 October 2005 - 09:23 AM
#8
Posted 14 October 2005 - 09:25 AM
msiexec /p <path>\adobe.msp /a <path>\adobe.msi /qb
But you can also simply download the full setup in version 7.05 at the Adobe website...
#9
Posted 14 October 2005 - 09:30 AM
Dynaletik, on Oct 14 2005, 08:19 AM, said:
AdobeReader705.msi TRANSFORMS=AdobeReader70.mst /qb-! /norestart
The mst file of version 7.0 still works for me, so the Yahoo button and the license agreement are removed.
I'm just curious, what the "!" in the "/qb-!" switch means?
#12
Posted 14 October 2005 - 10:16 AM
I think I have seen such a link once, but doen't remember where...
This post has been edited by laderio: 14 October 2005 - 10:20 AM
#13
Posted 14 October 2005 - 10:35 AM
#14
Posted 14 October 2005 - 10:41 AM
#15
Posted 14 October 2005 - 02:02 PM
#16
Posted 15 October 2005 - 04:20 AM
snekul, on Oct 14 2005, 10:02 PM, said:
Going to test it right now, thx for the info
No switchless installers of this version yet?
#17
Posted 15 October 2005 - 10:43 AM
http://www.filehippo...bat_reader.html
Then I renamed it to adobe.exe and ran C:\adobe.exe /a
Then with the administrative install files I made the switchless and used adobe.msi /qb-! /norestart
Seems to work fine, although I don't know how to remove the adobe reader speed launch, does anyone know how? A special switch like with java maybe?
It would also be nice if I could remove the help files but it doesn't work when I do so I'm not sure how to do that either.
This post has been edited by dale5605: 15 October 2005 - 10:50 AM
#18
Posted 15 October 2005 - 11:06 AM
Doc Symbiosis, on Oct 14 2005, 05:30 PM, said:
Dynaletik, on Oct 14 2005, 08:19 AM, said:
AdobeReader705.msi TRANSFORMS=AdobeReader70.mst /qb-! /norestart
The mst file of version 7.0 still works for me, so the Yahoo button and the license agreement are removed.
I'm just curious, what the "!" in the "/qb-!" switch means?
Here is the help from MSIEXEC.EXE (who starts the setup of a MSI) :
Quote
</package | /i> <Product.msi>
Installs or configures a product
/a <Product.msi>
Administrative install - Installs a product on the network
/j<u|m> <Product.msi> [/t <Transform List>] [/g <Language ID>]
Advertises a product - m to all users, u to current user
</uninstall | /x> <Product.msi | ProductCode>
Uninstalls the product
Display Options
/quiet
Quiet mode, no user interaction
/passive
Unattended mode - progress bar only
/q[n|b|r|f]
Sets user interface level
n - No UI
b - Basic UI
r - Reduced UI
f - Full UI (default)
/help
Help information
Restart Options
/norestart
Do not restart after the installation is complete
/promptrestart
Prompts the user for restart if necessary
/forcerestart
Always restart the computer after installation
Logging Options
/l[i|w|e|a|r|u|c|m|o|p|v|x|+|!|*] <LogFile>
i - Status messages
w - Nonfatal warnings
e - All error messages
a - Start up of actions
r - Action-specific records
u - User requests
c - Initial UI parameters
m - Out-of-memory or fatal exit information
o - Out-of-disk-space messages
p - Terminal properties
v - Verbose output
x - Extra debugging information
+ - Append to existing log file
! - Flush each line to the log
* - Log all information, except for v and x options
/log <LogFile>
Equivalent of /l* <LogFile>
Update Options
/update <Update1.msp>[;Update2.msp]
Applies update(s)
/uninstall <PatchCodeGuid>[;Update2.msp] /package <Product.msi | ProductCode>
Remove update(s) for a product
Repair Options
/f[p|e|c|m|s|o|d|a|u|v] <Product.msi | ProductCode>
Repairs a product
p - only if file is missing
o - if file is missing or an older version is installed (default)
e - if file is missing or an equal or older version is installed
d - if file is missing or a different version is installed
c - if file is missing or checksum does not match the calculated value
a - forces all files to be reinstalled
u - all required user-specific registry entries (default)
m - all required computer-specific registry entries (default)
s - all existing shortcuts (default)
v - runs from source and recaches local package
Setting Public Properties
[PROPERTY=PropertyValue]
Consult the Windows ® Installer SDK for additional documentation on the
command line syntax.
#19
Posted 17 October 2005 - 01:30 PM
Quote
http://www.filehippo...bat_reader.html
Then I renamed it to adobe.exe and ran C:\adobe.exe /a
Then with the administrative install files I made the switchless and used adobe.msi /qb-! /norestart
Seems to work fine, although I don't know how to remove the adobe reader speed launch, does anyone know how? A special switch like with java maybe?
It would also be nice if I could remove the help files but it doesn't work when I do so I'm not sure how to do that either.
Can we download yours somewhere?
#20
Posted 17 October 2005 - 08:08 PM
"Vid0" said:
This version is without msvcr71.dll library file. This file is missed intentionally to reduce size of the installer. AR705.EXE will not work or even install on clean Windows XP. Why I removed this file? Because it's a very common DLL library and it is installed by other applications like Microsoft .NET Framework 1.1 SP1 or K-Lite Mega Codec Pack 1.38. So you must install Adobe Reader Lite AFTER these applications on your Unattended CD.
And if you really need a version with msvcr71.dll inside, here it is:
http://rapidshare.de...AR705a.exe.html
- ← how to set Enforce Unicode PST files to default location
- Application Installs
- How to run AutoIt3 script in RunOnceEx? →



Help


Back to top









