Re: [WiX-users] Running a file after installation

2007-01-23 Thread Arnette, Bill
2 AM > To: wix-users@lists.sourceforge.net > Subject: Re: [WiX-users] Running a file after installation > > > Hi! > Thanks for your help, but now I got this message when I try > to light my > wixobj file. > > error LGHT0112 : Unresolved reference to symbol 'Directory:INSTALLDIR

Re: [WiX-users] Running a file after installation

2007-01-23 Thread Matador2k7
.exe installs > > Personally, I like #2 better. > >> -Original Message----- >> From: [EMAIL PROTECTED] >> [mailto:[EMAIL PROTECTED] On Behalf Of >> Matador2k7 >> Sent: Tuesday, January 23, 2007 9:30 AM >> To: wix-users@lists.sourceforge.net >>

Re: [WiX-users] Running a file after installation

2007-01-23 Thread Arnette, Bill
bject: Re: [WiX-users] Running a file after installation > > > Hi Patrick! > > First of all, thank you very much for your post, but it > didn´t work so, now, > I will detail my case a little bit more: > > The installer creates in the ProgramFilesFolder a folder > c

Re: [WiX-users] Running a file after installation

2007-01-23 Thread Matador2k7
Hi Patrick! First of all, thank you very much for your post, but it didn´t work so, now, I will detail my case a little bit more: The installer creates in the ProgramFilesFolder a folder called UltraVNC. And, in the folder UltraVNC a new folder is created called driver. So the structure should b

Re: [WiX-users] Running a file after installation

2007-01-23 Thread Patrick Steele
Try somethinbg like this: NOT Installed This way you are also not hard coding the directory location of the batch file and you are only running it during the install, not the uninstall, after all files have been added. Patrick -Original Message- From: [EMAIL PROTECTED] [mailt