/build/static/layout/Breadcrumb_cap_w.png

Workshare Professional

Don't be a Stranger!

Sign up today to participate, stay informed, earn points and establish a reputation for yourself!

Sign up! or login
Views: 8.6k  |  Created: 11/01/2007

Average Rating: 0
Professional has 6 inventory records, 2 Questions, 0 Blogs and 1 links. Please help add to this by sharing more!

Deployment Tips (7)

Most Common Setup Type
Not Determined
Average Package Difficulty Rating
Rated 4 / 5 (Somewhat Difficult) based on 3 ratings
Most Commonly Reported Deployment Method
Windows Installer with Custom Transform (MST)
5
Command Line
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"

Interop assemblies (o2007pia.msi)
Use default msi

workshare protect engine (protectengine.msi)
msiexec /i "REINSTALL=ALL REINSTALLMODE=vomus INSTALLSERVICE=1 SKIP_UPGRADE_WARNING=1"

workshare protect enterprise client (protectenterpriseclient.msi)
use default msi

Workshare PDF converter
Use default MSI

Workshare.msi
I transformed this one.
Msiexec /i "REINSTALL=ALL REINSTALLMODE=vomus ALLUSERS=1 SKIP_UPGRADE_WARNING=1"

WORKSHAREPROTECTCR00100210.MSI
Use default msi
Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows
4
Command Line
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/
Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows
4
Command Line
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/
Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows
2
Command Line
::Update to 5.23.9800.2400
::--------------

@ECHO OFF
REM Workshare Pro by:LOMM date:25.02.2011

::This is the right Install order / REQ also Fremeworks 3.5 sp1 / When using Windows 7 its not needed

echo -=Microsoft Visual C++ 2005 Redist=-
REG QUERY "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{837b34e3-7c30-493c-8f6a-2b0f04e2912c}" /v InstallSource >nul
IF %errorlevel% EQU 0 goto :PROG2
echo Installing Visual C++ 2005 Redist
"Workshare Professional 9800.800\vcredist_x86-2005.exe" /q

:PROG2
echo -=Microsoft Visual C++ 2008 Redist=-
REG QUERY "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{1F1C2DFC-2D24-3E06-BCB8-725134ADF989}" /v InstallSource >nul
IF %errorlevel% EQU 0 goto :PROG3
echo Installing Visual C++ 2008 Redist
"Workshare Professional 9800.800\vcredist_x86-2008.exe" /q

:PROG3
echo -=Microsoft Report Viewer=-
REG QUERY "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{632B82E8-6173-49C3-B3B8-3AEAE6B9A59F}" /v InstallSource >nul
IF %errorlevel% EQU 0 goto :PROG4
echo Installing Microsoft Report Viewer
"Workshare Professional 9800.800\reportviewer.exe" /q:u /c:"install /q /l"

:PROG4
echo -=Interop assemblies (o2007pia.msi)=-
REG QUERY "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{50120000-1105-0000-0000-0000000FF1CE}" /v InstallSource >nul
IF %errorlevel% EQU 0 goto :PROG5
echo Installing Interop assemblies (o2007pia.msi)
msiexec /i "Workshare Professional 9800.800\o2007pia.msi" REBOOT="ReallySuppress" ALLUSERS="1" /qn

: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
Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows
2
Command Line
Here is a line we are using with Workshare 9800.800
@echo off
echo Workshare Pro 9800.800 preinstalls

echo OFF03_KB907417 Security Update Office 03
office2003-KB907417-FullFile-ENU.exe /q

echo OFF07_KB935514 Security Update Office 07
office-kb935514-fullfile-x86-glb.exe /q

echo Microsoft Visual C++ 2005 Redist / Uninstall String HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{837b34e3-7c30-493c-8f6a-2b0f04e2912c}
vcredist_x86-2005.exe /q

echo Microsoft Visual C++ 2008 Redist / Uninstall String HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{1F1C2DFC-2D24-3E06-BCB8-725134ADF989}
vcredist_x86-2008.exe /q

echo Microsoft Report Viewer / Uninstall String HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{632B82E8-6173-49C3-B3B8-3AEAE6B9A59F}
reportviewer.exe /q:u /c:"install /q /l"

