Re: [WiX-users] WIX3 - WixUI_InstallDir error Please wait while installer finishes determining your disk space requirements.

2008-03-27 Thread Bob Arnson
Benas wrote:
 After license agreement dialog i got an error box which says: Please 
 wait while installer finishes determining your disk space 
 requirements. How to rid of that error?

Add a feature and component.

-- 
sig://boB
http://joyofsetup.com/



-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] WIX3 - WixUI_InstallDir error Please wait while installer finishes determining your disk space requirements.

2008-03-26 Thread Benas
Hello,

I have simple WIX code:

?xml version=1.0 encoding=UTF-8?
Wix xmlns=http://schemas.microsoft.com/wix/2006/wi;
Product Id=cc2469d5-565f-4183-a28f-702fe5d18a48
 Name=Test name Language=1033 Version=1.0.0.0
 Manufacturer=Test manufacturer
 UpgradeCode=6ad0afd1-6688-40f7-a957-b478b619c734

Package InstallerVersion=200 Compressed=yes /

Media Id=1 Cabinet=Test.cab EmbedCab=yes /

Directory Id=TARGETDIR Name=SourceDir
Directory Id=ProgramFilesFolder
Directory Id=INSTALLLOCATION Name=./Directory
/Directory
/Directory
/Directory

  Property Id=WIXUI_INSTALLDIR Value=INSTALLLOCATION /
  UIRef Id=WixUI_InstallDir /

  /Product
/Wix

Also in my Visual studio project i added reference to ...\Windows Installer
XML v3\bin\WixUIExtension.dll

After license agreement dialog i got an error box which says: Please wait
while installer finishes determining your disk space requirements. How to
rid of that error?


Thanks for answers,
Benas
-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users