[WiX-users] planning for automated updates

2011-01-06 Thread Leblanc Meneses
I have multiple window services [1] that need to be deployed at each customer location[2] to support a SaaS application. [1] dependent on .NET 4.0 client profile and MSMQ [2] customer location run XP Professional Eventually, at each location I need to . update the existing dep

[WiX-users] The earlier version can't be detected by major upgrade

2011-01-06 Thread cov753
I use the different Product Id,Package Id and the same Upgrade Id. In the past few days, it works perfectly. However, when I add a CRT .msm file in my installation package, it could not detect the earlier version that I have installed. If I remove the msm, the earlier version will be detected.

Re: [WiX-users] Custom action dll that depends on another dll

2011-01-06 Thread Alex Ivanoff
A.DLL is a C++ dll in binary table. On Jan 6, 2011, at 18:09, Christopher Painter wrote: > I would need more information to be able to answer that. Do you install the > DLL's then call them or do you call A.dll out of the Binary table? Is A.DLL > C++ or C#/DTF? > > Christopher Painter, Aut

Re: [WiX-users] Custom UI sequence

2011-01-06 Thread Brad Schick
Well I have WixUIExtension added under Reference in the project. But I believe that I need that for the dialogs that I have not copied into the project. Other than that, there is no reference to WixUI_Minimal that I can find in my code. -Brad On Jan 6, 2011, at 2:40 PM, Neil Sleightholm wrote:

Re: [WiX-users] Custom action dll that depends on another dll

2011-01-06 Thread Christopher Painter
I would need more information to be able to answer that. Do you install the DLL's then call them or do you call A.dll out of the Binary table? Is A.DLL C++ or C#/DTF? Christopher Painter, Author of Deployment Engineering Blog Have a hot tip, know a secret or read a really good thread that des

[WiX-users] Custom action dll that depends on another dll

2011-01-06 Thread Alex Ivanoff
Let's say I have a custom action dll A.DLL that depends on B.DLL. Is there a way to make it work? -- Learn how Oracle Real Application Clusters (RAC) One Node allows customers to consolidate database storage, standardize t

Re: [WiX-users] Custom UI sequence

2011-01-06 Thread Neil Sleightholm
It would appear to me that you are still including WixUI_Minimal somehow. Neil -Original Message- From: Brad Schick [mailto:schi...@gmail.com] Sent: 06 January 2011 20:14 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Custom UI sequence Yes, that was

Re: [WiX-users] component state during rollback

2011-01-06 Thread Christopher Painter
Deferred custom actions ( including commit and rollback ) can't access component state API's. They can only access what was serialized to them through the CustomActionData property. I think your question might indicate a misconception on how it all works. During the script generation phase t

Re: [WiX-users] Custom UI sequence

2011-01-06 Thread Brad Schick
Yes, that was changed from the start. I searched for "WIXUI_Minimal" in the copied file and replaced the one instance I found in with "SkyUI_Minimal". -Brad On Jan 6, 2011, at 11:01 AM, Neil Sleightholm wrote: > In your copy of copy WixUI_Minimal.wxs (SkyUI_Minimal.wxs) you need to > set . Can

Re: [WiX-users] Custom UI sequence

2011-01-06 Thread Neil Sleightholm
In your copy of copy WixUI_Minimal.wxs (SkyUI_Minimal.wxs) you need to set . Can you confirm that is set? Neil -Original Message- From: Brad Schick [mailto:schi...@gmail.com] Sent: 06 January 2011 18:45 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Cu

Re: [WiX-users] Custom UI sequence

2011-01-06 Thread Brad Schick
The only reference I have in my source wxs is below, which was changed to the new name as shown: -Brad On Jan 6, 2011, at 3:28 AM, Neil Sleightholm wrote: > After copying did you change the UI/@id attribute and then reference this in > your source? > > Neil > > Neil Sleightholm > X

[WiX-users] component state during rollback

2011-01-06 Thread Sean Farrow
Hi: When executing a rollback custom action, what will be the state of components that were selected through features to be installed? Regards Sean. -- Learn how Oracle Real Application Clusters (RAC) One Node allows custo

[WiX-users] Problem with the upgrademodus

2011-01-06 Thread Mathis Thomas
Sorry, I forgot the mail subject. Please see the mail below, thanks. Thomas Mathis BICA AG Retail Solution Company Switzerland -Ursprüngliche Nachricht- Von: Mathis Thomas [mailto:t...@bica.ch] Gesendet: Donnerstag, 6. Januar 2011 11:14 An: wix-users@lists.sourceforge.net Betreff: [Wi

Re: [WiX-users] Custom UI sequence

2011-01-06 Thread Neil Sleightholm
After copying did you change the UI/@id attribute and then reference this in your source? Neil Neil Sleightholm X2 Systems Limited n...@x2systems.com From: Brad Schick [mailto:schi...@gmail.com] Sent: Thu 06/01/2011 00:34 To: wi

[WiX-users] (no subject)

2011-01-06 Thread Mathis Thomas
Hallo WiX-users, I have following scenario: => fixed GUID Upgradecode => new GUID of Productcode for each new build version => install and upgarade logic in msi package => the installation of the msi package is started on commandline, somthing like msiexec.exe /i package.msi => the installation i