echo Interop assemblies (o2007pia.msi) / Uninstall String HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{50120000-1105-0000-0000-0000000FF1CE}
msiexec /i o2007pia.msi REBOOT="ReallySuppress" ALLUSERS="1" /qn

echo Open XML Format SDK 1.0 / Uninstall String HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{F565EF2B-9A5C-49EB-BEE1-7FAF8E998330}
msiexec /i OpenXMLSDK.msi REBOOT="ReallySuppress" ALLUSERS="1" /qn

echo Workshare 9800.800 & Lisence and PDF creator

echo Workshare Pro / Uninstall String HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{226024DE-CC99-4D20-863E-0B5F894871E2}
REM CHECK THE INSTALLITION DOCUMENTATION FOR ADDITIONAL SWITCHES YOU MIGHT NEED
msiexec.exe /i Professional.msi REINSTALL=ALL REINSTALLMODE=vomus ALLUSERS=1 SKIP_UPGRADE_WARNING=1 INSTALL_COMPARE=1 INSTALL_PROTECT=ON INSTALL_REVIEW=ON /qn
copy "Professional_WS.lic" "C:\Program Files\Workshare\Modules" /y
copy "Peruspolicy.ini" "c:\Program Files\Workshare\Modules\Config" /y

echo Workshare PDF converter / Uninstall String HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{5A4C5962-80C8-472F-8059-565C3DEC09A8}
msiexec.exe /i WorksharePdfConverter.msi /qn /norestart
Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows
2
Command Line
::Update to 5.23.9800.2400
::--------------

@ECHO OFF
REM Workshare Pro by:LOMM date:25.02.2011

::This is the right Install order / REQ also Fremeworks 3.5 sp1 / When using Windows 7 its not needed

echo -=Microsoft Visual C++ 2005 Redist=-
REG QUERY "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{837b34e3-7c30-493c-8f6a-2b0f04e2912c}" /v InstallSource >nul
IF %errorlevel% EQU 0 goto :PROG2
echo Installing Visual C++ 2005 Redist
"Workshare Professional 9800.800\vcredist_x86-2005.exe" /q

:PROG2
echo -=Microsoft Visual C++ 2008 Redist=-
REG QUERY "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{1F1C2DFC-2D24-3E06-BCB8-725134ADF989}" /v InstallSource >nul
IF %errorlevel% EQU 0 goto :PROG3
echo Installing Visual C++ 2008 Redist
"Workshare Professional 9800.800\vcredist_x86-2008.exe" /q

:PROG3
echo -=Microsoft Report Viewer=-
REG QUERY "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{632B82E8-6173-49C3-B3B8-3AEAE6B9A59F}" /v InstallSource >nul
IF %errorlevel% EQU 0 goto :PROG4
echo Installing Microsoft Report Viewer
"Workshare Professional 9800.800\reportviewer.exe" /q:u /c:"install /q /l"

:PROG4
echo -=Interop assemblies (o2007pia.msi)=-
REG QUERY "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{50120000-1105-0000-0000-0000000FF1CE}" /v InstallSource >nul
IF %errorlevel% EQU 0 goto :PROG5
echo Installing Interop assemblies (o2007pia.msi)
msiexec /i "Workshare Professional 9800.800\o2007pia.msi" REBOOT="ReallySuppress" ALLUSERS="1" /qn

: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
Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows
1
Note
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.

-----

"C:\Program Files\Workshare\Modules\WMConfigAssistant.exe" /INSTALL /SILENT /INIFILE="c:\Program Files\Workshare\Modules\Config\Basicpolicy.ini"

-----

The Basicpolcy.ini can be done with test machine that has Workshare Pro installed then access:

C:\Program Files\Workshare\Modules\Professional.Policy.Options.exe

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.
Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows

Inventory Records (6)

View inventory records anonymously contributed by opt-in users of the K1000 Systems Management Appliance.

Professional

Version

5.22.9700.800

Contact

support@workshare.com

Uninstall String

MsiExec.exe /I{226024DE-CC99-4D20-863E-0B5F894871E2}

Questions & Answers (2)

Questions & Answers related to Workshare Professional

14
ANSWERS

Blogs (0)

Blog posts related to Workshare Professional

Reviews (0)

Reviews related to Workshare Professional

 
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