Reduce software installation time with MSIFASTINSTAL

Windows Installer 5.0 that has a new installation property called MSIFASTINSTALL. Using the MSIFASTINSTALL property can help reduce time required to install a windows installer package.

The trick behind MSIFASTINSTALL is quite simple, it just skips things that consume time like creating a system restore point or calculating the space requirements - File Costing.

The value of the MSIFASTINSTALL property can be a combination of the following values. It is available only in Windows Installer 5.0 and later.

msifastinstal2 400x89 Reduce software installation time with MSIFASTINSTAL

So if you do not need system restore points and know that your clients have enough disk space anyway, you could consider using the MSIFASTINSTALL property to speed up application installations.

msfastinstall 400x67 Reduce software installation time with MSIFASTINSTAL

Use the following commands:

msiexec /i Firefox-3.5-en-US.msi MSIFASTINSTALL=1 /l*v C:\MSTTEST\Install.log /qb

msiexec /i skypesetup.msi MSIFASTINSTALL=1 /l*v C:\MSTTEST\Install.log /qb

More information about the MSIFASTINSTALL property can be found here. You might also want to take a look at the FASTOEM property and at Verboon to learn more about it.

Via MSIgeek.

If you have liked this post, you might want to check out some more, on topics like , , .

About AnandK@TWC

Anand aka HappyAndyK is an end-user Windows enthusiast, a Microsoft MVP in Windows Desktop Experience since 2007, and the Admin of TheWindowsClub.com, TheGeeksClub.com & WinVistaClub.com. Creating a System Restore Point before trying out a new software or a tweak is always recommended.
Follow on Google: +AnandK@TWC

Ads

Random Posts

Comments are closed.

© 2012 The Windows Club All Rights Reserved