Re: [WiX-users] adding a bootstrapper breaks comboboxes on custom UI!

2009-05-17 Thread Bob Arnson
barry wrote: > Maybe the problem lies in the way I am making my bootstrapper by editing the > wixproj file.. > > What is the "right way" to add a bootstrapper? > Sorry, I don't use the .NET bootstrapper so I don't know. Have you tried using an entirely separate .proj file rather than editing t

Re: [WiX-users] adding a bootstrapper breaks comboboxes on custom UI!

2009-05-12 Thread barry
Bob Arnson-6 wrote: > > barry wrote: >> Tried that other forum but they said to try WIX newsgroups! >> > > If your WiX-built MSI works, then it's not WiX and it's not Windows > Installer. Sorry, I know it's not much help, but what you're describing > doesn't make sense unless the bootstra

Re: [WiX-users] adding a bootstrapper breaks comboboxes on custom UI!

2009-05-11 Thread Bob Arnson
barry wrote: > Tried that other forum but they said to try WIX newsgroups! > If your WiX-built MSI works, then it's not WiX and it's not Windows Installer. Sorry, I know it's not much help, but what you're describing doesn't make sense unless the bootstrapper passes some properties that chan

Re: [WiX-users] adding a bootstrapper breaks comboboxes on custom UI!

2009-05-11 Thread barry
Bob Arnson-6 wrote: > > barry wrote: >> Do you know where is the best place to post my problem for the >> bootstrapper >> experts? >> > > Try > http://social.msdn.microsoft.com/Search/en-US/?Refinement=112&query=BOOTSTRAPPER&rq=&rn=. > > -- > sig://boB > http://joyofsetup.com/ > > > >

Re: [WiX-users] adding a bootstrapper breaks comboboxes on custom UI!

2009-04-27 Thread Bob Arnson
barry wrote: > Do you know where is the best place to post my problem for the bootstrapper > experts? > Try http://social.msdn.microsoft.com/Search/en-US/?Refinement=112&query=BOOTSTRAPPER&rq=&rn=. -- sig://boB http://joyofsetup.com/ ---

Re: [WiX-users] adding a bootstrapper breaks comboboxes on custom UI!

2009-04-27 Thread barry
Bob Arnson-6 wrote: > > barry wrote: >> anyone know how adding a bootstrapper could cause comboboxes to freeze on >> a >> custom ui dialog? >> > > You probably want to talk to the bootstrapper folks. > > -- > sig://boB > http://joyofsetup.com/ > Thanks Bob, Do you know where is the best

Re: [WiX-users] adding a bootstrapper breaks comboboxes on custom UI!

2009-04-25 Thread Bob Arnson
barry wrote: > anyone know how adding a bootstrapper could cause comboboxes to freeze on a > custom ui dialog? > You probably want to talk to the bootstrapper folks. -- sig://boB http://joyofsetup.com/ -- Crystal R

Re: [WiX-users] adding a bootstrapper breaks comboboxes on custom UI!

2009-04-23 Thread barry
bump, anyone know how adding a bootstrapper could cause comboboxes to freeze on a custom ui dialog? cheers, barry barry wrote: > > Hi, > I am having a strange problem with my installer. > Basically i have an installer for a c# com office addin. It uses a custom > UI that has a combo box on

Re: [WiX-users] adding a bootstrapper breaks comboboxes on custom UI!

2009-04-16 Thread barry
hi, anyone got any ideas or if anyone could see if theres anything wrong with the way im setting up the comboboxes that would also be a great help! or if anyone can tell me the correct way to create a bootstrapper in case my approach is causing the issue cheers, barry -- View this messag

[WiX-users] adding a bootstrapper breaks comboboxes on custom UI!

2009-04-14 Thread barry
Hi, I am having a strange problem with my installer. Basically i have an installer for a c# com office addin. It uses a custom UI that has a combo box on it. The combobox sets a public property loglevel which has a default value of 1: my custom UI code is as follows: