[WiX-users] auto delete on reinstall

2009-01-30 Thread Thomas Guettler
Hi, if I try to install a new version of my msi file, I get the error message, that I need to uninstall it first. Is there a way to automatically uninstall it? Is possible to enable a switch in the wix file that says delete old version on install? The next best solution would be an option if

Re: [WiX-users] auto delete on reinstall

2009-01-30 Thread Rob Mensching
Yeah sure. Check out Major Upgrade. -Original Message- From: Thomas Guettler [mailto:h...@tbz-pariv.de] Sent: Friday, January 30, 2009 00:31 To: wix-users@lists.sourceforge.net Subject: [WiX-users] auto delete on reinstall Hi, if I try to install a new version of my msi file, I get the

[WiX-users] multiple language installer

2009-01-30 Thread Frédéric Viollet
Hi everyone, I was wondering if it was possible to build a single installer that embeds several languages (this installer would switch to the platform's current language)? Or do I have to build as many installers as I have languages to support? I want my product to be able to be deployed in

Re: [WiX-users] multiple language installer

2009-01-30 Thread Rob Mensching
This is discussed much in the list. You might search to get lots of options. Nothing is supported natively. -Original Message- From: Frédéric Viollet [mailto:frederic.viol...@evidian.com] Sent: Friday, January 30, 2009 00:57 To: wix-users@lists.sourceforge.net Subject: [WiX-users]

Re: [WiX-users] SetupBld and IIs Problem

2009-01-30 Thread Uwe Stump
Rob, I think, you are right. The problem does not occur in WiX 3.0.4827.0. So I will try to open a bug. Be warned ;-) Kind regards and many thanks for your help, Uwe -Ursprüngliche Nachricht- Von: Rob Mensching [mailto:rob.mensch...@microsoft.com] Gesendet: Donnerstag, 29. Januar 2009

Re: [WiX-users] multiple language installer

2009-01-30 Thread Frédéric Viollet
Ok. I'll have a look at former discussions than. Thanks. Fred Rob Mensching a écrit : This is discussed much in the list. You might search to get lots of options. Nothing is supported natively. -Original Message- From: Frédéric Viollet [mailto:frederic.viol...@evidian.com]

Re: [WiX-users] SetupBld and IIs Problem

2009-01-30 Thread Rob Mensching
Fix was just checked-in. If all goes well, build that comes out tomorrow will be much happier. -Original Message- From: Uwe Stump [mailto:uwe.st...@gewi.com] Sent: Friday, January 30, 2009 01:14 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] SetupBld

Re: [WiX-users] Checking for IIS and SQL?

2009-01-30 Thread Loïc Delambre
Hi, Here's a sample code to detect IIS 5/6 or some IIS7 components : Property Id=IIS56 Value=#0 RegistrySearch Id=IIS56InstalledComponents Root=HKLM Key=SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OC Manager\Subcomponents Type=raw Name=iis_common / /Property Property Id=IIS7

Re: [WiX-users] Checking for IIS and SQL?

2009-01-30 Thread Yan Sklyarenko
As for me, the best way to get the major and minor versions of IIS is to reference the properties introduced by standard IIS extension: PropertyRef Id=IISMAJORVERSION / PropertyRef Id=IISMINORVERSION / Note, that the values are prefixed with the '#' sign. Thus, for IIS 5.1 (WinXP) it is

[WiX-users] When to use a bootstrapper

2009-01-30 Thread Tezuka Kunimitsu
Hello guys, I would like to launch a Configuration Wizard of my application after the installation process. This Wizard would be responsible of setting the SQL Server, user and password informations, writing to registry and running a service. So, it needs elevated privileges. But, if I understand

Re: [WiX-users] When to use a bootstrapper

2009-01-30 Thread Arun Perregatturv
I had a similar situation and this is how I was able to resolve. Our products requires SQL 2008 and I used wix installer and with Bootstrapper to install SQL 2008 and after installing SQL 2008 we install our product after the products gets installed before the finish dialog, I execute a custom

Re: [WiX-users] Adding permissions using RegistryPermissions

2009-01-30 Thread Reddy, Mallikarjun (GWM-CAI)
Rob, it seems to be cache package. Now with Ex, I am able to have the permissions retained. Could you let me know how I make the permissions apply to the subkeys too ? Earlier I mentioned that with Permissions I was able to get the permissions to the subkeys. But now I am not getting that either.

Re: [WiX-users] auto delete on reinstall

2009-01-30 Thread Thomas Guettler
Hi, thank you for this hint. I found more information now after searching for Major Upgrade. But somehow I couldn't find a working example. Here is my xml file: ?xml version='1.0'? !-- $Id: tbzmodwincontrol.wxs 9 2009-01-30 11:29:29Z tguettler $ $HeadURL:

