Re: [WiX-users] Patch install failing on Server 2003 - Error 2920

2011-04-18 Thread David Rickard (USA)
Ran ICE on the MSI+Patch via Orca: ICE03 ERROR Table: PatchPackage Column: PatchId Missing specifications in _Validation Table (or Old Database) ICE03 ERROR Table: PatchPackage Column: Media_ Missing specifications in _Validation Table (or Old Database) ICE03 ERROR Table: MsiPatchHea

[WiX-users] CodeBase value coming empty on ActiveX MSI installation

2011-04-18 Thread Shashikant Saini
Hi I am using Wix 3.5 for my Active X set up project which creates an MSI. I am injecting the ActiveX registry entries into the Product.wxs via heat.exe. Here is the example So Ideally

Re: [WiX-users] Patch install failing on Server 2003 - Error 2920

2011-04-18 Thread David Rickard (USA)
Okay well it's failing with the same error even when I generate a correct Sequence number for the intermediary patch. -Original Message- From: David Rickard (USA) [mailto:davri...@microsoft.com] Sent: Monday, April 18, 2011 2:21 PM To: General discussion for Windows Installer XML toolset

[WiX-users] IIS: WebAddress element's IP attribute not set when "All Unassigned"

2011-04-18 Thread Nick Ramirez
Hello everyone, I wonder if anyone can help with this. I'm using the WebAddress element to set the address for my website: IP="*" Port="443" Header="[ASMX_WEBSITE_DNS_NAME]" Secure="yes" /> The only problem is that in IIS7, the

Re: [WiX-users] Patch install failing on Server 2003 - Error 2920

2011-04-18 Thread David Rickard (USA)
To make it clear, this is in reference to a file that's present in the original MSI (Sequence 13), patched maybe improperly with Sequence 2 and now a second patch is trying to update it and failing. -Original Message- From: David Rickard (USA) [mailto:davri...@microsoft.com] Sent: Monda

[WiX-users] Patch install failing on Server 2003 - Error 2920

2011-04-18 Thread David Rickard (USA)
I'm getting this error when trying to apply a patch on a Windows Server 2003 box: MSI (s) (D8:EC) [15:46:34:054]: Transforming table Error. MSI (s) (D8:EC) [15:46:34:054]: Transforming table Error. MSI (s) (D8:EC) [15:46:34:054]: Note: 1: 2262 2: Error 3: -2147287038 MSI (s) (D8:EC) [15:46:34:054

Re: [WiX-users] Custom Font Color for Dialog Subtitle

2011-04-18 Thread Francisco Gabriel Malbrán
Thanks Bob. What I've done finally is to customize the dialogs with subtitles and add the style before the localization variable, so it would override the style coming from the localization file. Example: . . . This is ugly, but worked. The other solution

[WiX-users] Scrollable Control

2011-04-18 Thread lokanath devineni
Hello All,   Does anybody know the scrollable control that supports wix properties embedding?   I know only scrollabletext control for scrolling text, but that doesn't support property embedding   Thanks in advance,   Loknath

Re: [WiX-users] Multi-Instance Major Upgrades

2011-04-18 Thread Christopher Painter
AFAIK, That's pretty much how InstallShield has worked for several years now.   I was doing multiple instance installs back in 2006/2007 without any issues using IS12.   IS2009 came out with a better bootstrapper to handle the servicing better but the actual MSI generation was in 12.   One thing

Re: [WiX-users] Multi-Instance Major Upgrades

2011-04-18 Thread Tyler Walters
YES! The custom actions for setting an upgrade code for each instance could be resolved by having an UpgradeCode attribute in the InstanceTransform element. :D However, unless there is something I am missing with multi-instance major upgrades, I would still need the custom action that updates the

Re: [WiX-users] Can't get browser to launch

2011-04-18 Thread CoolBreeze
Thanks Pally! On Mon, Apr 18, 2011 at 5:23 AM, Pally Sandher wrote: > The WiXUI ExitDialog already has support for this without needing all that > unnecessary code. See > http://wix.sourceforge.net/manual-wix3/run_program_after_install.htm > > Simply change the Value attribute in the WixShellExec

Re: [WiX-users] Files In Use Problem

2011-04-18 Thread Umeshj
When is REP scheduled? Is the agent installed in GAC? Depending upon answers to these you maybe running into a bug in Wiindows Installer. See if http://support.microsoft.com/kb/905238 is applicable in your case. Umesh -- View this message in context: http://windows-installer-xml-wix-toolset.

Re: [WiX-users] condition for feature being reinstalled or patch

2011-04-18 Thread Pally Sandher
http://lmgtfy.com/?q=REINSTALL+property -Original Message- From: Leo [mailto:dangle...@hotmail.com] Sent: 16 April 2011 07:13 To: General discussion for Windows Installer XML toolset. Subject: [WiX-users] condition for feature being reinstalled or patch Hi, what is the condition that cou

Re: [WiX-users] Can't get browser to launch

2011-04-18 Thread Pally Sandher
The WiXUI ExitDialog already has support for this without needing all that unnecessary code. See http://wix.sourceforge.net/manual-wix3/run_program_after_install.htm Simply change the Value attribute in the WixShellExecTarget property in the example to your URL. Palbinder Sandher  Software Dep

Re: [WiX-users] WiX-users Digest, Vol 59, Issue 45

2011-04-18 Thread Peter Shirtcliffe
Add in place of the first property. That references the property without defining it. -Original Message- From: lokanath devineni [mailto:ldevin...@yahoo.com] Sent: 15 April 2011 18:03 To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] WiX-users Digest, Vol 59, Issue 45 Hi Pete