Bob Arnson-6 wrote:
> 
> 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
> 
> 

Thanks for the answer,

I should describe my problem more detailed.

I don't want to use this Macro inside of the installer. If my Tool starts
the installation is done. My informations to check the installation are only
the wxs and wxi files. So I want to know if there is a way to get the
correct real path to this macro outside the installer. I know there is an
MSI object available for example. 

I'm not realy shure if this is the correct forum for my question :) it' s a
question with focus to wix and c# 

Throndorin

-- 
View this message in context: 
http://n2.nabble.com/How-to-get-VS90_PROJECTTEMPLATES_DIR-path-tp2340018p2345467.html
Sent from the wix-users mailing list archive at Nabble.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