Jump to content

Recommended Posts

Posted

Hey all,

 

I am struggling to create a package for Mathtype 5, which is a program our maths department use. It uses a rather old setup installer, and does not use any form of msi file or anything. Has anyone else used this program and managed to create an MSI for it? I want to deploy it to numerous clients using a GPO.

 

Thanks

Mark

Posted

Is it just an exe? Can you pass switches to it ie /verysilent ?

 

If so have a look at Windows Installer Wrapper Wizard - WIWW

Posted

Try the following for silent installs.

 

/s

/silent

/vs

/verysilent

 

If they dont work try capitalising the first charachers and/or all of them.

 

For an admin/network install /a might work.

Posted

Tried all those switches, after a bit of searching, I managed to track down the manual on google. However it had a load of switches which did anything but what I wanted to do.

 

Have managed to create an MSI in the end using Snapshot in Installshield Repackager

 

Thanks all,

Mark

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...