GP based software installations?

W

William Stokes

Hello,

I've been distributing some software (.msi) packages to our workstation via
Group Policy. Are there tools out there to create my own .msi installers
from .exe installes files.

If I remember corretly all distributed software must be in .msi packages if
using GP based installations.

Thanks
-Will
 
M

Mike Matheny

SMS installer can repackage any installer and convert into a .msi file -
beware you will need to do a lot of cleanup after the capture, because it
captures all the registry access, and there are many registry accesses per
second on an idle system!

When you download the SMS Installer, it will only unpack on a system that is
an SMS server - here's a reg hack that let it unpack on any type of system:

Extracting the SMS Installer Download on a Workstation

By: Peter Howard
Posted On: 6/6/2001

Extracting the SMS Installer-ISU integrated download (or, just the standard
SMS Installer) requires that a SMS site server be present on the network
connection. When the extraction intiates is asks for a valid server name and
will check to see if its available.

Say, you downloaded SMS Installer from home on a dial-up connection, what do
you do then? Wait until you are in the office?

Do this:

On your workstation, change the data value in the following key:

Key: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\SMS\Setup

Data: Type

Data Value: dword:00000001

Usually this is set to 00000004 on a workstation signifying just the admin
console. 00000001 Is for Primaries, type 00000002 is for Secondaries.

Here's an SMS Installer script to modify the registry data value for you:
2333InstRegkey.ipf

Download in Compiled format:
3703InstRegkey.zip
 
M

Mike Matheny

The SMS installer is a modified version of Wise Installer 5.0 and is very
capable.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top