Re: [WiX-users] License Agreement

2010-10-22 Thread David Amey
Hi Blair, My apologies for not replying. Thankyou for this, I believe having external files for the license makes things a lot simpler, and its easier to implement too! Thanks again, Dave -Original Message- From: Blair [mailto:os...@live.com] Sent: 15 October 2010 18:34 To: 'General

Re: [WiX-users] [Wix-user] Run Oracle script

2010-10-22 Thread Bernd Truckses
Hi, I had the same problem. I helped me out with a managed Custom Action. The Custom Action is written in C#, uses the Oracle.DataAccess.Client namespace, transactions, commands etc ... Advantages: - full control over the DB-process (transaction handling, exception/error handling, script

Re: [WiX-users] [Wix-user] Run Oracle script

2010-10-22 Thread ryan robin
Hi Bernd, Thanks for your help. The latter solution seems to meet my need. I'm, howerver, still looking forward to *official* ideas/solutions :) Hope that Wix will support Oracle as well as it does to MSSQL Server to make our lives easier. Regards, Ryan On Fri, Oct 22, 2010 at 3:12 PM, Bernd

Re: [WiX-users] Wix 3.0 build failure on x64 system?

2010-10-22 Thread Pally Sandher
Try wix-d...@lists.sourceforge.net rather than the user list. Palbinder Sandher Software Deployment IT Administrator T: +44 (0) 141 945 8500 F: +44 (0) 141 945 8501 http://www.iesve.com **Design, Simulate + Innovate with the Virtual Environment** Integrated Environmental Solutions Limited.

Re: [WiX-users] [Wix-user] Run Oracle script

2010-10-22 Thread Christopher Painter
InstallShield has MSSQL, Oracle and MySQL support.  That's as official as you are going to get.  Anything else for Oracle is going to be roll your own or punt and don't have installer do it.   Christopher Painter, Author of Deployment Engineering Blog Have a hot tip, know a secret or read a

Re: [WiX-users] Project dependencies not working

2010-10-22 Thread cmcardle75
Yes, it builds everything else just fine. It just ignores the wixproj's dependencies and builds it too early in the sequence. This was not the case with VS2008, when the dependencies worked fine. The dependencies do build later, but too late. Currently, I'm working around the issue by using a

Re: [WiX-users] Is VersionNT64 property supported in the MSVS bootstratpper?

2010-10-22 Thread Wang, Miaohsi
Hi Blair, Your suggestion solved my problem. Thanks a lot! Regards, Miaohsi -Original Message- From: Blair [mailto:os...@live.com] Sent: Thursday, October 21, 2010 1:17 PM To: 'General discussion for Windows Installer XML toolset.' Subject: Re: [WiX-users] Is VersionNT64 property

[WiX-users] UI missing after VerifyReadyDlg

2010-10-22 Thread McKinnon, Chris
Hi, I recently split up my installer into fragments to make it more manageable. Somewhere in doing that I've broken part of my UI. What happens now, is I get right to the Install button in the VerifyReadyDlg and after that there's no UI. The install still occurs, just with no UI. I've been

Re: [WiX-users] How to change/define the size of the main UI form

2010-10-22 Thread Blair
I have put some thought into it, but don't have anything concrete yet. I have always felt that those using the MSI UI have always had limited/poor options when it comes to authoring, and the syntax doesn't provide a lot of help. I'm sure anything comprehensive will of necessity become a v4

Re: [WiX-users] UI missing after VerifyReadyDlg

2010-10-22 Thread Blair
Use Orca (or other similar editor) and see what exists in your MSI related to the ProgressDlg dialog. Some reference is likely missing causing one or more fragments to have not been included. -Original Message- From: McKinnon, Chris [mailto:cmckin...@atb.com] Sent: Friday, October 22,

Re: [WiX-users] UI missing after VerifyReadyDlg

2010-10-22 Thread McKinnon, Chris
Hi Blair, I did a side by side of my v1.1 and v1.2 installer with Orca. I noticed a few times that dialogs were missing because I had removed any DialogRef statements that I didn't think I needed. I've added the DialogRefs back in and my Control, ControlCondition, ControlEvent, Dialog, and

Re: [WiX-users] UI missing after VerifyReadyDlg

2010-10-22 Thread McKinnon, Chris
If it helps here is my UI fragment. I'm guessing that I've done really minor that I just can't find: ?xml version=1.0 encoding=utf-8? Wix xmlns=http://schemas.microsoft.com/wix/2006/wi; xmlns:WixUI=http://schemas.microsoft.com/wix/UiExtension; Fragment UIRef Id=WixUI_Common / UI