I
Ihab Abedrabbo
Hello,
Few months back, I posed a question in this "FORUM" on
how to install an application that does not have an .MSI
file, such as WinZip, and the solution suggested by
experts, or person's who replied to me was the use of
script.
Well... In my company, no scripts are allowed to run, no
third-party solutions, no remote admin software, thus
I am forced to use GPO. I can't use SMS or other MS
costly applications! I asked for the ZAP file, that is the
solution provided by Microsoft for applications that
do not come packaged with MSI files.
I'm here to auto-answer my own question. YES there is a
solution, and this misterious ZAP file is nothing but a
little, naive TXT file!
Example:
In your GPO, you defined the application path on a server
to be \\SERVER_NAME\SHARED_FOLDER
Now put your software folder in this shared folder on the
server, ex: WinZip, this makes it
\\SERVER_NAME\SHARED_FOLDER\WinZip
the WinZip setup file(s) must be in this folder.
All you have to do is run your notepad, and write the
following:
[Application]
FriendlyName = WinZip 9.0 (you can write whatever here)
SetupCommand
= ""\\SERVER_NAME\SHARED_FOLDER\WinZip\Setup.exe""
You are DONE! Save the txt file as FileName.ZAP in that
shared folder, then publish or assign the application
selecting the ZAP extention instead ot the default MSI
extention!!!
NOTE:
THE DOUBLE QUOTES ARE MANDATORY! IF YOUR APPLICATION SETUP
SUPPORTS COMMAND SWITCHES, THEN THE SYNTAX OF THE ZAP FILE
BECOMES:
[Application]
FriendlyName = My Company Application
SetupCommand
= ""\\Server\Share\Application\Setup.exe" /SWITCH"
I tried it and it works perfectly!!!
Ihab
Let me know if this works for you guys!
Few months back, I posed a question in this "FORUM" on
how to install an application that does not have an .MSI
file, such as WinZip, and the solution suggested by
experts, or person's who replied to me was the use of
script.
Well... In my company, no scripts are allowed to run, no
third-party solutions, no remote admin software, thus
I am forced to use GPO. I can't use SMS or other MS
costly applications! I asked for the ZAP file, that is the
solution provided by Microsoft for applications that
do not come packaged with MSI files.
I'm here to auto-answer my own question. YES there is a
solution, and this misterious ZAP file is nothing but a
little, naive TXT file!
Example:
In your GPO, you defined the application path on a server
to be \\SERVER_NAME\SHARED_FOLDER
Now put your software folder in this shared folder on the
server, ex: WinZip, this makes it
\\SERVER_NAME\SHARED_FOLDER\WinZip
the WinZip setup file(s) must be in this folder.
All you have to do is run your notepad, and write the
following:
[Application]
FriendlyName = WinZip 9.0 (you can write whatever here)
SetupCommand
= ""\\SERVER_NAME\SHARED_FOLDER\WinZip\Setup.exe""
You are DONE! Save the txt file as FileName.ZAP in that
shared folder, then publish or assign the application
selecting the ZAP extention instead ot the default MSI
extention!!!
NOTE:
THE DOUBLE QUOTES ARE MANDATORY! IF YOUR APPLICATION SETUP
SUPPORTS COMMAND SWITCHES, THEN THE SYNTAX OF THE ZAP FILE
BECOMES:
[Application]
FriendlyName = My Company Application
SetupCommand
= ""\\Server\Share\Application\Setup.exe" /SWITCH"
I tried it and it works perfectly!!!
Ihab
Let me know if this works for you guys!