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
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
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
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
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
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
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
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
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
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
10 matches
Mail list logo