The Workshare setup is comprised of KB's, MSI's, and a couple of setups. Extract these and use the command lines and install order stated in the setup.ini (listed below for your easy viewing).
("default MSI" means REBOOT=ReallySuppress, ALLUSERS=1)
Things must install in this order:
DOTNET_KB908002_2
Use default msi
OFF03_KB907417
office2003-kb907417.exe /quiet
OFF07_KB935514
office07-kb935514.exe /quiet
Microsoft Visual C++ 2005 Redist
Use default MSI
DotNET 3
dotnetfx3.exe /q /norestart
Microsoft Report Viewer
reportviewer.exe /q:u /c:"install /q /l"
There is other way also for deploying Workshare Professional using extracted contents of Executable:
Files which are extracted thru WINRAR(Winzip doesn't work here)also include :
* Workshare.InstallWizard.exe
* Workshare.InstallWizard.ini
Which can be used for silent install:
1. Create a shared directory with relevant permissions so that client machines can access the Workshare Professional executable during the installation.
2. Copy the self-extracting executable to the shared directory.
3. Run the executable on the client desktop. This will extract the files to the client and run the
Install Wizard on the client machine. Parameters passed to the self-extracting executable are
passed on to the Install Wizard. The command line is:
<path to Workshare.InstallWizard.exe> -product âWorkshare
Professionalâ [-autorun] [-silent]
In case cutomization need to be done other then default installtion it is further explained in Installtion PDF..download from here (page nom 112)
http://www.workshare.com/support/learningcenter/workshare_professional/v50/
There is other way also for deploying Workshare Professional using extracted contents of Executable:
Files which are extracted thru WINRAR(Winzip doesn't work here)also include :
* Workshare.InstallWizard.exe
* Workshare.InstallWizard.ini
Which can be used for silent install:
1. Create a shared directory with relevant permissions so that client machines can access the Workshare Professional executable during the installation.
2. Copy the self-extracting executable to the shared directory.
3. Run the executable on the client desktop. This will extract the files to the client and run the
Install Wizard on the client machine. Parameters passed to the self-extracting executable are
passed on to the Install Wizard. The command line is:
<path to Workshare.InstallWizard.exe> -product “Workshare
Professional†[-autorun] [-silent]
In case cutomization need to be done other then default installtion it is further explained in Installtion PDF..download from here (page nom 112)
http://www.workshare.com/support/learningcenter/workshare_professional/v50/
:PROG5
echo -=Open XML Format SDK 1.0=-
REG QUERY "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{F565EF2B-9A5C-49EB-BEE1-7FAF8E998330}" /v InstallSource >nul
IF %errorlevel% EQU 0 goto :WORKS1
echo Installing Open XML Format SDK 1.0
msiexec /i "Workshare Professional 9800.800\OpenXMLSDK.msi" REBOOT="ReallySuppress" ALLUSERS="1" /qn
:WORKS1
Echo Workshare Pro 9800.800 Komponentit
echo -=Workshare PDF converter++ 2005 Redist=-
REG QUERY "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{5A4C5962-80C8-472F-8059-565C3DEC09A8}" /f "6.0.258.0" >nul
IF %errorlevel% EQU 0 goto :WORKS2
echo Installing Workshare PDF converter
msiexec.exe /i "Workshare Professional 9800.800\WorksharePdfConverter.msi" /qn /norestart
:WORKS2
echo -=Workshare Pro 9800.800=-
REG QUERY "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{226024DE-CC99-4D20-863E-0B5F894871E2}" /f "5.23.9800.2400" >nul
IF %errorlevel% EQU 0 goto :END
::Uninstall the old version (Yes you should do this... if you want to fight with the update only without removing the original let me know how it went
echo Uninstalling Workshare Pro 9800.800
msiexec /x{226024DE-CC99-4D20-863E-0B5F894871E2} /qr /norestart
rd "c:\Program Files\Workshare" /S /Q
::Install
echo Installing Workshare Pro 9800.2400 update
::IF you want to run your basicpolicy.ini from a network drive. It should work also... should.
md "%programfiles%\Workshare\Modules\Config"
copy "DefaultPolicy.ini" "%programfiles%\Workshare\Modules\Config\" /y
start /wait msiexec.exe /i "Workshare Professional 9800.800\Professional.msi" REINSTALL=ALL REINSTALLMODE=vomus ALLUSERS=1 SKIP_UPGRADE_WARNING=1 INSTALL_COMPARE=1 INSTALL_PROTECT=ON INSTALL_REVIEW=ON INSTALL_INTERWOVEN=ON INIFILE="c:\Program Files\Workshare\Modules\Config\DefaultPolicy.ini" PATCH="Workshare523-PointRelease3.msp" /qn
::It´s enought to just copy the lic to the folder.
copy "Professional_WS.lic" "%programfiles%\Workshare\Modules" /y
:END
:PROG5
echo -=Open XML Format SDK 1.0=-
REG QUERY "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{F565EF2B-9A5C-49EB-BEE1-7FAF8E998330}" /v InstallSource >nul
IF %errorlevel% EQU 0 goto :WORKS1
echo Installing Open XML Format SDK 1.0
msiexec /i "Workshare Professional 9800.800\OpenXMLSDK.msi" REBOOT="ReallySuppress" ALLUSERS="1" /qn
:WORKS1
Echo Workshare Pro 9800.800 Komponentit
echo -=Workshare PDF converter++ 2005 Redist=-
REG QUERY "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{5A4C5962-80C8-472F-8059-565C3DEC09A8}" /f "6.0.258.0" >nul
IF %errorlevel% EQU 0 goto :WORKS2
echo Installing Workshare PDF converter
msiexec.exe /i "Workshare Professional 9800.800\WorksharePdfConverter.msi" /qn /norestart
:WORKS2
echo -=Workshare Pro 9800.800=-
REG QUERY "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{226024DE-CC99-4D20-863E-0B5F894871E2}" /f "5.23.9800.2400" >nul
IF %errorlevel% EQU 0 goto :END
::Uninstall the old version (Yes you should do this... if you want to fight with the update only without removing the original let me know how it went
echo Uninstalling Workshare Pro 9800.800
msiexec /x{226024DE-CC99-4D20-863E-0B5F894871E2} /qr /norestart
rd "c:\Program Files\Workshare" /S /Q
::Install
echo Installing Workshare Pro 9800.2400 update
::IF you want to run your basicpolicy.ini from a network drive. It should work also... should.
md "%programfiles%\Workshare\Modules\Config"
copy "DefaultPolicy.ini" "%programfiles%\Workshare\Modules\Config\" /y
start /wait msiexec.exe /i "Workshare Professional 9800.800\Professional.msi" REINSTALL=ALL REINSTALLMODE=vomus ALLUSERS=1 SKIP_UPGRADE_WARNING=1 INSTALL_COMPARE=1 INSTALL_PROTECT=ON INSTALL_REVIEW=ON INSTALL_INTERWOVEN=ON INIFILE="c:\Program Files\Workshare\Modules\Config\DefaultPolicy.ini" PATCH="Workshare523-PointRelease3.msp" /qn
::It´s enought to just copy the lic to the folder.
copy "Professional_WS.lic" "%programfiles%\Workshare\Modules" /y
:END
Workshare Professinal 5.23.9800.800 still doesn't support UAC so if you have problems with Installation and you can turn UAC off you really should do this.
EDIT: Workshare Professional 5.23.9800.2400 Supports UAC on Windows 7 but not in Vista... really.
Also remember to run the (c:\Program Files\Workshare\Modules\)WMConfigAssistant.exe after the installation (this is not optional) the ConfigAssistant writes everywhere, for more information go check the www.workshare.com / support / knowledgebase and you can find out what wmconfigassistant really does. I also recommend that you run the wmconfigass. Only after the first logon to the targeted computer pref. at least with local admin rights. We tried to run the configass. as a separate task sequence program while Workstation Installation sequence but with bad results. Only way the Installation (with our custom settings and all that) went as it should have, was that after the installation we ran the "post_installtion.bat" that had the correct command line to run the wmconfigassistant. After you do this you can login the users and the default config should be passed to users.
Click the features you want to use. Then click apply.
Then open Word or Excel or whatever to gain access to Workshare Ribbon In there access Options and Workshare application Configuration, Select "Save Configuration file". save the inifile and you can useit on your installation.
This website uses cookies.
By continuing to use this site and/or clicking the "Accept" button you are providing consent
Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our
websites or when you do business with us. For more information about our
Privacy Policy and our data protection
efforts, please visit
GDPR-HQ