Stacktrace of my Problem:

(Sorry ist in German)

 

C:\Program Files\Microsoft SDKs\Windows\v6.0>msbuild C:\Users\fm\Desktop\test\Wi

xProject3\WixProject3\WixProject3.wixproj

Microsoft (R)-Buildmodul, Version 2.0.50727.312

[Microsoft .NET Framework, Version 2.0.50727.312]

Copyright (C) Microsoft Corporation 2005. Alle Rechte vorbehalten.

 

Der Buildvorgang wurde um 07.09.2007 14:41:47 gestartet.

__________________________________________________

Projekt C:\Users\fm\Desktop\test\WixProject3\WixProject3\WixProject3.wixproj (St

andardziele):

 

AddSolutionDefineConstants-Ziel:

    C:\Program Files\MSBuild\Microsoft\WiX\v3.0\Wix.targets : warning : Solution

 properties are only available during IDE builds or when building the solution f

ile from the command line. To turn off this warning set <DefineSolutionPropertie

s>false</DefineSolutionProperties> in your .wixproj file.

Erstellen des AddSolutionDefineConstants-Ziels in Projekt WixProject3.wixproj be

endet.

Compile-Ziel:

    C:\Program Files\Windows Installer XML v3\bin\candle.exe -dDebug -d"DevEnvDi

r=*Undefined if not building from within Visual Studio*" -d"SolutionDir=*Undefin

ed if not building a solution or within Visual Studio*" -d"SolutionExt=*Undefine

d if not building a solution or within Visual Studio*" -d"SolutionFileName=*Unde

fined if not building a solution or within Visual Studio*" -d"SolutionName=*Unde

fined if not building a solution or within Visual Studio*" -d"SolutionPath=*Unde

fined if not building a solution or within Visual Studio*" -out obj\Debug\WixPro

ject3.wixobj WixProject3.wxs

Link-Ziel:

    C:\Program Files\Windows Installer XML v3\bin\Light.exe -out C:\Users\fm\Des

ktop\test\WixProject3\WixProject3\bin\Debug\WixProject3.msi obj\Debug\WixProject

3.wixobj

 

    Unbehandelte Ausnahme: Microsoft.Tools.WindowsInstallerXml.WixException: Ein

e Ausnahme vom Typ Microsoft.Tools.WindowsInstallerXml.WixException wurde ausgel

öst.

       bei Microsoft.Tools.WindowsInstallerXml.ValidatorExtension.Log(String mes

sage)

       bei Microsoft.Tools.WindowsInstallerXml.Validator.ValidationUIHandler(Int

Ptr context, UInt32 messageType, String message)

    C:\Program Files\MSBuild\Microsoft\WiX\v3.0\Wix.targets(1115,5): error MSB60

06: "Light.exe" wurde mit Code -532459699 beendet.

Erstellen des Link-Ziels in Projekt WixProject3.wixproj beendet - Fehler beim Er

stellen.

 

Erstellen des Projekts WixProject3.wixproj beendet - Fehler beim Erstellen.

 

Fehler beim Buildvorgang.

C:\Program Files\MSBuild\Microsoft\WiX\v3.0\Wix.targets : warning : Solution pro

perties are only available during IDE builds or when building the solution file

from the command line. To turn off this warning set <DefineSolutionProperties>fa

lse</DefineSolutionProperties> in your .wixproj file.

C:\Program Files\MSBuild\Microsoft\WiX\v3.0\Wix.targets(1115,5): error MSB6006:

"Light.exe" wurde mit Code -532459699 beendet.

    1 Warnung(en)

    1 Fehler

 

Vergangene Zeit 00:00:10.68

 

Thanks,

Frank

Von: Schrieken, Rene [mailto:[EMAIL PROTECTED] 
Gesendet: Freitag, 7. September 2007 14:31
An: Frank Mayer-Potschak
Betreff: RE: [WiX-users] Problems building under VS2005 and votive v3 under 
Vista

 

Frank,

 

Can you try to run the Wixproject3.wixproj from the commandline (msbuild 
WixProject3.wixproj) and send the stacktrace (if any)  to the mailing list?

 

Tnx

 

René

 

________________________________

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Frank 
Mayer-Potschak
Sent: Friday, September 07, 2007 10:34 AM
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

 

 

 

This e-mail and any attachment is for authorised use by the intended 
recipient(s) only. It may contain proprietary material, confidential 
information and/or be subject to legal privilege. It should not be copied, 
disclosed to, retained or used by, any other party. If you are not an intended 
recipient then please promptly delete this e-mail and any attachment and all 
copies and inform the sender. Thank you.

-------------------------------------------------------------------------
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