[WiX-users] checking for existing directory at runtime

2009-05-14 Thread Michael Faden
Hi maybe this question is not really new, but I haven't found an answer yet.. In my installation dialog, the user has to enter the path to a EXE. When the user entered the value, I'd like to check, whether it really exists: . 1 1 NOT SEARCHFOREXE ..

[WiX-users] Votive Installation for VS2008

2008-10-04 Thread Michael Faden
Hi, I'm trying to install Votive 2.0.5805 on XP (32bit) with Visual Studio 2008 Professional Edition installed. The Votive installer complains, that the Express Edition of VS is not supported and terminates. Does anybody know what's going on there? I used the X64-Version of Votive on another b

Re: [WiX-users] Custom action Condition on Property value?

2008-08-21 Thread Michael Faden
Hi Yuval, is a question of operator priority: It should look like that (INSTALLERROR = 0) AND Not(Installed) Your term means INSTALLERROR=(0 AND NOT Installed) and this is of course always false Mike Yuval David wrote: > Hello, > > I'm trying to run a custom action with a

Re: [WiX-users] Installing different version of file depending on OS

2008-08-18 Thread Michael Faden
Hi Mike, I use the approach via a custom action: WindowsNT=501 WindowsNT=502 WindowsNT=501 WindowsNT=502 Well, it is a bit clumsy, b

[WiX-users] OS Version

2008-08-15 Thread Michael Faden
Hi, can anbody tell me, how I can construct a conditional element for the OS-version (32/64bit) like (OS is 32bit) (OS is 64bit) Thx in adavnce Filum

[WiX-users] COM+ Registration in WiX3

2008-07-16 Thread Michael Faden
Hi, I want to generate a COM+ component based on my dll ( C++/ATL). Does anybody has a hint where I can find some documentation about that topic? Thx in advance Mike -- Dr.Michael Fadenfon: +49(0)228-98549-51 kippdata GmbH fax: +49(0)228-98549-50 Bornheimer Str. 33a Ema

Re: [WiX-users] License File

2008-07-15 Thread Michael Faden
Thanks, it works. Mike Neil Sleightholm wrote: > I find the easiest way to reference a license file is to add something > like this: > > > > Neil > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Michael > Fade

[WiX-users] License File

2008-07-15 Thread Michael Faden
Hi, I've just installed v3. When I create my first v3 installer my license file is simply ignored, although the installation itself works perfect. As usual the license file named 'License.rtf' is located in my working directory. The installer itself runs perfectly. Does anybody knows what's go