|
You are here:->
Home
-> Tips
-> Computer ->
Softwares ->
Operating System -> Miscosoft
-> Windows ->
Installation
Automated Office95 Installation
There are several undocumented switches you can use to automate your
Office95 Installation. An full unattended install should only take 3-4
minutes from the CD.
| /K |
Enters the CD key /K "12345678" The CD key should not have
the dash |
| /Q |
0 - Quiet Install - with Exit screen 1 - No exit screen T
- Shows nothing on the screen during install |
| /N |
User's Name /N "Name" |
| /O |
Organization Name /O "Org" |
| /T |
Specify the STF file The default is the
SETUP.STF on the root of the Office95 CD.
This is an ASCII text file you can copy to a local or network
drive, modify the applications you want to install and then point
your installation to use that file
/T X:\NEW.STF |
| /U |
Uninstalls all apps but leaves common files in place |
| /UA |
Uninstalls all apps and removes common files |
| /R |
ReInstalls previously installed Office95
apps |
A whole string might look something like: SETUP /K "12345678" /Q1
/N "YOUR_NAME" /O "YOUR_ORGANIZATION" T: C:\NEW.STF
Other Windows applications use similar STF file structure.
You could have this launch automatically at the end of your Windows95
installation if you are using INF files.
|