Re: [WiX-users] How to get VS90_PROJECTTEMPLATES_DIR path

2009-02-18 Thread Bob Arnson
Throndorin wrote: 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. Check out MSI functions, such as MsiGetComponentPath. -- sig://boB http://joyofsetup.com/

[WiX-users] How to get VS90_PROJECTTEMPLATES_DIR path

2009-02-17 Thread Throndorin
Hi I'm writing a tool which should check a installation using msi (wix). I have the wix files (.wxs, .wxi) as base and check the installation against this files. 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

Re: [WiX-users] How to get VS90_PROJECTTEMPLATES_DIR path

2009-02-17 Thread Bob Arnson
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

Re: [WiX-users] How to get VS90_PROJECTTEMPLATES_DIR path

2009-02-17 Thread Throndorin
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