[WiX-users] How to write INSTALLDIR to registry?

2011-03-27 Thread Michel
This is probably a very basic question, and if I read it right in the documentation and tutorials online it should all work, but it doesn't... What I'm trying to do is write the full path to a filename in the registry, but [INSTALLDIR] does not get replaced by the actual install dir: T

Re: [WiX-users] How to write INSTALLDIR to registry?

2011-03-27 Thread maksim.vazhenin
It seems like INSTALLSIR isn't defined in your project. You can also use [#FileID] for full path of your file. -Maksim -Original Message- From: Michel [mailto:mic...@acromania.nl] Sent: Monday, March 28, 2011 9:03 AM To: General discussion for Windows Installer XML toolset. Subject: [Wi

Re: [WiX-users] How to write INSTALLDIR to registry?

2011-03-27 Thread Michel
INSTALLDIR is defined: But I followed your advice and I've now used "[#FileID]" and that works like a charm, thanks! On 28/03/2011 18:39, maksim.vazhe...@emc.com wrote: > It seems like INSTALLSIR isn't defined in your project. You can also use > [#FileID] for full path of your file. > > -Mak