[WiX-users] Remove existing products is removing almost all files during Major Upgrade

2009-01-30 Thread Pamela Alvarez
Hi All, This is the issue.. I'm developing a product that releases versions every month and each of these releases can be used as a major upgrade. For the Major Upgrade I've scheduled the RemoveExistingProducts action after InstallFinalize and it worked for a while.. but then one day without

Re: [WiX-users] Wix - integrating Microsoft SSIS package into setup

2009-01-30 Thread dschmitz
Hi there! Thanks for your answer! We will either use XML config files or environment variables. This decision is still open. What I want to do is to execute the SSIS package from a C# application to perform a Fuzzy lookup to compare addresses. There are around 1 million data rows to compare.

Re: [WiX-users] Remove existing products is removing almost all files during Major Upgrade

2009-01-30 Thread Moradi, Ari
It sounds like your component GUIDs changed between releases. Make sure all the GUIDs stay the same. And check the verbose log during the upgrade, it will tell you what it intends to do with each component, which can help you figure out why it's doing that. -Ari -Original Message-

[WiX-users] Why is this not registering the shortcuts as all-user ones? (fwd)

2009-01-30 Thread Curtis Jewell (Perl-programming e-mail)
I messed up on the pasting, so here it is, fixed. I'm compiling my installer on WiX 3.0.4805. Here is the error(s) I get... C:\Documents and Settings\Curtis\Local Settings\Temp\perldist\wix_fragments\Icons.wxs(5) : error LGHT0204 : ICE38: Component C_S_CPAN_Client installs to user profile. It

Re: [WiX-users] Why is this not registering the shortcuts as all-user ones?

2009-01-30 Thread Curtis Jewell (Perl-programming e-mail)
On Fri, 30 Jan 2009, Olivier Cochelin wrote about Re: [WiX-users] Why is...: MSI requires for each component a KeyPath to check if the component is here or not (when repairing an install for example). Typically a Keypath is a file, folder or registry key. If the component contains items that

Re: [WiX-users] Remove existing products is removing almost all files during Major Upgrade

2009-01-30 Thread Bob Arnson
Pamela Alvarez wrote: This is the issue.. I'm developing a product that releases versions every month and each of these releases can be used as a major upgrade. For the Major Upgrade I've scheduled the RemoveExistingProducts action after InstallFinalize and it worked for a while.. but then

Re: [WiX-users] Why is this not registering the shortcuts as all-user ones? (fwd)

2009-01-30 Thread Curtis Jewell (Perl-programming e-mail)
On Fri, 30 Jan 2009, Bob Arnson wrote about Re: [WiX-users] Why is this not...: Curtis Jewell (Perl-programming e-mail) wrote: Package/@InstallScope='perMachine' should turn on ALLUSERS=1 and therefore, avoid those particular 2 ICE's, correct? If not, why not? I'm puzzled. Sadly, no.

Re: [WiX-users] Adding permissions using RegistryPermissions

2009-01-30 Thread Rob Mensching
Not sure if sub keys are supported... be a good feature request if they are not -Original Message- From: Reddy, Mallikarjun (GWM-CAI) [mailto:mallikarjun_re...@ml.com] Sent: Friday, January 30, 2009 06:14 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users]

Re: [WiX-users] Why is this not registering the shortcuts as all-user ones? (fwd)

2009-01-30 Thread Rob Mensching
You could advertise the shortcut. That's most straight forward. Or you could ignore ICE69. I've considered doing so in the past... it is a very frustrating situation for cases that don't happen often. -Original Message- From: Curtis Jewell (Perl-programming e-mail)

[WiX-users] is customaction impersonate attribute default when attribute is not specified yes or no . . . the current chm details does not say which

2009-01-30 Thread Robert O'Brien
is customaction impersonate attribute default when attribute is not specified yes or no . . . the current chm details does not say which -- This SF.net email is sponsored by: SourcForge Community SourceForge wants to

Re: [WiX-users] is customaction impersonate attribute default when attribute is not specified yes or no . . . the current chm details does not say which

2009-01-30 Thread Rob Mensching
That's a good point. In most cases, the default is absent == no. Except in this case. smile/ The hint is here: Typically the value should be 'yes', except when the custom action needs elevated privileges to apply changes to the machine. Be great if you could open a documentation bug to

Re: [WiX-users] Remove existing products is removing almost all files, during Major Upgrade (Bob Arnson)

2009-01-30 Thread Pamela Alvarez
Thanks Ari, After your reply a reviewed with Orca the GUIDs of my components and find out that, since the version the issue started 80% of the GUIDs were changed I changed back to the original values and the Upgrade worked just fine. You're answer was exactly what I needed :) PameAlex