CCTV Forum News
Use our miniPSS tool to get
enhanced hotkeys in PSS.
miniPSS is an EXE wrapper
for PSS on Windows XP/7.
Visit the Forum Post
Use our miniPSS tool to get
enhanced hotkeys in PSS.
miniPSS is an EXE wrapper
for PSS on Windows XP/7.
Visit the Forum Post
All CCTV Pages
All Visual Basic
All Categories
Boottimer
Boot
USB
Avermedia Dahua Geo
DVR Geovision Kalatel
Livevue Nlite PSS
Remote Video Tweak
USB Setup USB Boot
VB6 VBScript X-irs
Avermedia Dahua Geo
DVR Geovision Kalatel
Livevue Nlite PSS
Remote Video Tweak
USB Setup USB Boot
VB6 VBScript X-irs
Partners
by Rory Knowles
July 24th, 2011
July 24th, 2011
Dahua PSS Installer
Customize an Installation
Customize an Installation
This article will show you how to create a custom installation for Dahua PSS software which will silently install PSS and setup the DVR information, with an option to create a complete setup package.
Update: Nov 1, 2011
May not work with Vista and Windows 7 - Tested on XP SP3
Release of new PSS Installer only days away for XP, Vista, and Windows 7 - 32 and 64 bit.
Includes optional installation of Dahua Simple View, new Dahua Single View, and new PSS-SKINS.
Testing is still underway for Vista and Windows 7, 32 and 64 bit.
Single setup EXE would be charged as a separate service.
Supported DVRs
Supports most Dahua DVRs including some models from:
EyeSurv, QVis, AData, XTS, TechPro, EDGE, ICRealtime, MACE, GEN IV, Q-See, and others.
Contact us to add your DVR to this list.
What is this?
I already made a Portable PSS version and also a Simple View for Dahua DVRs, and working on other software. But I had a client that needed the full PSS installed with the DVR IP and Login already created. So this is the result.
Example of Complete Setup Program:

Why Install and not just run? Windows 7 for one thing - that annoying message that appears everytime you run an EXE that is not installed. Other reasons include installation of dependency files that Windows might not have already installed (dependant on the version).
How does it work?
There are several ways to accomplish the same end result, but for now..
In this example I will use INI and CMD files, so you can easily edit them if needed.
There are however 2 custom EXE files included from PSS Portable.
This installs the PSS msi file without user interaction (not hidden), copies the settings files to the default PSS Program Files folder (Pro Surveillance System(EN)) and then runs loadpss.exe which applies the DVR settings in the PSS.ini to the device.xml file, thus adding the DVR to the new PSS install. The standard PSS config files have been edited so that the user does not have to login when starting PSS and no password is needed to exit.
Note: If you dont want to use my custom exe files then create your device.xml file manually and edit COPY-SETTINGS.cmd replacing the 2 lines for those exe's to with a line to copy device.xml instead.
Tested on Windows XP SP3.
Instructions
1-Create a new folder on your computer.
2-Download the latest PSS (eg. 4.04.6) - rename the MSI file to PSS.msi, and copy that to the new folder.
3-Download PSS Portable and copy these files to the new folder: loadpss.exe, PSSFS.exe, PSS.ini, PSS_Config.ini, UserLogin.ini
4-Edit PSS.ini with your DVR info (see the PSS Portable page for info on this)
5-Create 2 new text files in the new folder and rename them: INSTALL-PSS.cmd and COPY-SETTINGS.cmd, then enter the code at the end of this post for each file and save it.
Note: to use the default PSS configuration comment out the 2 lines in COPY-SETTINGS.cmd which copy PSS_Config.ini and UserLogin.ini - to comment out use :: before the text.
Now you can just zip or rar that up and send it to them, tell them run INSTALL-PSS.cmd for the first time, after that they can just use the shortcut on the desktop or start menu.
Optionally
I can create a complete setup file for each of your clients at a very small charge. This would be a single EXE file and the client's DVR information would be precompiled into this setup (download or setup could be password protected). You would just place this EXE file online somewhere and the client can download it and run the setup - easy as 123! Contact us for more information.
INSTALL-PSS.cmd
@ECHO OFF cls ECHO Installing PSS ... start /b /wait msiexec /qb /i PSS.msi cls ECHO Copying Settings ... start /b /wait COPY-SETTINGS.cmd cls ECHO PSS First Run .. "%PROGRAMFILES%\Pro Surveillance System(EN)\loadpss.exe" exitCOPY-SETTINGS.cmd
@ECHO OFF copy pss.ini "%PROGRAMFILES%\Pro Surveillance System(EN)" /y copy PSS_Config.ini "%PROGRAMFILES%\Pro Surveillance System(EN)" /y copy UserLogin.ini "%PROGRAMFILES%\Pro Surveillance System(EN)" /y copy PSSFS.exe "%PROGRAMFILES%\Pro Surveillance System(EN)" /y copy loadpss.exe "%PROGRAMFILES%\Pro Surveillance System(EN)" /y exit
Also see:
Search Results for Dahua
Dahua PSS Software
Dahua's Website



