Installaware Vs Advanced Installer

Posted on -
Installaware Vs Advanced Installer 3,5/5 6754 votes
  1. Caphyon Advanced Installer
Product

One is a freeware version that has Visual Studio. That reduces installer file sizes. InstallAware also offers Hybird Installation. Some advanced installers with. Free Windows Installer. 10 Reasons to Migrate from InstallShield. InstallAware uses an advanced Team Foundation Server object model to deliver what.

Advanced

Hi deployment crowd, I hope that soemone can tell me (from own long-time experience) if InstallAware is a real alternative to InstallShield when I need a tool to build installations that meets the intention and the requirement of Microsoft Installer. I am evaluating IA and discovered that you are not able to edit the MSI-Files directly, also the Sequences are not editable. It seems to me that the MSI-file is built at install-time based on the setup script. In my opinion I loose completely the influence on what is going on during execution-sequence. It is like sending your request to a black box and hoping everything wil be alright. InstallAware even gone a step forward and reinvented the wheel (MSI) by adding the possibility to completely install without Microsoft Installer technology. They call it 'NativeCode' but I have no idea how it workes internal and there is no documentation about it.

In general InstallAware seems a bit poor in documentation. If you need native MSI-files for software distribution then you have to use a tool from InstallAware ('GroupPolicyWizard') that embeds your setup.exe within a strange MSI-file. So you can have a multi-language msi-file for instance.

I thought that this is impossible, but IA did it;) Hope someone who knows InstallAware can tell his opinion about it. My feeling is that InstallAware isn't a real alternative but a tool that reduces MSI-technology to absurdity? I've got another concern. InstallAware reports that they were able to compress 174% smaller than InstallShield, that their setup ran 50% faster; and moreover, that InstallShield couldn't do an 'xcopy' install of the InstallAware installation folder: www.installaware.com/benchmark.asp They contain links to the setup projects that are supposed to replicate these results. WiX samples are even included. Has anyone tested and verified these claims?

The claims do sound boastful.I would appreciate some precise feedback on the technical merits of each product; and needless to say, size and speed have always been two crucial factors in evaluating hardware/software performance. Sorry not a IA user (I use installshield). The only thing I can tell you is that I edit sequences all the time, if I did not have that ability the complexity of deployments would go up (and my sanity would go down:). Just FYI, even installshield strays from MS installer standards.

From what I have seen almost all of them do (Except Ora). Most of the time its to add ease of use or features. Installshield has ini edits, xml edits and advanced folder rights. All of which are not native MSI abilities (easy to tell with IS, you will see custom tables that start with 'IS'. I absolutely HATE MSI wrappers.

Installaware vs advanced installer

Java, Lotus Notes etc use msi more like a wrapper then install tech. Completely messes crap up (try running java msi twice in a row and see if it works:). Honestly I have not seen an installer tech nearly as competent, full of features and flexibility then MSI. IA's native installer code may help in some situations but it just seems too proprietary. My opinion is keep to msi if you mainly support windows.

Otherwise the tools needed to edit/create msi, is peronal preference and needs. I would not stand for a solution that I can't edit every facet of an msi even if just direct table edits. You could start with a book about Windows Installer. For InstallShield and InstallAware no (up-to-date) books are available. I was lucky and had a colleague that introduced me into this 'rocket science' how it is often called. If you just would create simple installers then InstallAware could be your choice, if you want to have full control about what is going on during installation you have to use InstallShield. Of course you can also create MSI-Packages without the help of any Authoring Tool, just edit the msi files natively with the help of 'Orca MSI Editor'.

InstallAware basically makes low-level MSI table editing look like assembler programming. If the Windows Installer engine is being used to install, all actions which actually modify the target system are executed through the Windows Installer engine (to the extent where it is possible). The MSI file that contains all this logic is not the outer-most MSI file that is built by the Group Policy wizard - the GP MSI is basically a 'Trojan Horse' which launches InstallAware's setup.exe file, which actually passes control to the inner setup.msi file when the statement 'Apply Install' is called. You can easily see this real MSI file when you do an uncompressed build, and open up the MSI file in Orca. InstallAware actually embraces and extends Windows Installer technology, so with some low-level MSI (or shall we say, assembler skills), you can easily find the correlates for your script commands in InstallAware's MSIcode script as generated in the resultant MSI file. For example, a single 'Install Files c: path.

to $TARGETDIR$' MSIcode command will create multiple component, directory, file table entries in your MSI file - all without you having to know anything about any of these underlying structures. This is what's so great and so much fun about InstallAware. The whitepaper (www.installaware.com/msicodescriptingtechnology.pdf) explains some of the details of the plumbing that makes this happen at length. Basically, InstallAware is a 4GL language/compiler which produces MSI files - and it works extremely well. The illusion of having a conditionally executing setup script is perfect, despite this being practically impossible using just Windows Installer. InstallAware know. It's not rocket science - windows does everything with API calls to routines stored in DLL files, so running on a developer version of windows will give you a load of debugging information that leads to a way of implementing pinning.

Installshield undoubtedly has closer ties with Microsoft so are less likely to go against the party line, whereas InstallAware have nothing to lose and market share to gain. It's no different to doing a binary edit of a Win 7 shortcut to enable the run as admin option. InstallAware basically makes low-level MSI table editing look like assembler programming.

If the Windows Installer engine is being used to install, all actions which actually modify the target system are executed through the Windows Installer engine (to the extent where it is possible). The MSI file that contains all this logic is not the outer-most MSI file that is built by the Group Policy wizard - the GP MSI is basically a 'Trojan Horse' which launches InstallAware's setup.exe file, which actually passes control to the inner setup.msi file when the statement 'Apply Install' is called. You can easily see this real MSI file when you do an uncompressed build, and open up the MSI file in Orca. InstallAware actually embraces and extends Windows Installer technology, so with some low-level MSI (or shall we say, assembler skills), you can easily find the correlates for your script commands in InstallAware's MSIcode script as generated in the resultant MSI file.

For example, a single 'Install Files c: path. to $TARGETDIR$' MSIcode command will create multiple component, directory, file table entries in your MSI file - all without you having to know anything about any of these underlying structures. This is what's so great and so much fun about InstallAware.

The whitepaper explains some of the details of the plumbing that makes this happen at length. Basically, InstallAware is a 4GL language/compiler which produces MSI files - and it works extremely well.

Caphyon Advanced Installer

The illusion of having a conditionally executing setup script is perfect, despite this being practically impossible using just Windows Installer.