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
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
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
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
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-
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
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
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
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
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
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
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
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?
>
> --
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
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
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
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
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
OGRAM = 1)
NOT Installed
Thank you!
K-ballo.-
-
Using Tomcat but need to do more? Need to support web services, security?
Get
19 matches
Mail list logo