dB. wrote:
· In installer UI, I know how to limit the input to a certain
max size: {max}, eg. Text="{24}". I tried to search for a reference
for these values, but I couldn't find anything. Is there a way to
specify something to force the user to enter only numbers or some
other specific format?
Check out MaskedEdit.
· I'd like to disable a set of controls elegantly in the UI. I
have four inputs that I want to disable based on a radio button
selection. I have to do this for every control. Is there some kind of
grouping? This is my control below, see how the conditions are repeated.
No.
· Given what I have above, how do I translate this properly to
the ServiceInstall-related credentials? I am letting the user choose
whether to run as Local System or a specific account.
Pass the edit controls' properties to the ServiceInstall's Account and
Password attributes. Set them to the empty string when the local system
account is selected. Worst case, you'll need to use the
LocalSystem/LocalService/NetworkService account names.
· Given an account specified in this UI, how do I add a Test
button that will LogonUser? (Before I go code a custom action myself).
That requires a custom action.
--
sig://boB
http://joyofsetup.com/
-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users