Re: [WiX-users] Ram size checking

2009-03-18 Thread W. Craig Trader
Hukum ... Just because you have 2GB of RAM installed in the machine, it doesn't follow that the available physical memory will be 2048 MB. Many machines these day share RAM with video cards and other peripherals, which reduces the physical memory available. On 32-bit OSes without PAE enabled (ie

Re: [WiX-users] Converting Setup project to WiX 3.0 project (Custom Actions)

2007-07-12 Thread W. Craig Trader
-Original Message- From: John Vottero [mailto:[EMAIL PROTECTED] Sent: Thursday, July 12, 2007 1:15 PM To: W. Craig Trader Cc: wix-users@lists.sourceforge.net Subject: RE: [WiX-users] Converting Setup project to WiX 3.0 project (Custom Actions

Re: [WiX-users] Converting Setup project to WiX 3.0 project (Custom Actions)

2007-07-12 Thread W. Craig Trader
John Vottero wrote: > > It would be very easy to write a console app that calls the C# > Installer based code. Once you have that, use the WiX CAQuietExec > custom action to run the console app. > > > > *From:* [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] *On Be

Re: [WiX-users] Converting Setup project to WiX 3.0 project (Custom Actions)

2007-07-12 Thread W. Craig Trader
Bob Arnson wrote: > W. Craig Trader wrote: >> I have a legacy .Net 2.0 application (C# plus some C++ COM controls) >> that is currently deployed using a Visual Studio 2005 Setup project. >> The Setup project uses a Custom Action written

[WiX-users] Converting Setup project to WiX 3.0 project (Custom Actions)

2007-07-11 Thread W. Craig Trader
Help! I have a legacy .Net 2.0 application (C# plus some C++ COM controls) that is currently deployed using a Visual Studio 2005 Setup project. The Setup project uses a Custom Action written in C# (a subclass of System.Configuration.Install.Installer) to install or upgrade a SQL Server MSDE