Posted 19 January 2006 - 12:04
I guess that depends on how you're currently installing.
The environment I left in the summer was driven by VB Scripts with the aid of in-house components (for permissioning etc). The Engineering Group were pushing for a move to MSI. In the MSI test phase, business units were distinctly unimpressed with how much longer MSI-based installs took compared to the VB Script-based equivalent. An informal test of 12 apps undertaken by our group showed that, on average, the MSI-based version took 3 times longer to install. We resisted but Engineering had the ears of the "right" people and the deed was done, contracts signed, etc. Only then did they discover that the distribution tool they chose doesn't handle transform files (LOL...great testing, guys). That's another story, though.
Until the decision to fully go MSI, MSIs had been accomodated by wrapping the call to MSIExec in a VB Script wrapper and authoring transforms to, for example, always install silently and for ALLUSERS. There were no significant differences in the number of calls involving wrapped MSIs than native VB Script installs: users (and support personnel) were as ignorant about blaming the install on issues which turned out to be application-based irrespective of the delivery mechanism.
- Don't know why 'x' happened? Want to know why 'y' happened? ProcMon will tell you.
- Try using
http://www.google.com before posting.
- I answer questions only via forums. Please appreciate the time I give here and don't send me personal emails.