Hello,

 

I need some help, I'm new to wix and trying around a little bit with it.

First I was using Votive v2 under VS 2005 and Vista, it worked fine, but
I couldn't access any User Interfaces.

So I uninstalled v2 and installed the latest v3 release and also the VS
add on.

 

When I try to build the Solution the following error occurs:

 

Error      1             "Light.exe" exited with code -532459699.
C:\Program Files\MSBuild\Microsoft\WiX\v3.0\Wix.targets
1115      6             WixProject3

 

The source is quite simple:

 

<?xml version="1.0" encoding="UTF-8"?>

<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi";>

            <Product Id="62d58162-7ee8-4c6d-aecb-55f4a0942d51"
Name="Test Application" Language="1033" Version="1.0.0.0"
Manufacturer="FMP" UpgradeCode="cfc4f434-c5e4-4563-bfc2-fef640f1820d">

            <Package InstallerVersion="200" Compressed="yes" />

            <Media Id="1" Cabinet="WixProject3.cab" EmbedCab="yes" />

            <Directory Id="TARGETDIR" Name="SourceDir">

                  <Directory Id="ProgramFilesFolder">

                        <Directory Id="INSTALLLOCATION" Name="TestApp" >

                             <Component Id="ProductComponent"
Guid="a5ae8eaf-18d4-413e-90ea-297c3c4f4194">

                                   <File Id="TestAppEXE"
Name="TestApp.exe" DiskId="1" Source="TestApp.exe" Vital="yes">


                                         <Shortcut Id="startmenuTestApp"
Directory="ProgramMenuDir" Name="TestApp"/>          

                                   </File>              

                             </Component>

                        </Directory>

                  </Directory>      

                  <Directory Id ="ProgramMenuFolder" Name ="PMenu" >

                        <Directory Id ="ProgramMenuDir" Name
="TestApp"/>

                  </Directory>        

            </Directory>

            <Feature Id="ProductFeature" Title="an feature" Level="1">

                  <ComponentRef Id="ProductComponent" />

            </Feature>

      </Product>

</Wix>

 

Maybe I'm doing a stupid beginners mistake, but can you please help me??

 

Thanks!

 

Frank

 

 

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to