From: Bob A. <wi...@bo...> - 2007-01-20 22:03:06
|
Stefan Kuhr wrote: > <Component Id='PnPMonComp' Guid='???????????'> > <File Id='PnPMonEXE' Name='PnPMon.exe' LongName='PnPMon.exe' > DiskId='1' > Source='PnPMon.exe' Vital='yes'> > <Shortcut Id="startmenuPnPMon" Directory="ProgramMenuDir" > Name="PnPMon" > LongName="PnPMon" WorkingDirectory='INSTALLDIR' > Icon="PnPMon.exe" IconIndex="0"> > <Condition Level="0">NOT VersionNT64</Condition> > </Shortcut> > </File> > </Component> > Which version of WiX are you using? The Level attribute is used only for Feature parent elements and the code you posted should throw an error in recent releases of WiX (both v2 and v3). Check your .msi package to see that the condition is in the Component table. -- sig://boB http://bobs.org |