Re: [WiX-users] setupbld and -bitmap not supported? -title not supported?

2009-11-08 Thread kerberos
On Sun, Nov 8, 2009 at 10:39 PM, John Robbins wrote: > Hello K, > > Glad my blog entry could help. However, I didn't go into the icon stuff as I > figured that was common knowledge, but that was a mistake on my part, I'm > sorry! You've done everything right so far. :) Not common knowledge but

Re: [WiX-users] setupbld and -bitmap not supported? -title not supported?

2009-11-08 Thread kerberos
On Sun, Nov 8, 2009 at 1:05 PM, John Robbins wrote: > K, > > Here's how I got SetupBld.exe from WiX to behave like you wanted: > http://www.wintellect.com/CS/blogs/jrobbins/archive/2009/02/27/creating-a-bootstrap-loader-with-wix-3-0.aspx. Oh, I think I've got it now, or at least am getting there

Re: [WiX-users] setupbld and -bitmap not supported? -title not supported?

2009-11-08 Thread kerberos
On Sun, Nov 8, 2009 at 1:05 PM, John Robbins wrote: > K, > > Here's how I got SetupBld.exe from WiX to behave like you wanted: > http://www.wintellect.com/CS/blogs/jrobbins/archive/2009/02/27/creating-a-bootstrap-loader-with-wix-3-0.aspx. John, thanks for your response and well-written blog entr

[WiX-users] setupbld and -bitmap not supported? -title not supported?

2009-11-08 Thread kerberos
Hello, I am running the most current stable build of Wix 3.0. I'm delighted with the product on the whole but I've reached a sticking point in distributing packages of my product. Basically, I preferred to have "fancy" electronic packaging for my product and as such preferred not to use the defa

Re: [WiX-users] UserRegistrationDlg dialog and disable Next button until license key of X characters is entered?

2009-10-27 Thread kerberos
On Mon, Oct 26, 2009 at 10:51 PM, Blair wrote: > Managed code custom actions called frequently like that are going to be slow > because of all the process creation-and-termination/CLI-state > setup-and-teardown/etc. going on. You may be interested in the "workaround" > described on this page > (ht

[WiX-users] UserRegistrationDlg dialog and disable Next button until license key of X characters is entered?

2009-10-22 Thread kerberos
Hello, I'd like my user registration dialog to work like the license page -- where the Next button is enabled upon clicking the button to agree to the license. I'm working along with the tutorial at http://www.tramontana.co.hu/wix/ and have added a UserRegistrationDlg dialog to the installer UI l

Re: [WiX-users] MaskedEdit and disable Next button?

2009-10-22 Thread kerberos
Thanks for your response! On Wed, Oct 21, 2009 at 9:35 PM, Blair wrote: > Unless you have the person push some other button to call your custom > action, I have no idea how you would get your custom action invoked to check > the lengths to set the property needed to enable your Next button. Woul

[WiX-users] MaskedEdit and disable Next button?

2009-10-21 Thread kerberos
Hello, In my installer that I created with Wix, I click a checkbox to accept the license agreement and this enables the Next button. I want to do the same with a MaskedEdit entry or two. That is, until both MaskedEdit entries have at least X characters, I want the Next button to be disabled. I'

Re: [WiX-users] Question about product keys (PIDTemplate) and length of text box

2009-10-20 Thread kerberos
On Tue, Oct 20, 2009 at 8:01 PM, Bob Arnson wrote: > kerbe...@noopy.org wrote: >> how WIX would allow me to format the *width* of each text box so that >> it fits my license key WITHOUT any extra characters. > > MSI doesn't support that, though you can probably come close using a > fixed-width fon

[WiX-users] Question about product keys (PIDTemplate) and length of text box

2009-10-20 Thread kerberos
Hello, My license key generation software (based on how I'm seeding it) generates a 46 character -- that's 40 characters for key plus 6 characters for dashes -- license key. As part of the installation of my software I'd like people to enter the license key that they've been given. Unfortunately