Re: [WiX-users] My Installer Requirements

2006-08-16 Thread Bill Arnette
For requirement 1, it seems your best bet may be to make a small wizard application that displays the Welcome/Splash screen and the combined license agreement. At the end of the wizard, your MSI is run with MsiInstallProduct(). The MSI would then have the other dialogs such as feature selection t

Re: [WiX-users] Tools to clean out broken installations

2006-08-11 Thread Bill Arnette
Virtual PC Is Now Free! Whether Microsoft virtualization technology is an important component of your existing infrastructure or you're just a Virtual PC enthusiast, you can now download Virtual PC 2004 absolutely free. Microsoft will also offer the free download of Virtual PC 2007, with support f

Re: [WiX-users] Transition VS.NET 2003 installer base to WiX 2 installer

2006-08-09 Thread Bill Arnette
I think that as long as you use a new product code and the same upgrade code, you should be fine.  The major upgrade will force and uninstall of the previous version before the new one is installed.    You can use 'dark' to create the initial WiX code from the already deployed installer and

Re: [WiX-users] WiX and SQL Server 2005 Express installation

2006-08-08 Thread Bill Arnette
There is also the Microsoft Component Installer SDK, which among other things, installs SQL Server 2005 Express. http://www.microsoft.com/downloads/details.aspx?familyid=2A5E4EBC-651C-40AA- 9525-1810AF47C317&displaylang=en > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL

Re: [WiX-users] Temporary Directory

2006-08-04 Thread Bill Arnette
Perhaps you should look into using the Microsoft Component Installer SDK [1]. It's a bootstrapper that will load many Microsoft components as prerequites including, among other things, DX9. It can install them either from the web or a CD and then run your MSI. [1] http://www.microsoft.com/dow

Re: [WiX-users] customaction runs unzip?

2006-06-30 Thread Bill Arnette
ID, a previous package will first be uninstalled before the new one is installed. You will not have to worry about (and in fact could not do) upgrades/patches with this scheme. > -Original Message- > From: Bill Arnette [mailto:[EMAIL PROTECTED] > Sent: Friday, June 30, 200

Re: [WiX-users] customaction runs unzip?

2006-06-30 Thread Bill Arnette
To answer your basic question, yes, you could. I don't think you can just unzip a .zip file from a custom action because I don't think there is a public unzip API in Windows [1]. You would have to include an unzip utility in your package that got installed before the custom action ran. Howev

Re: [WiX-users] Installing COM components

2006-06-30 Thread Bill Arnette
applications_an d_side_by_side_assemblies_start_page.asp?frame=true > -Original Message- > From: Bill Arnette [mailto:[EMAIL PROTECTED] > Sent: Friday, June 30, 2006 9:59 AM > To: 'wix-users@lists.sourceforge.net' > Subject: RE: [WiX-users] Installing COM components > > Ta

Re: [WiX-users] Installing COM components

2006-06-30 Thread Bill Arnette
Tallow is intended to be used one time to aid in the initial creation of MSI components for the COM components you need to install. It is not intended to be used in an automated build. The idea is to run Tallow to harvest the components, including registry entries, and then hand-edit them to ad

Re: [WiX-users] regsiter COM server for all users

2006-06-20 Thread Bill Arnette
What are the permissions on HKLM\Software\Classes? > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Nikolay Belyh > Sent: Tuesday, June 20, 2006 11:19 AM > To: Nicholas Muguira > Cc: WiX-users@lists.sourceforge.net > Subject: Re: [WiX-users] reg