[WiX-users] XMLA help

2009-07-06 Thread Arthur Curvello
custom actions? Thanks, Arthur Curvello <mailto:arthur.curve...@conv.com.br> arthur.curve...@conv.com.br tel +55 21 2494-5476 cel +55 21 9762-4284 Confidencialidade: A informação contida nesta mensagem de e-mail, incluindo quaisquer anexos, é confidencial e está reservada apenas à pes

[WiX-users] Editing a XMLA

2009-06-26 Thread Arthur Curvello
Hey, I am having the same problem of Nicolas Bryant: Creating a SQL Analysis Services DB The issue is to edit the XMLA… Edit a xml is ok for me, but in the xmla… Config xml: easy o edit the value But… Xmla: valueOfConString I don’t really know.. Help?! Thanks, Arthur Curvello

[WiX-users] GroupBox Text Color

2009-04-03 Thread Arthur Curvello
Hi, I’m trying to change the default blue color of groupbox text, but no success. Tried to apply other font with other colors but still default blue {\WixUI_Font_Normal}Modelos e Recomendações Arthur Curvello <mailto:arthur.curve...@conv.com.br> arthur.curve...@conv.com.br t

Re: [WiX-users] custom action 51

2009-04-01 Thread Arthur Curvello
Hmmm my fault.. Solved.. Thanks Chad and Don Arthur Curvello arthur.curve...@conv.com.br tel +55 21 2494-5476 cel +55 21 9762-4284 Confidencialidade: A informação contida nesta mensagem de e-mail, incluindo quaisquer anexos, é confidencial e está reservada apenas à pessoa ou entidade para a

[WiX-users] custom action 51

2009-03-31 Thread Arthur Curvello
How to execute a custom action 51 (the one that sets a property with a value of another property) before the installation.. I mean just before the UI dialogs appear. It seems to run only during progress dialog. But I need to show this value, as default, in an edit box. Thanks, Arthur

[WiX-users] Conditional dialogs based on features

2009-03-27 Thread Arthur Curvello
How to show a dialog only when a specific feature is being installed? Eg: Sqlconfigfeature is being installed, so I’ll show the SqlOptionsDlg; if not I’ll just jump this dialog. Is it possible? Thanks, Arthur Curvello <mailto:arthur.curve...@conv.com.br> arthur.curve...@conv.com.

Re: [WiX-users] Help with localization

2009-03-27 Thread Arthur Curvello
Have you tried to add the en-us to the 'cultures to build' in project properties? These loc variables are really defined there? Arthur Curvello arthur.curve...@conv.com.br tel +55 21 2494-5476 cel +55 21 9762-4284 Confidencialidade: A informação contida nesta mensagem de e-mail,

[WiX-users] ExecXmlFile help

2009-03-04 Thread Arthur Curvello
Hi, I need to schedule a xml file modification on “ INSTALL “ and “ MODIFY ” only, but EXECXMLFILE and SCHEDCMLFILE seems to exec only on INSTALL Tried to sched them this way: And Both no success in the xml edition on MODIFY Thanx, Arthur Curvello

Re: [WiX-users] Problems Droping Databases

2009-02-09 Thread Arthur Curvello
in sql. Correcting last post: I wrote: 'd1b5467c-77af-461c-9e79-9a29171e5cda' No error but do not drop its wrong, I can just compile, but I got error installing: Incorrect syntax near 'd1b5467c'. bug? Thanx, Arthur Curvello arthur.curve...@conv.com.br tel +55 21 2494-5476

[WiX-users] Problems Droping Databases

2009-02-09 Thread Arthur Curvello
[/[]d1b5467c-77af-461c-9e79-9a29171e5cda[/]] No error but do not drop This database is not created by the setup, I just want to delete it when upgrading and unistalling, its “application’s trash”. Any help? Thanx, Arthur Curvello Confidencialidade: A informação contida nesta mensagem de

Re: [WiX-users] Custom User and SQL Dialogs

