Welcome to Sign in | Join | Help
in
Home Blog Forums

The Lazy Admin

Publishing Applications with ZAP Files

Sponsor


In previous articles I have gone over publsihing applications with Group Policy and assigning applications with Group Policy. Both procedures require applications packaged as MSIs but what if you have an EXE?

Non-MSI pacakges can be published to users for automated installations using the native EXE. This is done with .ZAP files. A .ZAP file is a simple text file with instructions on how to install the application. The following is a sample of a .ZAP file used to publish the PowerPoint Viewer.

[Application] FriendlyName = "Powerpoint Viewer 2003"
SetupCommand = "ppviewer.exe" (hint: you can include any switches the executable supports i.e. setup.exe /quiet)
DisplayVersion = 11.0
Publisher = Microsoft

The contents were entered into Notepad and then saved as PPT.ZAP and copied to a network share along with the EXE. When publishing the application in Group Policy, instead of entering the path to an MSI, we instead enter the UNC path to the ZAP file. Select ZAW Down-level application package (*.zap) from the file type drop down and publish the application as normal.

Log on to a workstation and the package will be available under Add New Programs in the Add/Remove Programs applet.

 

 





Published Monday, May 16, 2005 7:35 AM by rodney.buike
Filed under:

Comments

No Comments
Anonymous comments are disabled

This Blog

Powered By

 

Syndication

Sponsors

 
 
Get a free 5GB e-mail account @isalazyadmin.com

Certifications & Awards




All postings are provided "AS IS" with no warranties, and confer no rights.
Microsoft product screen shot(s) reprinted with permission from Microsoft Corporation.