|
Office 2000 command line setup
The syntax for Office 2000 setup from a command line is:
:\setup /f data1.msi
Options:
e - reinstall file
o - repair file (reinstall if missing or older version)
c - reinstall if file is missing or corrupt (if stored checksum doesn't match computed value)
u - re-write HKEY_CURRUNT_USER registry settings
m - re-write HKEY_LOCAL_MACHINE registry settings
s - reinstalls (and overwrites) original shortcuts
Examples:
To rewrite the registry entries, run - "d:\setup /fum data1.msi"
To rewrite the shortcuts, run - "d:\setup /fs data1.msi"
|