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



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to