Extra space while installing .msi
Posted
by Cristina
on Stack Overflow
See other posts from Stack Overflow
or by Cristina
Published on 2009-03-05T12:19:49Z
Indexed on
2010/03/28
20:53 UTC
Read the original article
Hit count: 209
I have extra space in my custom made .msi. The data to be installed has about 600MB and the installer says it needs 1.4 GB.Switching to a different location then the predetermined one (e.g from C:\Program Files\My_App to F:\My_App) shows that it always need approximately 800 MB on the Windows partition, which is in my case the extra space. Any thoughts on why is this happening?
Also can this cause an installation error on a 64-bit OS? I've only installed it on a 32-bit OS and everything is fine, but one of my colleagues is having problems installing it on the above mentioned type.
© Stack Overflow or respective owner