I have a text control which gets its Text property filled by the ActionText
event.
How can I specify its style? If the text were static, I think I could
prepend with "{\Tahoma10}" or similar. How do you do this for "dynamic"
text?
--
View this message in context:
Thanks, that worked!
--
View this message in context:
http://www.nabble.com/Where%27s-my-ActionText--tp15486575p15504729.html
Sent from the wix-users mailing list archive at Nabble.com.
-
This SF.net email is sponsored by:
So I've got a custom progress dialog with a Text control which subscribes to
the ActionText event. The idea, of course, is to give the user hope that
the install will someday finish. Problem is that each bit of text only
appears for a moment. However, there are long stretches within the
executi
When doing an upgrade, I'd like to figure out which product version I'm
upgrading. I'd then use this in my Custom Action where I log all those
details.
I'd like the actual Version string (1.2.5) rather than a GUID.
--
View this message in context:
http://www.nabble.com/Get-ProductVersion-of-pr
I've got a program that I need to upgrade. I saw a post here, which I
thought explained how to do it.
However, for every "upgrade" I perform, it shows up as a new entry in the
Add/Remove Programs.
I've included what I think is the relevant markup. Thanks in advance for
any insight.
Richard,
Thanks for the good suggestion, but I can't for the life of me figure out
how to implement what you suggest.
I have the following:
We have a problem
In the log, I see that the ForceError CA returns 3... but
I think so. I've added a CA which is supposed to throw an error as follows:
However, it seems that it's not forcing a rollback. Any ideas?
Richard-45 wrote:
>
>
> In article <[EMAIL PROTECTED]>,
> larsenal <[EMAIL PROTECTED]> writes:
>
>>
UPDATE:
I removed all conditions from the Rollback action. It's sequence is set to
After="InstallInitialize". It still doesn't fire.
Any ideas?
--
View this message in context:
http://www.nabble.com/rollback-conditions-tp15273453p15277792.html
Sent from the wix-users mailing list archive at
I want different rollback CAs to fire based on whether an install or
uninstall is occurring. What I have so far never seems to fire any
rollback:
...
(&PluginFeature = 3)
AND NOT (!PluginFeature = 3)
(&PluginFeature =
2) AND (!PluginFeature = 3)
(&PluginFeature = 3)
(&PluginFeature = 2)
--
I've got a custom progress dialog. I was hoping to add a button that cancels
the install. However, my attempts don't seem to work...
I tried adding this to my button:
It doesn't seem to trigger a rollback.
--
View this message in context:
http://www.nabble.com/How-to-test-rollback--tp15238
I'm running Wix 3 and can't figure out how to get around this ICE79 error.
I have a feature with the ID="SomeFeature".
Down in the InstallExecuteSequence I have...
$SomeFeature
This throws an ICE79 error.
However, changing the $ to a ! is fine.
!SomeFeature
Any ideas? Has the expression sy
Sebastian,
Thanks for the response.
I don't have a specific error that's causing a problem. I'm looking for a
generic way to handle MSI install errors. The CA is meant to try to report
problems with the install. So if the install fails and tries to rollback,
the idea is to have a CA that will
I'm a complete newbie when it comes to MSI and WIX. If I have a CA that's
running as part of a rollback, is there a way to determine the error which
triggered the rollback?
--
View this message in context:
http://www.nabble.com/Trap-which-error-causes-rollback-within-CA-tp15150216p15150216.html
I have a CA which does some tracing and logging of the install. I'd like it
to run at the end of the install sequence... even if the install fails or is
canceled. Is there any way to do this?
Also, is there a way to determine whether the install was canceled or
failed? I'd like to run the CA w
14 matches
Mail list logo