Re: MSI based wrapper for other installs?



Bob wrote:
I heard there was a good installation component called TSetup.
However the guy who wrote it got lazy and didn't update it past Delphi 3 ;->

There was a product called TSetup. And it didn't get past Delphi 3. A (very) small part of going defunct was laziness. A bigger part was those three kids that popped out into my wife's and mine life (yeah, yeah - excuses, excuses). Another substantial part was the MSI requirement. Many of the installs that I was maintaining were required to shift to MSI by the IT departments that deployed the apps. Consequently, my little Delphi built installers went by-by.

MSI is still evolving and the latest evolution seems to be indicative of where things are going. MSI seems exceptionally good (we could argue this, I suppose) and putting files onto a system and making registry changes and stuff like that. But boot-strapping, installing pre-reqs, chaining multiple installs, and providing a super UI all seem to be less about MSI. So maybe there is a good place for Delphi: building nice standalone EXEs that works as boot-strappers/chainers and provide an above-average GUI to a MSI installation.

Jason
.



Relevant Pages

  • RE: Installer issue in deployment project VS2005
    ... The MSI package was indeed created with VS2005. ... that the command line params were bad. ... remove the .dll the package installs from the Global Assembly Cache. ...
    (microsoft.public.dotnet.general)
  • Re: Windows distribution suggestions?
    ... Launching app.exe should completely install Python, ... it is possible to create an installer that first installs ... the standard python-2.4.msi from your own MSI file. ...
    (comp.lang.python)
  • Re: .msi packages
    ... I am trying to create a custom .msi package for Kerberos for Windows ... I was able to properly edit the .msi through orca, and it installs ...
    (comp.protocols.kerberos)
  • Re: Using WMI to List all Locally Installed Software from C#
    ... (using an MSI database file). ... Microsoft Office Products since 2000 ... The only MSI installs, other than SDKs and ...
    (microsoft.public.win32.programmer.wmi)