2009-01-12 Thread Arthur Curvello
I think you're searching for something like this.. http://benschwehn.wordpress.com/2007/10/16/msi-setup-how-to-do-a-sql-server- connection-test-2/ -- Arthur Curvello Convergência Latina tel: +55 21 2494-5476 cel: +55 21 9762-4284 email: arthur.curve...@conv.com.br Confidencialida

Re: [WiX-users] problem with cultures:de-de and xml

2008-09-22 Thread Arthur Curvello
You should write into the german wxl (wixui_de-de.wxl) file lines like these: The installer failed to save the xml file (something like this,but in german of course) -- Arthur Curvello Convergência Latina tel: +55 21 2494-5476 email: [EMAIL PROTECTED] Confidencialidade: A informação contida

[WiX-users] Database Restore

2008-08-25 Thread Arthur Curvello
Hey, I need help with a box that displays folders an files... Any help? Any CA? Thanks, -- Arthur Curvello Convergência Latina Telefone: +55 21 2494-5476 E-mail: [EMAIL PROTECTED] Confidencialidade: A informação contida nesta mensagem de e-mail, incluindo quaisquer anexos, é

Re: [WiX-users] Display files in a directory list

2008-08-22 Thread Arthur Curvello
So... no way then?! =/ I heard about a c++ code.. anyone knows something about it? Thanks, -- Arthur Curvello Convergência Latina tel: +55 21 2494-5476 email: [EMAIL PROTECTED] Confidencialidade: A informação contida nesta mensagem de e-mail, incluindo quaisquer anexos, é confidencial e está

[WiX-users] Display files in a directory list

2008-08-22 Thread Arthur Curvello
Hi, I’m building a setup that restores a database from a .bak file. So I want to display a ‘search’ dialog, like the choose install path dlg, but displaying only folders and .bak files. Is that possible? Thanks, -- Arthur Curvello Convergência Latina Telefone: +55 21 2494-5476 E-mail

Re: [WiX-users] Launch internet Browser

2008-07-01 Thread Arthur Curvello
How do I execute it? You mean execute a shortcut of a url? -- Arthur Curvello Convergência Latina tel: +55 21 2494-5476 email: [EMAIL PROTECTED] Confidencialidade: A informação contida nesta mensagem de e-mail, incluindo quaisquer anexos, é confidencial e está reservada apenas à pessoa ou

[WiX-users] Launch internet Browser

2008-07-01 Thread Arthur Curvello
I’m trying to launch the default browser: http://blahblahblah/"; Return="asyncNoWait"/> linking it with the finish button, but this is not working, its returning 1631 What can I do? -- Arthur Curvello Convergência Latina Telefone: +55 21 2494-5476 E-mail

[WiX-users] msi chain tool

2008-04-17 Thread Arthur Curvello
I got 2 msi files... one made with wix.. and one that I want to embed in a 'bootstrapper' What tool should I use to chain this 2 msi files. thanks, Arthur. - This SF.net email is sponsored by the 2008 JavaOne(SM) Conference

[WiX-users] SQL connection test

2008-04-10 Thread Arthur Curvello
how can I test sql connection before installation? = server :___ O win mode O sql mode user :__ pass:__ --- | Test Button | --- = something like this. ---

[WiX-users] Database HELP

2008-03-27 Thread Arthur Curvello
CreateOnInstall = " yes " DropOnUninstall = " yes " ContinueOnError = " no "/ > < Control Id = " ServerNameEdit " Type = " Edit " X = " 45 " Y = " 85 " Width = " 220 " Height = " 18

[WiX-users] Problems with Characters

2008-03-26 Thread Arthur Curvello
Hi, I need to use pt-br culture.. but I got "?" characters instead of the ones I write. How can I solve this? - Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anyth

[WiX-users] RegisterProduct Action

2008-03-25 Thread Arthur Curvello
I`m having problems with regOwner and regCompany, these are not been added by msi installer automatically. What should I do? - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008.

[WiX-users] LicenseAgreement ScrollableText condition

2008-03-12 Thread Arthur Curvello
How can I identify that the user scrolled the whole RTF? - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/