Hi,

i tried to build an installer using the mondo dialogs. When I start the 
installer the directory browse button is always disabled. I tried diferent 
things but I cannot enable it. could anybody tell me about the dependency? Here 
is my wxs source:

<?xml version="1.0" encoding="utf-8"?>
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi"; 
xmlns:util="http://schemas.microsoft.com/wix/UtilExtension";>
    <Product Id="*" Name="Sebam_Quantitativ" Language="1033" Version="1.0.0.0" 
UpgradeCode="b6adaf91-47f8-4ed5-b522-6b498399cd09">
        <Package InstallerVersion="200" Compressed="yes" 
InstallScope="perMachine" />
        <MajorUpgrade DowngradeErrorMessage="A newer version of [ProductName] 
is already installed." />
        <Media Id="1" Cabinet="sebamquantitativ.cab" EmbedCab="yes" />
        <Feature Id="ProductFeature" Title="Sebam Quantitativ" Level="1">
            <ComponentRef Id="MSXML3.DLL" />
        </Feature>
        <UI />
        <UIRef Id="WixUI_Advanced" />
        <Icon Id="DesktopIcon.exe" SourceFile="Dateien\Sebam\SEBAM 
quantitativ\SEBAMquantitativ.exe" />
        <Icon Id="StartMenuIcon.exe" SourceFile="Dateien\Sebam\SEBAM 
quantitativ\SEBAMquantitativ.exe" />
    </Product>
    <Fragment>
        <Directory Id="TARGETDIR" Name="SourceDir">
            <Directory Id="ProgramFilesFolder">
                <Directory Name="Sebam" Id="INSTALLDIR">
                                    <Component Id="MSXML3.DLL" DiskId="1" 
Guid="18532527-38AB-458E-BA43-C7E4E0ABF9AB">
                                        <File Id="MSXML3.DLL" Name="msxml3.dll" 
Source="Dateien\Sebam\SEBAM quantitativ\msxml3.dll" />
                                    </Component>
                </Directory>
            </Directory>
        </Directory>
    </Fragment>
</Wix>  

Thanks for your help,
Georg

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to