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

2010-10-21 Thread ryan robin
Hi Wixers, I'm quiet new to Wix. I have a OracleXE 10g. Is there any way to run Oracle script to create/update some tables with existing Oracle user (as it should not create new user)? It seems that Wix doesn't support Oracle at the moment, right? Thanks, Ryan

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

2010-10-21 Thread David Aldridge
I'm on a Windows 7 x64 installation with VS2008Pro+SP1 and NAnt 0.90. I've obtained source via: hg clone https://hg01.codeplex.com/wix -branch wix30 . When running 'make ship' I'm getting some warnings-as-errors which appear to stem from mismatche

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

2010-10-21 Thread Christopher Painter
To me, that pretty much defeats the purpose of wrapping the UI up into a nice extension.  I wish  WiX had another mechanism to inherit / extend / transform / override  the Mondo experience other then ditching the reference and using the source.   Christopher Painter, Author of Deployment Enginee

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

2010-10-21 Thread Nick Ramirez
bundybob wrote: > > I'm trying to deal with an issue where text on the form is running into a > graphic which I'm hoping is anchored to the right side. I was trying to > find where the dimensions of the form are defined. > The width and height is defined on the Dialog element of the form. The

[WiX-users] Define default target drive/folder without "invalid short name" error

2010-10-21 Thread Benjamin Podszun
Hi. (Apologies if this is a double post. It seems I first sent this from an unregistered mail account and it never turned up in the archives, so I'm retrying from the right account again) I have the following scenario: I know that the customer is going to place some stuff of my app on a NAS attac

Re: [WiX-users] Include question.

2010-10-21 Thread Mark Modrall
Thanks Blair... Interestingly, Wix isn't complaining about as a child of include... As a test, I tweaked the little mini version of Tallow my predecessor left to take the wrapper off the top level files, so it was http://schemas.microsoft.com/wix/2003/01/wi";> ...

[WiX-users] ICE69 Warnings

2010-10-21 Thread Blog
Hi, I'm using Heat from 3.5 to harvest a directory structure. The installer appears to work perfectly, but generates about 1000 ICE69 warnings. Does anyone know how to easily address or ignore these? I'm trying to avoid having to ignore it globally. Thanks! ---

[WiX-users] Is VersionNT64 property supported in the MSVS bootstratpper and how to detect 32-bit vs 64-bit OS's?

2010-10-21 Thread Wang, Miaohsi
Hi Everybody, I have been trying to detect whether the platform is 32-bit or 64-bit using property VersionNT64 in my MSVS 2008 bootstrapper, but cannot get it to work correctly. The detection statement is as follows: This statement is used in the product.xml of a package targeted for 32-bit

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

2010-10-21 Thread Blair
I don't know if there is any official reference covering what properties the VS bootstrapper already "knows", but the MSFT-supplied packages I have on my system seem to all use the ProcessorArchitecture property to determine platform. In the examples I've looked at it seems to have one of the follo

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

2010-10-21 Thread bob . wix
The bitmap appears to be set with WixUIBannerBmp This image is across a range of forms. Looking at the bitmap there is a reasonable white area on the left side with the blue logo part on the right side equating to a starting point at around 55% (from left). A range of forms have text run into it

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

2010-10-21 Thread Wang, Miaohsi
Hi Everybody, I have been trying to detect whether the platform is 32-bit or 64-bit using property VersionNT64 in my MSVS 2008 bootstrapper, but cannot get it to work correctly. The detection statement is as follows: This statement is used in the product.xml of a package targeted for 32-bit

Re: [WiX-users] About .NET 4.0 framework installation

2010-10-21 Thread Bryan Reich
VSTOR is a separate component from the .Net FW. VSTOR 4.0 is dependant on CLR 4.0, but they are not the same package. You would have to have a separate prereq for those components. From: rahul.ekb...@sungard.com [rahul.ekb...@sungard.com] Sent: Thursday,

Re: [WiX-users] Fw: WIX installer for Sharepoint Components deployment

2010-10-21 Thread Anu Dev
Hi Thank you for the response. Can you suggest any best method for Sharepoint Components deployment. Regards Anweshi From: Blair To: General discussion for Windows Installer XML toolset. Sent: Thu, October 21, 2010 12:11:11 PM Subject: Re: [WiX-users] Fw

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

2010-10-21 Thread Blair
WixUI_Mondo is a specific "grouping" of dialogs with a defined flow between them. In which dialog in that group is the text overflowing into the graphic? -Original Message- From: bob@xemaps.com [mailto:bob@xemaps.com] Sent: Thursday, October 21, 2010 1:31 PM To: wix-users@lists.so

Re: [WiX-users] Multiple source files with MSBuild

2010-10-21 Thread Blair
Looking at my copy of wix.targets from that build, the Candle task has the following values (among others): SourceFiles="@(Compile)" OutputFile="$(IntermediateOutputPath)%(Compile.Filename)$(IntermediateExt)" Written that way, the concept is called "task batching" and you get separate invo

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

2010-10-21 Thread bob . wix
Hi I've taken over WiX as the installer technology after the previous developer left. I had no prior experience with WiX and picking up things as I go. Previously I used a pre-MSI Wise installer so things are very different. I'm trying to deal with an issue where text on the form is running

Re: [WiX-users] About .NET 4.0 framework installation

2010-10-21 Thread Rahul.Ekbote
Yes .NET 4.0 client profile is part of .NET framework 4.0, however not sure about VSTOR 4.0. -Original Message- From: rahul.ekb...@sungard.com [mailto:rahul.ekb...@sungard.com] Sent: Thursday, October 21, 2010 3:06 PM To: wix-users@lists.sourceforge.net Subject: [WiX-users] About .NET 4.

[WiX-users] Multiple source files with MSBuild

2010-10-21 Thread Lars Von Wedel
Hello, I tried to run Wix (v3.0.5419) from an MSuild file to build an installer for my project. However, an error "CNDL0001: Cannot specify more than one source file ..." occurs. In the mailing list archives I found a rather old thread about the topic [1], but none of the proposed solutions sol

Re: [WiX-users] WiX book available

2010-10-21 Thread Wilbert van Dolleweerd
2010/10/20 Wilbert van Dolleweerd : > Just bought the book. However, it is only available in a PDF version. > I have sent a mail to the publisher asking them to clarify. > > I'll keep the list posted of any updates - might be handy for anyone > else who wants an ePub version. I got the following

Re: [WiX-users] [Multiple- languanges support] Combox and TRANSFORMSissues

2010-10-21 Thread lxy.su...@gmail.com
Hi David Thanks very much for your help. I agree with you that is the reason and it seems only the bootstrap can resolve it. I will try your script later. Regards! 2010/10/21 David Amey > Hi, > > I struggled with this concept a month back when I first started. > > You would want to use a boo

Re: [WiX-users] [Multiple- languanges support] Combox and TRANSFORMSissues

2010-10-21 Thread David Amey
Hi, I struggled with this concept a month back when I first started. You would want to use a bootstrapping tool (I use autoit) in order to apply the transform to the installer, instead of having a dialog within wix. As the transform happens at the launch of the msi. Below is some example code t

Re: [WiX-users] Merge Module

2010-10-21 Thread sagar shinde
Hi, Thanks for your suggetion it worked. Sagar S. On Thu, Oct 21, 2010 at 12:48 PM, sagar shinde wrote: > Hi, > > Thanks, > But now the problem is in main pakage.How i give a path so that it can pick > up wright .msm file for same language > Because in merge module file it creates three folders

[WiX-users] About .NET 4.0 framework installation

2010-10-21 Thread Rahul.Ekbote
Hi, Currently we are migrating from .NET 3.5 sp1 to .NET 4.0. In our current installer, pre requisites are .NET 3.5sp1, .NET 3.0 client profile and VSTOR 3.0 Now after adding .NET 4.0 can I require to upgrade .NET 4.0 client profile and VSTOR 4.0? or .NET framework 4.0 contains these elements

[WiX-users] [Multiple- languanges support] Combox and TRANSFORMS issues

2010-10-21 Thread lxy.su...@gmail.com
Hi, I am a new commer of Wix and now I am trying to use a ComBox to support multiple languages when displaying the installer wizard. The value user choose can be passed to the property I set, but the issues is that how can I change the public property -TRANSFORMS to the .mst file I just choose? Is

Re: [WiX-users] if condition

2010-10-21 Thread Blair
One of the following may be an option. If you place your MSMs in directories named after their LCID: Otherwise, make sure you have a "Culture" string in your WXL files, set to the same value as the "Culture" attribute of the WixLocalization element, and do this: Adjust the file path(s) as ne

Re: [WiX-users] Merge Module

2010-10-21 Thread sagar shinde
Hi, Thanks, But now the problem is in main pakage.How i give a path so that it can pick up wright .msm file for same language Because in merge module file it creates three folders for three languages. while merging it how package will get correct .msm file for matching language. On Thu, Oct 21, 2

Re: [WiX-users] if condition

2010-10-21 Thread sagar shinde
hi, thanks for reply.Is there any other way that i can select path for file depending on localized languages On Thu, Oct 21, 2010 at 12:14 PM, Blair wrote: > Preprocessor commands/expressions are evaluated while the source xml is > parsed, using compile-time variables. Link/bind-time variables a