[WiX-users] Override ARPNOMODIFY in an Upgrade

2008-02-05 Thread Adrian Alonso
Hi, I'm upgrading a product that has the ARPNOMODIFY property defined (because it had just one feature). In the new version we added a few more features so we want to remove the ARPMODIFY to be able to uninstall the product from the ARP. We tried to set the ARPNOMODIFY property to 0 but it seems i

[WiX-users] Rollback Managed Custom Action Issue

2008-01-29 Thread Adrian Alonso
I have a Managed Installer Class which I'm using jointly with installutil to execute Install/Uninstall/Rollback/Commit Custom Actions. The only Custom Action which is not working is the Rollback. $MyComponent>2 $MyComponent>2 $MyComp

[WiX-users] Upgrade is already installed?

2008-01-24 Thread Adrian Alonso
Hi, I need to detect if my minor upgrade is already installed? The "Installed" tells me if the current product code is already installed but what I need here is to determine the first time the upgrade is being installed and the second time this property should tell me that the updrage is already in

[WiX-users] Unchecked features in un upgraded MSI

2008-01-24 Thread Adrian Alonso
Hi, I'm creating an upgrade for an existent product and I need to add a few new *optional* features that didn't exist in the original one. I want the new features appear checked in the feature tree by default. The only way we found to achieve this is by defining the Allow="Disallow" attribute in th

[WiX-users] Forcing the usage of the Bootstrapper instead of MSI

2008-01-24 Thread Adrian Alonso
Hi, I generated a bootstrapper using the msistuff.exe SDK tool and now we want to force the user to launch the installler only from the bootstrapper (not by executing the MSI). Is there any chance to achieve this? Thanks! -Adrian

Re: [WiX-users] Visual Studio running detection

2008-01-23 Thread Adrian Alonso
Thanks Bob, but I'm using WIX V2. Do you know if there is a similar CA in V2 too? Adrian On Jan 23, 2008 4:25 AM, Bob Arnson <[EMAIL PROTECTED]> wrote: > Adrian Alonso wrote: > > Hi! I need to detect if Visual Studio is running to avoid some Custom > > Actions fail.

[WiX-users] Visual Studio running detection

2008-01-22 Thread Adrian Alonso
Hi! I need to detect if Visual Studio is running to avoid some Custom Actions fail. Do you know if MSI/WIX allows me to detect if a proc is running or, better yet, if it provides some support for detecting if Visual Studio is running specifically? Thanks, -Adrian --

Re: [WiX-users] VS Orcas SKU Detection

2008-01-15 Thread Adrian Alonso
ECTED]> wrote: > directly from the source src/ext/VSExtension/wixlib/VSExtension.wxs: > > > > > > Root="HKLM" > Key="SOFTWARE\Microsoft\VisualStudio\9.0\Projects\{3AC096D0-A1C2-E12C-1390-A8335801FDAB}" > Name="Package&q

Re: [WiX-users] VS Orcas SKU Detection

2008-01-15 Thread Adrian Alonso
s, > > Justin > > > > *From:* [EMAIL PROTECTED] [mailto: > [EMAIL PROTECTED] *On Behalf Of *Adrian Alonso > *Sent:* Tuesday, January 15, 2008 12:18 PM > *To:* wix-users@lists.sourceforge.net > *Subject:* [WiX-users] VS Orcas SKU Detection > > > > Hi, I

[WiX-users] VS Orcas SKU Detection

2008-01-15 Thread Adrian Alonso
Hi, I need to detect if the Visual Studio codename "Orcas" VSTS SKU is installed. I found that I could use this registry key: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\DevDiv\VS\Servicing\9.0\VSTS Is this the best practice for detecting the VSTS Orcas SKU? Will it work for any VSTS specific SKU (Dat

[WiX-users] Windows XP is Installed - Launch condition

2007-11-26 Thread Adrian Alonso
Hi! I need to add a launch condition to my product installer to determine if the OS is Windows XP. My product can be only installed on WinXP. Do you know which registry entry should I take or if I should use another kind of launch condition? What I'm looking for is an "Official answer from MS" or "

Re: [WiX-users] Tallow generates invalid names

2007-04-03 Thread Adrian Alonso
#x27;ve got it set to 0 on our build server that was giving us grief > before. > > Dan > > -- > *From:* Adrian Alonso [mailto:[EMAIL PROTECTED] > *Sent:* 02 April 2007 15:00 > *To:* wix-users@lists.sourceforge.net > *Subject:* [WiX-users] Tallow ge

Re: [WiX-users] Tallow generates invalid names

2007-04-02 Thread Adrian Alonso
rolSet\Control\FileSystem\ NtfsDisable8dot3NameCreation We've got it set to 0 on our build server that was giving us grief before. Dan -- *From:* Adrian Alonso [mailto:[EMAIL PROTECTED] *Sent:* 02 April 2007 15:00 *To:* wix-users@lists.sourceforge.net *Subject:*

[WiX-users] Tallow generates invalid names

2007-04-02 Thread Adrian Alonso
Hi, I am experimenting a very weird tallow behavior. Basically I'm executing the tallow.exe from a command line and it's generating invalid names (with more than 8+3 characters) instead of name/longnames. I'm also using tallow in a build process so it produces candle crashes due to invalid names.

[WiX-users] Background color (and other settings) for a Dialog

2006-11-23 Thread Adrian Alonso
Hi, How can I set the background color (and other settings) for a Dialog? Currently I can change the color for the text appearing in dialogs through the element but I can't find anything similar for Dialogs (basically I need to set the color black as the background color to all dialogs). I did