Re: [WiX-users] Set variable with custom action

2007-07-23 Thread K-ballo
at do you want to accomplish? Maybe there is another way to do it. K-ballo.- oesimartin escribió: > How can I set a variable at setup runtime with a custom action? > > > The definition of the variable: > > Now I want to change the variable value from "test" to a g

Re: [WiX-users] Populating Listbox from a custom action

2007-07-18 Thread K-ballo
Make sure that the Table that you are adding values to, exists at the msi database. If I'm not wrong that table is ListBox, so you could try adding to your project and see if that works. K-ballo.- Alexei Zhyzhyn escribió: > Hi everyone, > what I'm trying to do is to populate

Re: [WiX-users] Shortcuts

2007-07-13 Thread K-ballo
If by URL shortcut you mean an .url file, you can simply add the file to the installation, or use the INI trick that was common on Inno Setup: http://www.fusion-online.com.ar"; /> K-ballo.- Craig Ward escribió: > Is it possible to add a shortcut which is not for a file? I

Re: [WiX-users] RadioButton Condition

2007-07-08 Thread K-ballo
And how would I distinguish between the two RadioButtonGroups, if they tickle the same property? The key (and only) attribute is the Property Id. BTW, I'm working with the latest wix2. K-ballo.- Richard escribió: > In article <[EMAIL PROTECTED]>, > K-ballo <[EMAIL

[WiX-users] RadioButton Condition

2007-07-08 Thread K-ballo
er to them. Then I would have to create a custom action that sets a third property value to the right value, according to the condition; or change every place of code that uses the property value of the RadioButtonGroup. I wonder if there is an easier workaround for this? K-

Re: [WiX-users] WIX

2007-06-29 Thread K-ballo
Your custom action is deferred, so you will have limited access to the database (the "CustomActionData" property only pretty much). Check the WiX sources for examples on how to work with it. K-ballo.- [EMAIL PROTECTED] escribió: > Hi > I have problems with custom action and

[WiX-users] Extensions and Schemas

2007-06-28 Thread K-ballo
tions (min/maxOccurs) at the schema from an extension, where I can't modify the parent element? K-ballo.- - This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take

Re: [WiX-users] Always English

2007-06-25 Thread K-ballo
The Language property is not public (is not uppercased). Maybe that's the problem, try with LANGUAGE instead. K-ballo.- Ward, Mike (MED US) escribió: > Ok, I've discovered the XmlFile custom action and have incorporated into > my build (Wix 3.x). Problem is, the "Language&q

Re: [WiX-users] Launching Web Page After Finish Dialog

2007-06-23 Thread K-ballo
user preferences. K-ballo.- Anthony Wieser escribió: I've seen ShellExecute recommended as the way to do this, but what's wrong with doing it like this instead? explorer Return="asyncNoWait" ExeCommand="$(var.SurveyURL)"> where $(var.SurveyURL) has been set to your

Re: [WiX-users] CustomAction and Working Directory

2007-03-14 Thread K-ballo
You need a Custom Action Type 34 to run an exe with a working directory. Try this: K-ballo.- Charlie Grosvenor escribió: > > I am trying to run an application at the end of an install. The > application needs files that are installed as part of the install and > they need to be

Re: [WiX-users] Problem with LaunchCondition

2007-02-27 Thread K-ballo
I believe you should use Installed OR TEST="", that way the condition will be allways valid at uninstall. K-ballo.- Joseph O'Sullivan escribió: > I am trying to make this piece of code work > > >Key="SOFTWARE\Vendor\Product\&q

Re: [WiX-users] How to use a Property Value to create another Property

2007-02-14 Thread K-ballo
You cannot set a property to the value of another property in that way. That is necessary to prevent creating circular references. What you should do is call a CustomAction that will set the value of VDDIR property after MAINDIR has been set. You would have to do something like this: K

Re: [WiX-users] SFP elements

2007-02-07 Thread K-ballo
Just trying to add visual support for those elements at WiXAware 1.1, but I'll take it out from the release until is working, since it seems to not be needed by now. K-ballo.- Rob Mensching escribió: > Yes, SFP support doesn't work. What are you trying to use it for? > > --

Re: [WiX-users] Refresh on next button

2007-01-22 Thread Agustín K-ballo Bergé
I have seen this kind of behaviour with checkboxes, when the dialog has incorrect tabskip settings or not tabskip at all. I think a warning related to tabskip appears when linking, or by doing a validation. Maybe it helps, check it out. K-ballo.- Levi Wilson escribió: > Even if it complet

Re: [WiX-users] Running an exe with a working directory

2007-01-04 Thread Agustín K-ballo Bergé
You need a Custom Action Type 34 to run an exe with a working directory. Try this: K-ballo.- Patrick Steele escribió: > After the end of my install, I wish to run my newly created exe with command > line parameters. The exe is dependent upon dlls that have been added during > th

[WiX-users] Using WiX Extensions

2006-12-14 Thread Agustín K-ballo Bergé
step than adding the -ext param at the command line? (Yes, the working directory is the toolset one, and yes, the extensions dll are there) K-ballo.- - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net

Re: [WiX-users] CheckBox Problem

2006-10-13 Thread Agustín K-ballo Bergé
Didn't work either. Here is my code now: Installed Bob Arnson escribió: Agustín K-ballo Bergé wrote: Good advice, but didn't work :(. I wasn't aware that the location of the control items represented the z-order. Now I'm thinking that

Re: [WiX-users] CheckBox Problem

2006-10-12 Thread Agustín K-ballo Bergé
Good advice, but didn't work :(. I wasn't aware that the location of the control items represented the z-order. Now I'm thinking that my problem should be probably related to my show action. NOT Installed K-ballo.- Bob Arnson escribió: > Agustín K

[WiX-users] CheckBox Problem

2006-10-12 Thread Agustín K-ballo Bergé
OGRAM = 1) NOT Installed Thank you! K-ballo.- - Using Tomcat but need to do more? Need to support web services, security? Get