PDA

View Full Version : Remote Installtion using .ZAP (W2K)



Mahendran
02-16-2006, 06:31 AM
Hi,
I had created the .ZAP file and configured the same in grouppolicy->usersettings->software configuration. when i login in client system the installation was not triggered. the following is the content in .zap file


[Application]
; Only FriendlyName and SetupCommand are required,
; everything else is optional.

; FriendlyName is the name of the program that
; will appear in the software installation snap-in
; and the Add/Remove Programs tool.
; REQUIRED
FriendlyName = "Escribe"

; SetupCommand is the command line used to
; Run the program's Setup. If it is a relative
; path, it is assumed to be relative to the
; location of the .zap file.
; Long file name paths need to be quoted. For example:
; SetupCommand = "long folder\setup.exe" /unattend
; or
; SetupCommand = "\\server\share\long _
; folder\setup.exe" /unattend
; REQUIRED

SetupCommand = "\\server\app\essetup.exe"

; Version of the program that will appear
; in the software installation snap-in and the
; Add/Remove Programs tool.
; OPTIONAL
DisplayVersion = 4.5

; Version of the program that will appear
; in the software installation snap-in and the
; Add/Remove Programs tool.
; OPTIONAL
Publisher = NTSoft

Please help me how to install a software with the help of Remote Installation (.ZAP)