I think this problem will be solved if you build from an Administrator
command prompt.
 
The reason:- When you execute light.exe, it runs validation by default &
validation is a form of installation, and in Vista, installation
requires elevation.
 
So, you can just try building from an Administrator command prompt, I
hope the build will be completed successfully!!
 
Thanks,
Ratula

________________________________

From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Frank
Mayer-Potschak
Sent: September 7, 2007 2:04 PM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Problems building under VS2005 and votive v3 under
Vista



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

 

 



DISCLAIMER:
-----------------------------------------------------------------------------------------------------------------------
The contents of this e-mail and any attachment(s) are confidential and intended 
for the named recipient(s) only. 
It shall not attach any liability on the originator or HCL or its affiliates. 
Any views or opinions presented in 
this email are solely those of the author and may not necessarily reflect the 
opinions of HCL or its affiliates. 
Any form of reproduction, dissemination, copying, disclosure, modification, 
distribution and / or publication of 
this message without the prior written consent of the author of this e-mail is 
strictly prohibited. If you have 
received this email in error please delete it and notify the sender 
immediately. Before opening any mail and 
attachments please check them for viruses and defect.
-----------------------------------------------------------------------------------------------------------------------
-------------------------------------------------------------------------
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