Re: [WiX-users] Runtime location of the MSI

2009-08-13 Thread Sergei Zhirikov
Andrew Macvean wrote: > So my question, is there such a property to establish the current directory > of the installer? i.e. where it is being run from? OriginalDatabase See http://msdn.microsoft.com/en-us/library/aa370562(VS.85).aspx --

Re: [WiX-users] Runtime location of the MSI

2009-08-13 Thread Peter Shirtcliffe
wix-users@lists.sourceforge.net Subject: [WiX-users] Runtime location of the MSI Hi there, As stated on another thread my installer must run some external .exe if certain prerequisites are not met. I have managed to get this working correctly (thanks again everyone) by specifying the directory w

[WiX-users] Runtime location of the MSI

2009-08-13 Thread Andrew Macvean
Hi there, As stated on another thread my installer must run some external .exe if certain prerequisites are not met. I have managed to get this working correctly (thanks again everyone) by specifying the directory where these .exe are currently stored on my pc. However in practice the i