[wix-users] wixobj file not created - help for a wix beginner

Bernics Gábor gabor at bernics.hu
Sun Jul 3 01:58:37 PDT 2016


Hi Guys,

I tried create a sample installer that based this article: [1]

<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
   <Product Id="*" UpgradeCode="12345678-1234-1234-1234-111111111111" 
            Name="Example Product Name" Version="0.0.1"
Manufacturer="Example Company Name" Language="1033">
      <Package InstallerVersion="200" Compressed="yes" Comments="Windows
Installer Package"/>
      <Media Id="1" Cabinet="product.cab" EmbedCab="yes"/>

      <Directory Id="TARGETDIR" Name="SourceDir">
         <Component Id="ApplicationFiles"
Guid="12345678-1234-1234-1234-222222222222"/>
      </Directory>

      <Feature Id="DefaultFeature" Level="1">
         <ComponentRef Id="ApplicationFiles"/>
      </Feature>
   </Product>
</Wix>

Unfortunately, the wixobj file are not creating by light.exe:

light.exe : error LGHT0103 : The system cannot find the file
'C:\MSI\evonetworks
witch.wixobj' with type 'Source'. 

The Wix tool version is 3.10 

Regards, 

Gabor

  

Links:
------
[1]
http://www.codeproject.com/Tips/105638/A-quick-introduction-Create-an-MSI-installer-with


More information about the wix-users mailing list