|
Network/Automated Deployment of Bluebeam Software Version 4
|
Product:
|
|
Bluebeam PDF Revu version 4.0 and later
|
|
|
|
|
Summary:
|
|
Network deployment offers administrators the flexibility to silently install Bluebeam software across enterprise computers in an automated fashion.
|
|
Article:
|
|
A special build of our software is available by clicking the link
included with each version below.
Version 4.7.1
The version 4.7.1 netdeploy installation file can be downloaded from:
http://www.pdfdesktop.com/downloads/471/Revu471NetDeploy.zip
See the readme.rtf included in the download file for details on installation options.
The steps below should be run as Administrator. This procedure has been
tested in the Windows 2000 and Windows XP environments. The target computers
should have access to the Internet to complete the automated authorization
process.
Before the Bluebeam Software can be deployed, the Windows installer
version 3.1 and Microsoft .NET Framework version 2.0 need to reside on the
target computer. Step 2 and Step 3 below provide instructions for running these
installs.
Step #1. Setup
It is suggested that you copy the files from this CD to a location where the
below programs can be accessed by the deployment software. For the purpose of
this example, we will place these files on an example network drive: g:\bb
Step #2. Run the Windows 3.1 Installer
Included on the Network Deploy CD or download is the Windows Installer 3.1
executable "WindowsInstaller-KB893803-v2-x86.exe" Issue the
following command:
WindowsInstaller-KB893803-v2-x86.exe /help
to see the options available options for executing. In order to perform a
silent install, it is recommended that you run the installation the installer
using the following command:
WindowsInstaller-KB893803-v2-x86.exe /quiet
You can force a reboot after the install is completed by using the following
command line:
WindowsInstaller-KB893803-v2-x86.exe /quiet /forcerestart
Step #3. Install the Microsoft .NET framework
A prerequisite for Bluebeam PDF Revu is that the Microsoft .NET Framework,
version 2.0 be installed on the target computer. The CD contains the Microsoft
.NET re-distributable package (dotnetfx.exe). You can run this program in a
silent manner using the following method.
Command: dotnetfx.exe
Parameters: /q /c:"install /q"
Example command line: g:\bb\dotnetfx.exe /q /c:"install /q"
Step #4. Install Bluebeam PDF Revu Application
There are 4 parameters that can optionally be configured:
- SN - Indicate the Serial Number to use for rolling out the software.
This parameter should be used with the PK parameter
- PK - Product Key to use for Rolling out the software. This parameter
should be used with the SN parameter.
- PS - Page Size parameter to is for the default. Valid options are
"A4" and "Letter"
- NC- Network configuration path. Setting this option enables
centralizing in one network location all of the Bluebeam settings for your
company. Running the setup with the below command parameters perform a silent
installation and registration of Bluebeam PDF Revu.
Command: PbPlusSetup4xx.exe
Parameters: /z"/SN:{Serial Number} /PK:{Product Key} /NC:{Network Path}" /s /f1"{dir}\setup.iss"
Note: The Product Key MUST be in uppercase.
Example command lines:
For the below examples, replace the Serial Number and Product Key with those
sent to you in your License Key e-mail.
Runs a basic silent install:
G:\bb\BbPDFRevuSetup471.exe /z"/SN:9999999 /PK:XXXXX-YYYYYYY" /s /f1"g:\bb\setup.iss"
Runs a basic silent install and specifies an A4 default page size for the
Bluebeam Printer:
G:\bb\BbPDFRevuSetup471.exe /z"/SN:9999999 /PK:XXXXX-YYYYYYY /PS:A4" /s /f1"g:\bb\setup.iss"
Runs a basic silent install and specifies a central location (u:\\bb-config)
for Bluebeam settings:
G:\bb\BbPDFRevuSetup471.exe /z"/SN:9999999 /PK:XXXXX-YYYYYYY /NC:u:\bb-config" /s /f1"g:\bb\setup.iss"
Runs a basic silent install and specifies not making Revu the default PDF viewer:
G:\bb\BbPDFRevuSetup471.exe /z"/SN:9999999 /PK:XXXXX-YYYYYYY" /s /f1"g:\bb\setup.iss" /V"DEFAULTVIEWER=dvoff"
Runs a basic silent install and specifies not making Revu the default PDF
viewer, and not placing a shortcut for Revu on the desktop:
G:\bb\BbPDFRevuSetup471.exe /z"/SN:9999999 /PK:XXXXX-YYYYYYY" /s /f1"g:\bb\setup.iss" /V"DEFAULTVIEWER=dvoff DESKSHORTCUT=0"
Installs both prerequisites, and runs a basic silent install:
G:\bb\WindowsInstaller-KB893803-v2-x86.exe /quiet /forcerestart
G:\bb\dotnetfx.exe /q /c:"install /q"
G:\bb\BbPDFRevuSetup471.exe /z"/SN:9999999 /PK:XXXXX-YYYYYYY" /s /f1"g:\bb\setup.iss"
Notes for organizations using SMS
1). If you are performing the install as a user different than the currently
logged-in user, you may need to specify the runas command as demonstrated in the
below sample:
g:\bb\BbPDFRevuSetup471.exe /runas /z"/SN:{your SN} /PK:{Your PK}" /s /f1"g:\bb\setup.iss"
2). A Package Definition File has been included with the distribution. Please
review the file and make any necessary changes needed for your
particular organization .
Step #5. Start AutoCAD/SolidWorks on Target Workstation
To verify that the installation completed successfully, run installation as a
user on the target computer. You may see a temporary message displayed on the
workstation, which says "Authorization successful" indicating that an
authorization was obtained from the Bluebeam Authorization Code servers. The
installation is now complete and successful.
For additional information about the Microsoft .NET Framework see the following links:
Microsoft .NET Framework Technology overview
Get the Microsoft .NET Framework 2.0
Version 4.5.0
The version 4.5.0 netdeploy installation file can be downloaded from
http://www.bluebeam.com/downloads/450/PbPlusNetDeploy450.zip
See the readme.rtf included in the download file for details on installation options.
The steps below should be run as Administrator. This procedure has been tested in the
Windows 2000 and Windows XP environments. The target computers should have access to the
Internet to complete the automated authorization process.
Before the Bluebeam Software can be deployed, the Windows installer
version 3.1 and Microsoft .NET Framework version 2.0 need to reside on the
target computer. Step 2 and Step 3 below provide instructions for running these
installs.
Step #1. Setup
It is suggested that you copy the files from this CD to a location where the
below programs can be accessed by the deployment software. For the purpose of
this example, we will place these files on an example network drive: g:\bb
Step #2. Run the Windows 3.1 Installer
Included on the Network Deploy CD or download is the Windows Installer 3.1
executable WindowsInstaller-KB893803-v2-x86.exe Issue the following
command:
WindowsInstaller-KB893803-v2-x86.exe /help
to see the options available options for executing. In order to perform a
silent install, it is recommended that you run the installation the installer
using the following command:
WindowsInstaller-KB893803-v2-x86.exe /quiet
You can force a reboot after the install is completed by using the following command line:
WindowsInstaller-KB893803-v2-x86.exe /quiet /forcerestart
Step #3. Install the Microsoft .NET framework
A prerequisite for Bluebeam PDF Revu is that the Microsoft .NET Framework,
version 2.0 be installed on the target computer. The CD contains the Microsoft
.NET re-distributable package (dotnetfx.exe). You can run this program in a
silent manner using the following method.
Command: dotnetfx.exe
Parameters: /q /c:"install /q"
Example command line: g:\bb\dotnetfx.exe /q /c:"install /q"
Step #4. Install Bluebeam PDF Revu Application
There are 4 parameters that can optionally be configured:
- SN - Indicate the Serial Number to use for rolling out the software.
This parameter should be used with the PK parameter
- PK - Product Key to use for Rolling out the software. This parameter
should be used with the SN parameter.
- PS - Page Size parameter to is for the default. Valid options are
"A4" and "Letter"
- NC- Network configuration path. Setting this option enables
centralizing in one network location all of the Bluebeam settings for your
company. Running the setup with the below command parameters perform a silent
installation and registration of Bluebeam PDF Revu.
Command: PbPlusSetup4xx.exe
Parameters: /z"/SN:{Serial Number} /PK:{Product Key} /NC:{Network Path}" /s /f1"{dir}\setup.iss"
Note: The Product Key MUST be in uppercase.
Example command lines:
For the below examples, replace the Serial Number and Product Key with those
sent to you in your License Key e-mail.
Runs a basic silent install:
G:\bb\PbPlusSetup450.exe /z"/SN:9999999 /PK:XXXXX-YYYYYYY" /s /f1"g:\bb\setup.iss"
Runs a basic silent install and specifies an A4 default page size for the Bluebeam Printer:
G:\bb\PbPlusSetup450.exe /z"/SN:9999999 /PK:XXXXX-YYYYYYY /PS:A4" /s /f1"g:\bb\setup.iss"
Runs a basic silent install and specifies a central location (u:\\bb-config) for Bluebeam settings:
G:\bb\PbPlusSetup450.exe /z"/SN:9999999 /PK:XXXXX-YYYYYYY /NC:u:\bb-config" /s /f1"g:\bb\setup.iss"
Runs a basic silent install and specifies not making Revu the default PDF viewer:
G:\bb\PbPlusSetup450.exe /z"/SN:9999999 /PK:XXXXX-YYYYYYY" /s /f1"g:\bb\setup.iss" /V"DEFAULTVIEWER=dvoff"
Runs a basic silent install and specifies not making Revu the default PDF
viewer, and not placing a shortcut for Revu on the desktop:
G:\bb\PbPlusSetup450.exe /z"/SN:9999999 /PK:XXXXX-YYYYYYY" /s /f1"g:\bb\setup.iss" /V"DEFAULTVIEWER=dvoff DESKSHORTCUT=0"
Notes for organizations using SMS
1). If you are performing the install as a user different than the currently
logged-in user, you may need to specify the runas command as demonstrated in the
below sample:
g:\bb\PbPlusSetup450.exe /runas /z"/SN:{your SN} /PK:{Your PK}" /s /f1"g:\bb\setup.iss"
2). A Package Definition File has been included with the distribution. Please
review the file and make any necessary changes needed for your
particular organization.
Step #5. Start AutoCAD/SolidWorks on Target Workstation
To verify that the installation completed successfully, run installation as a
user on the target computer. You may see a temporary message displayed on the
workstation, which says Authorization successful indicating that an
authorization was obtained from the Bluebeam Authorization Code servers. The
installation is now complete and successful.
For additional information about the Microsoft .NET Framework see the following links:
Microsoft .NET Framework Technology overview
Get the Microsoft .NET Framework 2.0
Version 4.2.0
The version 4.2.0 netdeploy installation file can be downloaded from
http://www.bluebeam.com/downloads/420/PbPlusnetdeploy420.zip
The steps below should be run as Administrator. This procedure has been
tested in the Windows 2000 and Windows XP environments. The target computers
should have access to the Internet to complete the automated authorization
process.
Before the Bluebeam Software can be deployed, the Windows installer
version 3.1 and Microsoft .NET Framework version 2.0 need to reside on the
target computer. Step 2 and Step 3 below provide instructions for running these
installs.
Step #1. Setup
It is suggested that you copy the files from this CD to a location where the
below programs can be accessed by the deployment software. For the purpose of
this example, we will place these files on an example network drive: g:\bb
Step #2. Run the Windows 3.1 Installer
Included on the Network Deploy CD or download is the Windows Installer 3.1
executable WindowsInstaller-KB893803-v2-x86.exe Issue the following
command:
WindowsInstaller-KB893803-v2-x86.exe /help
to see the options available options for executing. In order to perform a
silent install, it is recommended that you run the installation the installer
using the following command:
WindowsInstaller-KB893803-v2-x86.exe /quiet
You can force a reboot after the install is completed by using the following
command line:
WindowsInstaller-KB893803-v2-x86.exe /quiet /forcerestart
Step #3. Install the Microsoft .NET framework
A prerequisite for Bluebeam PDF Revu is that the Microsoft .NET Framework,
version 2.0 be installed on the target computer. The CD contains the Microsoft
.NET re-distributable package (dotnetfx.exe). You can run this program in a
silent manner using the following method.
Command: dotnetfx.exe
Parameters: /q /c:"install /q"
Example command line: g:\bb\dotnetfx.exe /q /c:"install /q"
Step #4. Install Bluebeam PDF Revu Application
There are 4 parameters that can optionally be configured:
- SN - Indicate the Serial Number to use for rolling out the software.
This parameter should be used with the PK parameter
- PK - Product Key to use for Rolling out the software. This parameter
should be used with the SN parameter.
- PS - Page Size parameter to is for the default. Valid options are
"A4" and "Letter".
- NC- Network configuration path. Setting this option enables
centralizing in one network location all of the Bluebeam settings for your
company. Running the setup with the below command parameters perform a silent
installation and registration of Bluebeam PDF Revu.
Command: PbPlusSetup4xx.exe
Parameters: /z"/SN:{Serial Number} /PK:{Product Key} /NC:{Network Path}" /s /f1"{dir}\setup.iss"
Note: The Product Key MUST be in uppercase.
Example command lines:
For the below examples, replace the Serial Number and Product Key with those
sent to you in your License Key e-mail.
Runs a basic silent install:
G:\bb\PbPlusSetup420.exe /z"/SN:9999999 /PK:XXXXX-YYYYYYY" /s /f1"g:\bb\setup.iss"
Runs a basic silent install and specifies an A4 default page size for the Bluebeam Printer:
G:\bb\PbPlusSetup420.exe /z"/SN:9999999 /PK:XXXXX-YYYYYYY /PS:A4" /s /f1"g:\bb\setup.iss"
Runs a basic silent install and specifies a central location (u:\\bb-config) for Bluebeam settings:
G:\bb\PbPlusSetup420.exe /z"/SN:9999999 /PK:XXXXX-YYYYYYY /NC:u:\bb-config" /s /f1"g:\bb\setup.iss"
Runs a basic silent install and specifies not making Revu the default PDF viewer:
G:\bb\PbPlusSetup420.exe /z"/SN:9999999 /PK:XXXXX-YYYYYYY" /s /f1"g:\bb\setup.iss" /V"DEFAULTVIEWER=dvoff"
Runs a basic silent install and specifies not making Revu the default PDF
viewer, and not placing a shortcut for Revu on the desktop:
G:\bb\PbPlusSetup420.exe /z"/SN:9999999 /PK:XXXXX-YYYYYYY" /s /f1"g:\bb\setup.iss" /V"DEFAULTVIEWER=dvoff DESKSHORTCUT=0"
Notes for organizations using SMS
1). If you are performing the install as a user different than the currently
logged-in user, you may need to specify the runas command as demonstrated in the
below sample:
g:\bb\PbPlusSetup420.exe /runas /z"/SN:{your SN} /PK:{Your PK}" /s /f1"g:\bb\setup.iss"
2). A Package Definition File has been included with the distribution. Please
review the file and make any necessary changes need for your
particular organization
Step #5. Start AutoCAD/SolidWorks on Target Workstation
To verify that the installation completed successfully, run installation as a
user on the target computer. You may see a temporary message displayed on the
workstation, which says Authorization successful indicating that an
authorization was obtained from the Bluebeam Authorization Code servers. The
installation is now complete and successful.
For additional information about the Microsoft .NET Framework see the following links:
Microsoft .NET Framework Technology overview
Get the Microsoft .NET Framework 2.0
Version 4.0.1
The version 4.0.1 netdeploy installation file can be downloaded from
http://www.bluebeam.com/downloads/401/PbPlus401netdeploy.zip
The steps below should be run as Administrator. This procedure has been tested
in the Windows 2000 and Windows XP environments. The target computers should
have access to the Internet to complete the automated authorization process.
Before the Bluebeam Software can be deployed, the Windows Installer v 3.1 and
Microsoft .NET Framework version 2.0 need to reside on the target computer.
Steps 2 and Step 3 below provide instructions for running these installs.
Step 1. Setup
It is suggested that you copy the files from this CD to a location where the
below programs can be accessed by the deployment software. For the purpose of
this example, we will place these files on an example network drive: g:\bb
Step 2. Run the Windows 3.1 Installer
Included on the Network Deploy CD/download is the Windows Installer 3.1
executable WindowsInstaller-KB893803-v2-x86.exe. Issue the following command
to see the options available for executing.
WindowsInstaller-KB893803-v2-x86.exe /help
In order to perform a silent install, it is recommended that you run the
installer using the following command:
WindowsInstaller-KB893803-v2-x86.exe /quiet
You can force a reboot after the install is complete by using the following
command line:
WindowsInstaller-KB893803-v2-x86.exe /quiet /forcerestart
Step 3. Install the Microsoft .NET 2.0 Framework
A prerequisite for Bluebeam PDF Revu is the Microsoft .NET Framework, version 2.0
installed on the target computer. The network deploy contains the Microsoft
.NET re-distributable package (dotnetfx.exe). You can run this program in a
silent manner using the following method.
Command: dotnetfx
Parameters: /q /c:"install /q"
Sample command line: g:\bb\dotnetfx /q /c:"install /q"
Step 4. Install Bluebeam Software
There are 4 parameters that can be configured (optional):
-
SN - Serial Number to use for rolling out the software. This parameter should be
used with the PK parameter
-
PK - Product Key to use for rolling out the software. This parameter should be
used with the SN parameter.
-
PS
- Page Size to set the default. Valid options are
"A4" and "Letter".
-
NC - Network configuration path. Setting this option enables
centralizing in one network location all the Bluebeam settings for your
company. Running the setup with the below command parameters performs a silent
installation and registration of Bluebeam PDF Revu.
Command: setup
Parameters: /z"/SN:{Serial Number} /PK:{Product Key} /NC:{Network Path}" /s /f1"{dir}\silent.iss"
Note: The Product Key MUST be in uppercase.
Sample Command Lines:
For the examples replace the Serial Number and Product Key with those in your License Key e-mail.
Run a basic silent install:
G:\bb\setup /z"/SN:9999999 /PK:XXXXX-YYYYYYY" /s /f1"g:\bb\silent.iss"
Run a basic silent install and specify A4 as the default page size for the Bluebeam Printer:
G:\bb\setup /z"/SN:9999999 /PK:XXXXX-YYYYYYY /PS:A4" /s /f1"g:\bb\silent.iss"
Run a basic silent install and specify a central location (u:\\bb-config) for
Bluebeam settings:
G:\bb\setup /z"/SN:9999999 /PK:XXXXX-YYYYYYY /NC:u:\bb-config" /s /f1"g:\bb\silent.iss"
Step 5. Start AutoCAD/SolidWorks/MS Office on Target Workstation
To verify that the installation has completed successfully, run an installation
as a user on the target computer. You should see a temporary message displayed
on the workstation, Authorization successful indicating that an authorization
code has obtained from the Bluebeam Authorization Code servers. The
installation is now complete and successful.
Notes for organizations using SMS
If you are performing the install as a user different than the currently
logged-in user, you may need to specify the runas command as demonstrated in
the below sample:
g:\bb\setup.exe /runas /z"/SN:{your SN} /PK:{Your PK}" /s /f1"g:\bb\silent.iss"
A Package Definition File has been included with the distribution. Please
review the file and make any necessary changes for your particular
organization. For additional information about the Microsoft .NET Framework see
the following links:
For additional information about the Microsoft .NET Framework see the following links:
Microsoft .NET Framework Technology overview
Get the Microsoft .NET Framework 2.0
|
|
|
|
|
Keywords:
|
|
Network Deploy, Automated, Authorization, SMS, Novell Zenworks, Silent, Install, Version 4
|
|
|
|