Re: [WiX-users] Custom Action - start exe inside my INSTALLDIR

2008-11-26 Thread Love88Keys
So, is there a way to start an EXE-File which requires dll´s via BinaryKey AND during uninstall? Rob Mensching-2 wrote: That is not correct. -- View this message in context: http://n2.nabble.com/Custom-Action---start-exe-inside-my-INSTALLDIR-tp1568179p1583283.html Sent from the

Re: [WiX-users] Custom Action - start exe inside my INSTALLDIR

2008-11-26 Thread Love88Keys
that have very few dependencies. Makes for a much more robust install. -Original Message- From: Love88Keys [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 26, 2008 15:41 To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Custom Action - start exe inside my INSTALLDIR

Re: [WiX-users] Custom Action - start exe inside my INSTALLDIR

2008-11-24 Thread Love88Keys
Well, I think I didn´t point my problem exactly. I´ve got an EXE which ist only needed during install, uninstall or modify process. My first idea was -of course- to do a CustomAction with BinaryKey. But : 1. the EXE requires a dll and I don´t know how to refer to that. 2. I´m not shure if my EXE

[WiX-users] Custom Action - start exe inside my INSTALLDIR

2008-11-23 Thread Love88Keys
I´ve read part of Wix-Tutorial http://www.tramontana.co.hu/wix..; about how to start an exe-file which is already installed on the system. The suggested solution was: Property Id='NOTEPAD'Notepad.exe/Property CustomAction Id='LaunchFile' Property='NOTEPAD' ExeCommand='[SourceDir]Readme.txt'

Re: [WiX-users] Custom Action - start exe inside my INSTALLDIR

2008-11-23 Thread Love88Keys
Hallo Eitan, I´ve tried it out but it doesn´t work. with SetProperty The Installer does nothing, as like as there is no such exe-file. with your suggested Custum Action it get an error before compilation is finished: LGHT0094: Unresolved reference to symbol 'Directory:INSTALLDIR' in section