Link to home
Start Free TrialLog in
Avatar of supertramp4
supertramp4

asked on

Install corporate fonts, and templates using MSI from Group Policy

Hi,

I would like to be able to install our corporate fonts, and word templates using an MSI installer, and was looking to use WIX to create the MSI, that would then be pushed out using GP

The requirements are
a) There are 7 fonts that will need to be installed ( which are TrueType )
b) there is 1 template that needs to goto %appdata%\microsoft\templates
c) There is an .ini file that needs to goto %appdata%\microsoft\templates
d) the Template / .ini file will occasionally be updated, and the users machine will need to be updated automatically from an updated MSI build.

 - Is Wix the correct tool to achieve this
 - Can someone offer some sample code that shows the WiX Script
 - What needs to change in the script when creating updates

As I am new to WIX, offering full points for an "Easy to follow solution"
Avatar of Vadim Rapp
Vadim Rapp
Flag of United States of America image

>  - Is Wix the correct tool to achieve this

Yes - if you know how to do it. Any tool is correct tool for the operator who knows how to use it. Including Notepad.

From what I heard however, WiX is good tool not so much for initial authoring of the package, but rather for further maintenance; usually people work with WiX by taking some existing installation and modifying it.

This installation would be very easy to create in a professional tool like Wise or Installshield, wouldn't take more than 10 minutes.

In fact it's so simple that maybe you could do it with logon script in the group policy.
Avatar of supertramp4
supertramp4

ASKER

Hi vadimrapp1,

Its the "If you know how to do it" that I'm hoping you guys will provide me the WIX  script.

Yes this probably could be done via GP script, but there other things in the future that learning MSI would be good to know.
ASKER CERTIFIED SOLUTION
Avatar of Vadim Rapp
Vadim Rapp
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial