Re: [WiX-users] torch transforms

2013-09-16 Thread Enrique Domínguez
users] torch transforms > > Thanks a lot for your assistance. > Best regards, > Enrique Domínguez > > -- > How ServiceNow helps IT people transform IT departments: > 1. Consolidate legacy IT syst

Re: [WiX-users] torch transforms

2013-09-12 Thread Enrique Domínguez
Thanks a lot for your assistance. Best regards, Enrique Domínguez -- How ServiceNow helps IT people transform IT departments: 1. Consolidate legacy IT systems to a single system of record for IT 2. Standardize and

Re: [WiX-users] torch transforms

2013-09-12 Thread Enrique Domínguez
Hi, I come back my project, and trying to apply changes proposed and can't solve it because more exclamation variables, not resolved, being found; now error was, torch.exe(0,0): error TRCH0001: Could not find file '!(bindpath.x86)PrintEula.dll' wixout xml line: WixUIWixc

Re: [WiX-users] torch transforms

2013-09-11 Thread Enrique Domínguez
Hi Blair, 1) My team leader found source of trouble, error appear when you add a binary resource via wix variable like this, Currently we aren't using that directly, but it's default included with WixUI_Common reference (we built UIs over that) Wixout xml part got lines like: !(wix.WixUIUpIco=E

Re: [WiX-users] torch transforms

2013-08-23 Thread Enrique Domínguez
2:04 -0700 > From: timmay...@smarttech.com > To: wix-users@lists.sourceforge.net > Subject: Re: [WiX-users] torch transforms > > Hello Enrique Domínguez, > > We are basically in the same boat.. We have quite a few WiX projects > that contain between 12 and 18 language cultur

Re: [WiX-users] torch transforms

2013-08-21 Thread Enrique Domínguez
gt; > Thansk for your reply, but I don't like to build MSIs but MSTs. I only > needing en-US MSI (neutral) and MSTs from other cultures. It's for building a > Multilanguage MSI (all in one) Can't get I those MSTs with torch then? > > > Enrique Domíngue

Re: [WiX-users] torch transforms

2013-08-20 Thread Enrique Domínguez
Thansk for your reply, but I don't like to build MSIs but MSTs. I only needing en-US MSI (neutral) and MSTs from other cultures. It's for building a Multilanguage MSI (all in one) Can't get I those MSTs with torch then? Enrique Domínguez Pinos -Mensaje original-

[WiX-users] torch transforms

2013-08-19 Thread Enrique Domínguez
Hi all, I'm building a multilanguage msi; for doing that I'm generating all msi cultures I need and then getting msts using torch. My msi it's big and making all cultures it's slow so I thinking build first base msi ('neutral' lang as en-US) and doing all others as wixout like this (showing span

Re: [WiX-users] Updating msi database (install time) [P]

2013-07-25 Thread Enrique Domínguez
Hi, Thansks Blair, all worked as you told. Cloning current record, deleting and using InsertTemporary method of view object with new record do the trick. Yes, Phil, thats right, I tested a lot of ways and sent the last one. Database object could do updates without using records at all (as poin

Re: [WiX-users] Updating msi database (install time) [P]

2013-07-23 Thread Enrique Domínguez
discussion for Windows Installer XML toolset. Asunto: Re: [WiX-users] Updating msi database (install time) [P] Classification: Public Enrique, Why are you using a custom action to change the banner of the MSI? There is a WIX element to do that: Regards, Steve -Original Message----- Fro

Re: [WiX-users] Updating msi database (install time)

2013-07-23 Thread Enrique Domínguez
s. Maybe I miss something more? Enrique Domínguez Pinos -Mensaje original- De: Christopher Painter [mailto:chr...@iswix.com] Enviado el: martes, 23 de julio de 2013 13:56 Para: General discussion for Windows Installer XML toolset.; wix-users@lists.sourceforge.net Asunto: Re: [WiX-users

[WiX-users] Updating msi database (install time)

2013-07-23 Thread Enrique Domínguez
Hi, I'm working with wix-3.6 over VS2005 and I'm trying to make an update in a custom action at install time, for changing installer's banners. It's C# code and looks like: Microsoft.Deployment.WindowsInstaller.Database db = session.Database;