Re: [WiX-users] Adding installed file location into registry - VS2010 developed Word plugin

2013-09-17 Thread 4th Dimension
lson > I don't know of anything built-in. You'd need code - in managed code you > use the UriBuilder class. > > Phil Wilson > > > On Sun, Sep 15, 2013 at 1:47 PM, 4th Dimension > wrote: > > > I need to add the location of a certain file into the registry

Re: [WiX-users] [SPAM] Re: Adding installed file location into registry - VS2010 developed Word plugin

2013-09-17 Thread 4th Dimension
t in WiX toolset. See Bundle element. > > > On Tue, Sep 17, 2013 at 11:10 AM, 4th Dimension > wrote: > > > Yeeah. The more I find out about Word adin deployment the more I get > > pissed. For example in order to install an addin for all users in Office > > 2007 you need

[WiX-users] Adding installed file location into registry - VS2010 developed Word plugin

2013-09-15 Thread 4th Dimension
I need to add the location of a certain file into the registry as the part of the instalation of a Word add in. Now I am aware that I can use [TARGETDIR] to get the install location. But [TARGETDIR] outputs the address as C:\Program Files\AddinFolder, while I need the address to use the forward sla