MS Office 97

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search

Microsoft Office 97

This is a silent installer and uninstaller for Microsoft Office 97 Professional.

Change YOURCDKEYHERE to your CD Key! As far as I know there is now ordinary update process, so I left it out. Consider the switch for changing Office Elements afterwards.

<?xml version="1.0" encoding="UTF-8"?>
<packages>
  <package id="office97" name="Microsoft Office 97" revision="80" reboot="false" priority="10">
      <check type="uninstall" condition="exists" path="Microsoft Office 97, Professional Edition" />
      <install cmd='%SOFTWARE%\Office97\SETUP.EXE /K "YOURCDKEYHERE" /qnt' />
<!-- Upgrade? -->
      <remove cmd='"%PROGRAMFILES%\Microsoft Office 97\Office\Setup\Acme.exe" /w Off97Pro.STF /UA /QNT'>
        <exit code="0"/>
      </remove>
  </package>
</packages>

Customisation

Here is a German Version for the setup.exe switches. http://support.microsoft.com/kb/508433/de

For a special installation e.g. without the Shortcut Bar download setupniw.exe here: http://support.microsoft.com/kb/232967/en-us Install the Network Installation Wizard, open the off97pro.stf file from the CD Root Dir and set up everything to your needs. I switched my off97pro.stf file with the existing one. If you need various install profiles check out http://support.microsoft.com/kb/158281/en-us.