[WiX-users] MSITran and MSIExec

2006-09-05 Thread Petrut Andrei
Hi. Please help me with this: I compile Setup.msi in 2 languages: light.exe -out SetupEn.msi ( doesn't care ) -loc wixui_en-us.wxl AND light.exe -out SetupRo.msi ( doesn't care ) -loc wixui_ro-ro.wxl - this is for romanian language Then I use: msitran.exe -g SetupEn.msi Setu

Re: [WiX-users] MSITran and MSIExec

2006-09-05 Thread Stefan Pavlik
Hi Andrei,... you wrote that you have created two MSI files: SetupEN.msi and SetupRO.msi. Then you've created the Romanian transformantion. So you should run the Romanian setup with: msiexec.exe /i SetupEN.msi TRANSFORMS="Trans.mst" and not msiexec.exe /i Setup.msi TRANSFORMS="Trans.mst" You sho

Re: [WiX-users] Combobox with SQL scripts

2006-09-05 Thread Dana Gutride
Petrut:You should probably put the three sql scripts in three different components and then add a condition to each component based on the property set by the combobox.Dana On 9/3/06, Petrut Andrei <[EMAIL PROTECTED]> wrote:   Hi. I have a combobox where the user has to choose alanguage. After he c

[WiX-users] Reading an XML file

2006-09-05 Thread cosmo51
I need to be able to read an XML file to set administrator properties during an install.  I have a few questions. 1. Is there any way to do this with WIX? 2. If I do it with a custom action... I would need to write it in dotNet.  How would I access the dll in WIX?  I have been able to access a c

[WiX-users] Elevating custom action on Vista

2006-09-05 Thread Dana Gutride
Is it possible to elevate a custom action that is called during the UI sequence in Vista?  During my install, I'm doing prerequisite checks during the UI sequence, a couple of them require administrative privileges to complete.  I'm seeing some mixed information online about this.  This link ( http

[WiX-users] how to not show feature size

2006-09-05 Thread Don Tasanasanta
Is there a way to not show the size of a particular feature in the SelectionTree but still have the other features show their size?   __   Don Tasanasanta VIACK Corporation 425-605-7423   --

[WiX-users] TLBRegister

2006-09-05 Thread Standa Kunc
Hello, I am working on msi based installer of some application and these lines are in log of old (non msi) setup: ... ACTION: SystemFile: "C:\WINDOWS\SYSTEM32\STDOLE2.TLB" (File currently on disk was already up to date) ... ACTION: TLBRegister: "C:\WINDOWS\SYSTEM32\STDOLE2.TLB" Could someone exp

Re: [WiX-users] TLBRegister

2006-09-05 Thread Rob Mensching
You just need a TypeLib element. I think the new heat.exe can even pull the TypeLib stuff from a .tlb directly... maybe. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Standa Kunc Sent: Tuesday, September 05, 2006 13:51 To: WiX-users Subject: [WiX-users

Re: [WiX-users] TLBRegister

2006-09-05 Thread Derek Cicerone
It can :) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Rob Mensching Sent: Tuesday, September 05, 2006 4:03 PM To: 'Standa Kunc'; WiX-users Subject: Re: [WiX-users] TLBRegister You just need a TypeLib element. I think the new heat.exe can even pull th

Re: [WiX-users] TLBRegister

2006-09-05 Thread Wilson, Phil
Stdole2.tlb has been part of the OS for a while (since at least Windows 2000), and it's in the list of protected files since then so you wouldn't be able to replace it anyway. I'd be surprised if you really need to install it. Phil Wilson -Original Message- From: [EMAIL PROTECTED] [mai

[WiX-users] Bit of a twist

2006-09-05 Thread Lerudjordet, Morten Minge
Title: Bit of a twist Hi, been fooling around with the IIS extension a couple of days. I found out that I needed to be able to give the user a choose of Website to install to, just so no typing error can occur. As I did not find any extensions that can be used to read the state of the IIS