Installer
There are 1 entries for the tag
Installer
Now this is a error that every Microsoft VPC or Virtual Server user must have encountered at least once. The root lies in the way the installer initiates some disk space calculation mechanisms from the GUI. A simple alternative is using the following command. msiexec /package <filename.MSI> /qr Or if you are the more adventurous types go ahead extract the installer and run it with. <filename.exe> /extract <Target Folder> cd <Target Folder> msiexec /i <filename.msi> Technorati...