Installation requires v1.1 or v2.0 of the Microsoft .NET Framework. If this requirement is not met, you are prompted with a notice and an optional launch of Microsofts site for download.
The following public properties may be used to automate the installation from the command line:
EULA - This property must be set to 1 to acknowledge acceptance of the end user license agreement, failure to do so will result in an aborted installation with notice displayed in a pop-up dialog and/or in the application event log.
INSTALLVIEWER - Default is 1, but you may set this to 0 if you wish to install only the data and not the viewer. For example, if you already have the viewer deployed in your environment, you may use this to skip installation of the viewer.
VIEWERDIRECTORY - Default is %ProgramFiles%\AppDeploy. Use this property to specify the installation directory for the AppDeploy Library Viewer.
INSTALLDATA - If you have already installed the data to a central location, you may set this property to 0 in order to install only the viewer. In this case, use the below DATADIRECTORY to indicate the location of the previously deployed data files.
DATADIRECTORY - Default is %ProgramFiles%\AppDeploy\Data. If installing AppDeploy Library data, this dictates the target installation directory. If you are not installing the data, this should be set to a valid location for where the data currently exists.
INSTALLCODECS - Set to 0 if you wish to skip the installation of Codecs that may be required to view AppDeploy Videos. Note: This is for possible future use; currently videos utilize the Windows Media Player v9 Codec.
Silent install of data files alone using MSI setup
msiexec.exe /i D:\AppDeployLibrary.msi EULA=1 INSTALLDATA=1 DATADIRECTORY=\\server\share\AppDeployData INSTALLVIEWER=0 INSTALLCODECS=0 /qb
Already have the data shared out somewhere and just want to install the viewer
msiexec.exe /i D:\AppDeployLibrary.msi EULA=1 INSTALLDATA=0 DATADIRECTORY=\\server\share\AppDeployData /qb
You may simply copy the needed files for both the data and viewer. No registry entries are necessary! To deploy the data you can simply use a copy (or xcopy) command to deploy the data using the files on the DVDs data directory. The same goes for the viewer- just copy the files from the viewer directory to you client workstations and youll be just a shortcut away from a fully functional deployment!
In fact, if you place the viewer files in the root of the data directory, you can run the AppDeploy Library from any media without installation.
Files required for viewer (place in same directory)...
You can install the data alone using the public properties above, or directly from the provided NSIS setup (which is actually used as a custom action within the MSI setup) separately:
Installation requires v1.1 or v2.0 of the Microsoft .NET Framework. If this requirement is not met, you are prompted with a notice and an optional launch of MicrosoftÂ’s site for download.
The following public properties may be used to automate the installation from the command line:
EULA - This property must be set to “1” to acknowledge acceptance of the end user license agreement, failure to do so will result in an aborted installation with notice displayed in a pop-up dialog and/or in the application event log.
INSTALLVIEWER - Default is “1”, but you may set this to “0” if you wish to install only the data and not the viewer. For example, if you already have the viewer deployed in your environment, you may use this to skip installation of the viewer.
VIEWERDIRECTORY - Default is %ProgramFiles%\AppDeploy. Use this property to specify the installation directory for the AppDeploy Library Viewer.
INSTALLDATA - If you have already installed the data to a central location, you may set this property to “0” in order to install only the viewer. In this case, use the below DATADIRECTORY to indicate the location of the previously deployed data files.
DATADIRECTORY - Default is %ProgramFiles%\AppDeploy\Data. If installing AppDeploy Library data, this dictates the target installation directory. If you are not installing the data, this should be set to a valid location for where the data currently exists.
INSTALLCODECS - Set to 0 if you wish to skip the installation of Codecs that may be required to view AppDeploy Videos. Note: This is for possible future use; currently videos utilize the Windows Media Player v9 Codec.
Silent install of data files alone using MSI setupÂ…
msiexec.exe /i D:\AppDeployLibrary.msi EULA=1 INSTALLDATA=1 DATADIRECTORY=\\server\share\AppDeployData INSTALLVIEWER=0 INSTALLCODECS=0 /qb
Already have the data shared out somewhere and just want to install the viewerÂ…
msiexec.exe /i D:\AppDeployLibrary.msi EULA=1 INSTALLDATA=0 DATADIRECTORY=\\server\share\AppDeployData /qb
You may simply copy the needed files for both the data and viewer. No registry entries are necessary! To deploy the data you can simply use a copy (or xcopy) command to deploy the data using the files on the DVDs “data” directory. The same goes for the viewer- just copy the files from the “viewer” directory to you client workstations and you’ll be just a shortcut away from a fully functional deployment!
In fact, if you place the viewer files in the root of the data directory, you can run the AppDeploy Library from any media without installation.
Files required for viewer (place in same directory)...
You can install the data alone using the public properties above, or directly from the provided NSIS setup (which is actually used as a custom action within the MSI setup) separately:
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