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

Reply via email to