Throndorin wrote:
> In one of the .wxs files is VS90_PROJECTTEMPLATES_DIR and some other macros
> used, and I'm sure the installer knows how to resolve this to a real path. 
>
> Is there a good way to get this path information?
>   

 From WiX.chm:


    Using WixVSExtension Properties or Custom Actions

To use the WixVSExtension properties or custom actions in an MSI, use 
the following steps:

    * Add PropertyRef or CustomActionRef elements for items listed above
      that you want to use in your MSI.
    * Add the -ext <path to WixVSExtension.dll> command line parameter
      when calling light.exe to include the WixVSExtension in the MSI
      linking process.

For example:

<PropertyRef Id="VS2005_ROOT_FOLDER" />
<CustomActionRef Id="VS2005Setup" />

When you reference any of the above properties or custom actions, the 
WixVSExtension automatically schedules the custom actions and pulls in 
properties used in the custom action conditions and execution logic.


-- 
sig://boB
http://joyofsetup.com/

------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to