oh I noticed I had changed the UIRef from WixUI, which it is in the
normal Testminimal.wxs, to wixui.wixlib, just in case that would work.
but both versions are giving the same result.

Cheers,
Bryan Rasmussen

On 7/20/07, bryan rasmussen <[EMAIL PROTECTED]> wrote:
> Hi i am getting the following error on TestMinimal.wxs:
>
> error LGHT0112 : unresolved reference to symbol 'UI:wixui.wxlib' in
> section 'Product:12345678-1234-1234-1234-098765432113'
>
> my command line is as follows:
> light.exe -out check3.msi testminimal.wixobj wixui.wixlib
>
> wixui.wixlib and testminimal.wixobj are in the same folder as
> light.exe (I moved the textminimal) here is the example
> testminimal.wxs the only thing changed is the GUIDs
>
> <?xml version="1.0" encoding="UTF-8"?>
> <Wix xmlns="http://schemas.microsoft.com/wix/2003/01/wi";>
>   <Product Id="12345678-1234-1234-1234-098765432113"
> UpgradeCode="12345678-1234-1234-1234-098765432113"
> Manufacturer="Microsoft Corporation" Language="1033" Name="WiX Common
> Dialogs Test (Minimal)" Version="1.0">
>
>     <Package Id="12345678-1234-1234-1234-098765432113"
> Keywords="Installer" InstallerVersion="200" Platforms="Intel"
> Languages="1033" SummaryCodepage="1252" Compressed="yes" />
>
>     <Media Id="1" Cabinet="test.cab" EmbedCab="yes" DiskPrompt="Disk 1" />
>     <Property Id="DiskPrompt">1</Property>
>
>     <UIRef Id="wixui.wxlib" />
>
>     <Directory Id="TARGETDIR" Name="SourceDir">
>       <Directory Id="ProgramFilesFolder" Name="PFiles">
>         <Directory Id="EXAMPLEDIR" Name="example" LongName="Example 
> Directory">
>           <Directory Id="LangDir" Name="1033">
>             <Component Id="ExampleComponent"
> Guid="12345678-1234-1234-1234-098765432113" DiskId="1">
>               <File Id="ExampleFile" Name="example.txt" Source="example.txt">
>                 <Shortcut Id="ExampleShortcut"
> Directory="ProgramMenuFolder" Name="Example" LongName="Example
> Shortcut" Description="Shortcut to example.txt" />
>               </File>
>             </Component>
>           </Directory>
>         </Directory>
>       </Directory>
>       <Directory Id="ProgramMenuFolder" Name="ProgMenu" />
>     </Directory>
>     <Feature Id="ExampleFeature" Title="Example Feature for Product"
> Description="This is a feature description; it appears in the box to
> the right of the feature tree." Level="1">
>       <ComponentRef Id="ExampleComponent" />
>     </Feature>
>   </Product>
> </Wix>
>
> the version being run is wix 2.0 the stable version
>

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to