Re: [WiX-users] WiX 3.0: How to run another program before launching the main application

2009-06-01 Thread little.forest
Thank you very much, Rob and Sascha. It's great to know the File/@Assembly attribute. I'm using it and it works. Here is the code:     Thanks again. /Brian __ Make your browsing faster, safer, and easier with the new Inte

Re: [WiX-users] WiX 3.0: How to run another program before launching the main application

2009-05-31 Thread Sascha Beaumont
n, nothing happened. >> 2. During uninstall, I'd like to run "gacutil.exe /u CLR.dll". However, >> since it never got a chance to run in installation, I guess it never got run >> in uninstall. Does the code look alright or not? >> >> Could any of you plea

Re: [WiX-users] WiX 3.0: How to run another program before launching the main application

2009-05-29 Thread Rob Mensching
> Thanks a lot, > /Brian > > > > > ____ > From: Sascha Beaumont > To: General discussion for Windows Installer XML toolset. > > Sent: Thursday, May 28, 2009 10:07:49 PM > Subject: Re: [WiX-users] WiX 3.0: How to run another program

Re: [WiX-users] WiX 3.0: How to run another program before launching the main application

2009-05-29 Thread little.forest
cha Beaumont To: General discussion for Windows Installer XML toolset. Sent: Thursday, May 28, 2009 10:07:49 PM Subject: Re: [WiX-users] WiX 3.0: How to run another program before launching the main application Check out the documentation, specifically "ShellExecute CustomAction" and &qu

Re: [WiX-users] WiX 3.0: How to run another program before launching the main application

2009-05-28 Thread Sascha Beaumont
Check out the documentation, specifically "ShellExecute CustomAction" and "How To: Run the Installed Application After Setup" in WiX.chm On Sat, May 23, 2009 at 10:13 AM, little.forest wrote: > We are using WiX version 3.0.4805.0. > > How to run another program before launching the main applicati

[WiX-users] WiX 3.0: How to run another program before launching the main application

2009-05-22 Thread little.forest
We are using WiX version 3.0.4805.0. How to run another program before launching the main application? We have a program called preutil.exe. We need to run it with some arguments like this "preutil.exe /i /t /s". How to do it? Thanks a lot, /Brian _