[WiX-users] Running .bat file during uninstall

2006-07-07 Thread Hecker, Thomas
 Hi,   I need to run a .bat file that is installed with my product to undo some changes before the files are removed.   I tried the following code:          Installed     But this results in a message "problem with installer package. A program required for this install to complete could no

Re: [WiX-users] environment variable available in executed program

2006-07-04 Thread Hecker, Thomas
the MSI, it has the same env vars, and so doesn't have the updated path. Rob Hecker, Thomas wrote: > Hi, > > 1) I'm adding my newly installed dir to the system path Id='env_entry' Name='PATH' Action='set' System='yes' > Part='la

Re: [WiX-users] environment variable available in executed program

2006-07-04 Thread Hecker, Thomas
changes get committed to the system, but your MSI still has it's original set of env vars. Since your batch file is run from the MSI, it has the same env vars, and so doesn't have the updated path. Rob Hecker, Thomas wrote: > Hi, > > 1) I'm adding my newly installe

[WiX-users] environment variable available in executed program

2006-07-04 Thread Hecker, Thomas
Hi,   1) I'm adding my newly installed dir to the system path   2)  scheduled CA runs a .bat file that uses an executable from the share\bin dir added to path.        NOT Installed    3) In the up-popping console window I can see that the executable was not found. But after opening a new

Re: [WiX-users] version 3 - error LGHT0216

2006-07-04 Thread Hecker, Thomas
Is it actually possible to open/compile the project with VS Express?   Thanks and regards, Thomas Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Derek CiceroneGesendet: Montag, 3. Juli 2006 22:06An: 'Silvio Massari'; wix-users@lists.sourceforge.netBetreff: Re: [WiX-users]

[WiX-users] Including INSTALLDIR in Property

2006-06-12 Thread Hecker, Thomas
Hi,   I tried to define a property using embedding the INSTALLDIR property beeing not successfull.        Property(S): INSTALLDIR = C:\Program Files\My\Product\Property(S): ANTEXE = [INSTALLDIR]tools\bin\tool.exe     I want that ANTEXE links to "C:\Program Files\My\Product\tool

[WiX-users] OffTopic: WorldCup

2006-06-09 Thread Hecker, Thomas
Hi Wix-Users,   I wish all of you an exiting WorldCup - let's cross our fingers that Germany wins the Cup! ;-) Regards from Munich, Thomas ___ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-u

[WiX-users] XmlFile not child of Component?

2006-06-01 Thread Hecker, Thomas
Hi! Taken from the tutorial I slightly changed the code to the following: When compiling I get the error error CNDL0005 : The Component element contains an unexpected child element 'XmlFile'. As I can see from the docs and the tutorial, XmlFile _is_ child of component that's