Directory/@Ids are Properties: 
http://blogs.msdn.com/robmen/archive/2006/10/17/deciphering-the-msi-directory-table-part-7-directories-are-properties.aspx


-----Original Message-----
From: Julie Campbell [mailto:[EMAIL PROTECTED]
Sent: Thursday, March 08, 2007 1:44 PM
To: Rob Mensching; wix-users@lists.sourceforge.net
Subject: RE: [WiX-users] Shortcuts and Properties

Nope, that was the problem, thanks!

Note to self: don't use property names as Directory Id's in the future,
you'll just confuse yourself. ;)

Julie
[EMAIL PROTECTED]

-----Original Message-----
From: Rob Mensching [mailto:[EMAIL PROTECTED]
Sent: Thursday, March 08, 2007 4:11 PM
To: Julie Campbell; wix-users@lists.sourceforge.net
Subject: RE: [WiX-users] Shortcuts and Properties

Did you define a Directory with @Id ProgramMenuFolder?

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Julie Campbell
Sent: Thursday, March 08, 2007 11:33 AM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Shortcuts and Properties


I am trying to add shortcuts to my WiX Installer (WiX V3.0.2420.0).  These
shortcuts are both in a fragment .wxs file.  The file candle's and lit's
with no errors or warnings.

This works:
    <Shortcut Id='TSB_Shortcut' Name='TestScriptBuilder'
            Directory='StartMenuFolder'
            Icon='TSB.exe' IconIndex='0'
            Advertise = 'yes' />

This does not:
    <Shortcut Id='TSB_Shortcut' Name='TestScriptBuilder'
            Directory='ProgramMenuFolder'
            Icon='TSB.exe' IconIndex='0'
            Advertise = 'yes' />

The error I get is:
     C:\PlatformESP\TSB\WiX\Frag_KTSB.wxs(19) : error LGHT0094 : Unresolved
reference to symbol 'Directory:ProgramMenuFolder' in section
'Fragment:KTSB'.

I got both directory property names from here:
http://msdn2.microsoft.com/en-us/library/aa372057.aspx

Help?

Julie
[EMAIL PROTECTED]




____________________________________________________________________________
_
Scanned by IBM Email Security Management Services powered by MessageLabs.
For more information please visit http://www.ers.ibm.com
____________________________________________________________________________
_

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

____________________________________________________________________________
_
Scanned by IBM Email Security Management Services powered by MessageLabs.
For more information please visit http://www.ers.ibm.com
____________________________________________________________________________
_




_____________________________________________________________________________
Scanned by IBM Email Security Management Services powered by MessageLabs. For 
more information please visit http://www.ers.ibm.com
_____________________________________________________________________________

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