+ Post New Thread
Page 1 of 2 12 LastLast
Results 1 to 15 of 17
Windows Thread, MSI Packaging in Technical; looking for software to make msi packages? any recomendations...
  1. #1

    Join Date
    Feb 2007
    Location
    Lincolnshire
    Posts
    120
    Thank Post
    0
    Thanked 0 Times in 0 Posts
    Rep Power
    0

    MSI Packaging

    looking for software to make msi packages? any recomendations

  2. IDG Tech News

  3. #2

    Join Date
    Sep 2007
    Posts
    181
    Thank Post
    4
    Thanked 2 Times in 2 Posts
    Rep Power
    10

    Re: MSI Packaging

    Don't Veritas make a MSI package builder?

    As a possible alternative, what about using Ghost AI packages to install new software? This works on a before and after snapshot, so you're able to make very precise changes which you can't do with an MSI.

  4. #3

    FN-GM's Avatar
    Join Date
    Jun 2007
    Location
    UK
    Posts
    11,848
    Blog Entries
    6
    Thank Post
    592
    Thanked 1,044 Times in 921 Posts
    Rep Power
    224

    Re: MSI Packaging

    there is something on the Windows Server 2000 disc i think, im not sure of its name though.

  5. #4

    Join Date
    Jan 2007
    Location
    Durham, UK
    Posts
    329
    Thank Post
    33
    Thanked 17 Times in 12 Posts
    Rep Power
    14

    Re: MSI Packaging

    Quote Originally Posted by FN-Greatermanchester
    there is something on the Windows Server 2000 disc i think, im not sure of its name though.
    WinInstall LE

  6. #5
    Norphy's Avatar
    Join Date
    Jan 2006
    Location
    Dunstable
    Posts
    1,352
    Thank Post
    13
    Thanked 51 Times in 42 Posts
    Rep Power
    30

    Re: MSI Packaging

    Which does the job for a given value of "does"

  7. #6

    Join Date
    Jun 2006
    Location
    Belfast, N\'Ireland
    Posts
    187
    Thank Post
    7
    Thanked 9 Times in 7 Posts
    Rep Power
    14

    Re: MSI Packaging

    There is also ORCA which is part of one of the XP or 2k3 support packs.

    Its a much more powerful tool but but has a vertical learning curve.

    Between them you can do most things but there are much more userfriendly tools some with alot of automation but they are prohibatively expensive at least for us.

    appdeploy.com is your friend here. It has general hot-to articals and a database of apps with notes from experienced packagers on the various quirks and work arounds for them.

  8. #7

    Join Date
    Jun 2006
    Location
    Belfast, N\'Ireland
    Posts
    187
    Thank Post
    7
    Thanked 9 Times in 7 Posts
    Rep Power
    14

    Re: MSI Packaging

    Last thign worth mentioning some apps such as Office and Visual studio come with tools to produce their own GPO deployable packages.

    Other apps are the oposite end of the scale such as Macromedia Studio MX and Photshop elements which are an absolute ^&*$ to package. I've been beating my head against the brick wall that is Elements 5.0 since lunch and I still can't make it install without that photo import wizard which hijacks any mass storage device you plug in.

  9. #8
    ajbritton's Avatar
    Join Date
    Jul 2005
    Location
    Wandsworth
    Posts
    1,641
    Thank Post
    23
    Thanked 75 Times in 45 Posts
    Rep Power
    29

    Re: MSI Packaging

    Another option which some love (and some hate) is the Windows Installer Wrapper Wizard, which can create an MSI 'wrapper' around a silent installer/uninstaller. So if you have, say, and InstallShield based installer (which can usually be made to run unattended by creating a SETUP.ISS), you can create an MSI which will install the application.

    ORCA is not a packaging tool, but can be very useful for creating/tweaking 'transform/.MST' files. or finding out about the internals of an MSI file. In that respect, it as essential utility for anyone doing packaging or MSI based installations.

  10. #9

    dhicks's Avatar
    Join Date
    Aug 2005
    Location
    Knightsbridge
    Posts
    4,707
    Thank Post
    968
    Thanked 598 Times in 521 Posts
    Rep Power
    198

    Re: MSI Packaging

    I use AutoIt on our system. Wonderful piece of software - has now grown into an entire programming language specialising in automating the Windows GUI. It is, even more amazingly, free. You can automate pretty much any installer (or other software) you like, even the aukward ones that don't like being automated.

    I've not tried auto-installing MS Office 2007 yet - seemingly there's some differences between how it and MS Office 2003 worked. Someone reckoned that MS Office 2007 was no longer a "pure" MSI install, it always has to ask for some input from the user. I could have the wrong idea, though - I'll know in a few weeks when I've got MS Office 2007 installed :-)

    --
    David Hicks

  11. #10

    Join Date
    Jan 2007
    Location
    oop north
    Posts
    131
    Thank Post
    0
    Thanked 0 Times in 0 Posts
    Rep Power
    0

    Re: MSI Packaging

    In the past I've used Wise Package Studio from a clean VM session, which is very good, but not cheap. The created msi is very configurable, once you get past the bewildering array of options. For everyday stuff WinInstall gets the job done.

    This site's pretty useful: http://www.appdeploy.com/

  12. #11

    Join Date
    May 2007
    Posts
    47
    Thank Post
    0
    Thanked 0 Times in 0 Posts
    Rep Power
    0

    Re: MSI Packaging

    I have had some success with http://www.advancedinstaller.com/

    Advanced Installer, comes as Freeware for the basic version or you can pay for the Extra Features, (Quite reasonably priced) but by all accounts it seems to work well.

    Best Roly

  13. #12

    Join Date
    Feb 2007
    Location
    Lincolnshire
    Posts
    120
    Thank Post
    0
    Thanked 0 Times in 0 Posts
    Rep Power
    0

    Re: MSI Packaging

    Thanks for all the responses guys will give them a shot

  14. #13
    Newton's Avatar
    Join Date
    Oct 2007
    Posts
    179
    Thank Post
    59
    Thanked 5 Times in 5 Posts
    Rep Power
    10
    I use EMCO MSI creator, its quick and simple, free 30 day trial.

  15. #14
    farmerste's Avatar
    Join Date
    Mar 2007
    Location
    uk
    Posts
    340
    Thank Post
    99
    Thanked 22 Times in 19 Posts
    Rep Power
    16

    MSI and MST help

    does anyone know where i can read/buy any info, or books on the subject of building .msi or writing .mst files?
    I understand how to use winstallle to make an msi, it is when i look at all the table values that i am at a loss.
    I tend to try and write .mst file for existing .msi's wherever possible, but the little knowledge i have tends to make this very much a 'trial and error' approach ( as most of my knowledge is made up from small items i have read on the internet), at the moment i use orka, from the ORK to edit .mst ( and at the moment i am 'MR drop row' using orca)

    Any pointers would be gratefully accepted.


  16. #15
    Geoff's Avatar
    Join Date
    Jun 2005
    Location
    Fylde, Lancs, UK.
    Posts
    11,056
    Blog Entries
    1
    Thank Post
    104
    Thanked 439 Times in 380 Posts
    Rep Power
    114

SHARE:
+ Post New Thread
Page 1 of 2 12 LastLast

Similar Threads

  1. Application packaging
    By ajbritton in forum Courses and Training
    Replies: 3
    Last Post: 18th August 2010, 02:04 PM
  2. MSI packaging and Transforms
    By ufuo in forum Windows
    Replies: 6
    Last Post: 6th June 2006, 08:01 AM
  3. Ghost or software packaging?
    By eejit in forum Windows
    Replies: 25
    Last Post: 2nd August 2005, 10:06 PM

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •