I have continued to research this issue (between local network disruptions).
While I have done many experiments to try and understand a rare download
failure of a 90mb payload cab file, I have focused on Rob's comment about
Burn's use of http being reliable 'with retries' (in contrast to BITS). I
Hi,
You could make a clone of the dialog where u want to return to. On a button
click execute the CA and set a public property there if directory is valid.
then goto if property is set otherwise goto cloned dialog .
execute CA after button click from clone dialog. check for property . go
back to
Take a look at code similar to this (this may or may not come through):
NOT WIXUI_DONTVALIDATEPATH
WIXUI_DONTVALIDATEPATH OR
WIXUI_INSTALLDIR_VALID="1"
1) The DoAction attribute causes the WixUIValidatePath custom action to be
called (the validation can be suppressed by defin
I was looking for the wrong Id in the detect routine.
--
View this message in context:
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Unable-to-get-install-button-to-enable-tp7597419p7597433.html
Sent from the wix-users mailing list archive at Nabble.com.
---
In looking at InstallDirDlg I don't see anything that would return control
to the dialog on an error. I am not sure what support code to look at.
Can you tell me what I should look at?
Brian
If you can't explain it simply, you don't understand it well enough. -
Albert Einstein
On Wed, Oct 22
I believe I need to set a property during a patch.
Feel free to disprove me as I am new to WIX Patches and think I know what I am
doing ( Ha! )
Ok, I am patching an installation that someone else created.
I have two sets of files , Server and Client
When I attempt to install a patch to the Cli
There is no Elevate on XP, There is a Run As User Option where you can
choose the Local Administrator. Your best option here would be to
package 2 MSI's, one for XP, without Elevated Privileges, and on for
>= Vista with Elevated Privileges.
Quoting Christopher Fraser :
> Hi Fyodor,
>
> Th
It is done in the default InstallDirDlg and support code. Take a look at that
code in the Wix source. That pattern can be used to chain-in whatever custom
actions you need for validation. It's kludgy, but that is dictated by the way
the Windows Installer Service implement UI elements.
--
Joh
I have a Custom Action that checks that a directory path entered by the
user is valid. I would like to return to the setup screen which contains
the 'Directory Path' edit box if the path is invalid
(ActionResult.Failure). Can this be done?
Brian
If you can't explain it simply, you don't unders
Thank you, didn't think about WiX having that functionality.
However, I am having an issue with adding a brand new node. I need to add
the following under //configuration/system.webServer/handlers/add
I have tried the following but nothing is being created (I also tried this
without the condit
Hi Fyodor,
Thanks for this. I'm starting to think it's a privilege issue. Looking
at the installer now I see that on platforms newer than XP I run:
elevate msiexec /i
On Windows XP this wasn't working so I disabled it. I'll see if I can
get elevate working on XP.
Christopher.
On 22/10/1
Hi everyone,
has there been a feature-request for this topic yet? It seems that one can
still not search
the issue-database...
Best regards,
Tobias
Von: Neil Sleightholm [n...@x2systems.com]
Gesendet: Dienstag, 22. April 2014 08:11
Bis: General discussi
12 matches
Mail list logo