Re: [WiX-users] Launch Condition - Mesasge Attribute referring to Error ID number instead of actual error messsage.

2007-11-20 Thread Bob Arnson
Sankaranarayanan wrote: > The above condition works fine as expected but I want to consolidate the > error message in ErrorProgressText.wxs file rather than hardcoding it in my > main wxs file. Is there a way to reference the error Id number in Message > attribute of Condition XML node. > No

Re: [WiX-users] Visual Studio 2008 support

2007-11-20 Thread Bob Arnson
Anders Ljusberg wrote: > I know, VS 2008 RTM was only released yesterday, but we've already > started using it so... Do you have an estimation of when WiX will be > available for VS 2008? It's already done; just grab the last weekly release. -- sig://boB http://joyofsetup.com/ -

Re: [WiX-users] Feature containing merge module always seems to be advertised

2007-11-20 Thread Bob Arnson
Duncan Bayne wrote: > So it looks like it's not being advertised by default, after all. Now > I'm *really* confused, because I have *no* idea what that Windows > Installer dialog is doing at runtime. > If a feature has no components, it's always advertisable (unless advertisement has been com

Re: [WiX-users] What's the right way to set ALLUSERS=1 automatically?

2007-11-20 Thread Bob Arnson
Matthew X. Economou wrote: > Thanks for the feedback. So is ALLUSERS supposed to be set > automatically when the installer is privileged? No, unfortunately there's no fallback in MSI 4.0 (say if the user didn't get UAC permission). That's why the official recommendation is to use two packages

Re: [WiX-users] Creating a Setup in different language than English

2007-11-20 Thread Bob Arnson
Peter Huster wrote: I created a Setup with Wix v3 and used the default dialogs plus a selfmade one. Now We want to create this Setup in Czech but I found nothing about using a different language in Wix V3. I am using Wix with VS2005 addin and I tried to use cs-CZ in the cultures properties b

Re: [WiX-users] Calling embedded binaries with WIX Custom Actions

2007-11-20 Thread Jose Sanchez Saldana (Excell Data Corporation)
Ah... thank you! Those omissions of mine seem pretty major - I'm glad you took the time to correct them. Alas, I've tried several variations with no luck - perhaps I'm missing something elementary - but I think I'm a lot closer now, due to your e-mail. Thanks again! -Original Message- F

Re: [WiX-users] Calling embedded binaries with WIX Custom Actions

2007-11-20 Thread Julie Campbell
Jose, There are three things that you missed: In your element, you should specify the Execute attribute and use "check" (run custom action synchronously, wait for return code) for the Return attribute, like so: The action requires inner text, specifying whether or not to execute the c

[WiX-users] Продаю квартиру по уникальной цене

2007-11-20 Thread hasty kyle
Видовая 3-х комнатная квартира в элитном жилом комплексе "Кутузовский" по уникальной цене $8200/кв.м.! 12 этаж, 156,16 кв.м., стоимость $ 1 280 512 свободная планировкамногоуровневая система охраныместо для машины в подземном паркингефитнес-центрбассейнсалон красоты с солярием и масса

Re: [WiX-users] re gistering a dll in global assembly cache

2007-11-20 Thread Julie Campbell
You're working way too hard at this, there is an attribute on the element that takes care of this for you. Here is an example: Julie Campbell [EMAIL PROTECTED] -- Message: 7 Date: Mon, 19 Nov 2007 22:57:12 -0800 (PST) From: chandan Koushik <[EMAIL PROTECTED]> Subject: [WiX-users] re gister

Re: [WiX-users] The Wix Book (Peter Wone)

2007-11-20 Thread Julie Campbell
I am woefully behind on wix-users due to excessive workload that has finally lightened up some. I started cleaning up my wix wiki (with the GNU FDL license) due to some spam and a bit of time to actually work on it! I also split it into its own wiki from my other stuff. It's good to remind peopl

Re: [WiX-users] i want to know what this means

2007-11-20 Thread Jim Williams
It looks like they are checking a component's installation action, that is, what the installer intends to do with the component. In this case, "$C__installscript" is the component ID (from the component table) and ">2" means check to see if we are trying to install the component or run it from sou

Re: [WiX-users] Visual Studio 2008 support

2007-11-20 Thread Richard
In article <[EMAIL PROTECTED]>, "Anders Ljusberg" <[EMAIL PROTECTED]> writes: > I know, VS 2008 RTM was only released yesterday, but we've already started > using it so... Do you have an estimation of when WiX will be available for > VS 2008? Presumably you mean Votive (the VS.NET add-in) a

[WiX-users] Visual Studio 2008 support

2007-11-20 Thread Anders Ljusberg
Hi! I know, VS 2008 RTM was only released yesterday, but we've already started using it so... Do you have an estimation of when WiX will be available for VS 2008? Cheers, Anders Ljusberg -- http://ljusberg.se/blogs/smorakning

[WiX-users] Creating a Setup in different language than English

2007-11-20 Thread Peter Huster
Hello all, I created a Setup with Wix v3 and used the default dialogs plus a selfmade one. Now We want to create this Setup in Czech but I found nothing about using a different language in Wix V3. I am using Wix with VS2005 addin and I tried to use cs-CZ in the cultures properties but when I

Re: [WiX-users] i want to know what this means

2007-11-20 Thread Mailinglist
Hi, this code starts a custom action called "_CA_installscript" after starting up services. It is only executed, if "$C__installscript"-Variable/Funktion returns a value greater then 2. For better Help on this, you should provide more of the code. Regards, Oliver From: [EMAIL PROTECTED] [mail

[WiX-users] i want to know what this means

2007-11-20 Thread Abubakar
Hi, i'm lookin at some installer's source and I find the following line: It helps in launching a exe file at the start of installation. I dont understand what does C__installscript>2 means. What is "2" and why the greate-than sign used. And why are we doing this? Regards, ..ab -

Re: [WiX-users] WiX 3: How to display error message box?

2007-11-20 Thread Rob Hamflett
Here's a sample out of my UI that might help. It makes sure you have checked at least one of two checkbozes on the page. If at least one is checked it advances to the next dialog; otherwise it opens a model dialog with an explanation of what you have to do. Rob

[WiX-users] Merge Modules

2007-11-20 Thread SaiTeja
Hi, Please see the below code. When I add this code the following dll's are created not under system32. Its created out side the folder system32. the dll's are "msvcr71.dll", "msvcp71.dll", "mfc71u.dll" , "mfc7.dll" Can any one tell me how to modify the below code, so that I can get above dll