Re: [WiX-users] Preselecting feature and disable "install on first use"

2006-10-07 Thread vbtricks
Salut, thanks for that. Changed the level-properties of all default features to 1 and that of the non-defaults to 2. Works now. Stefan Bob Arnson-3 wrote: > > vbtricks wrote: >> What I now want is, that the Firefox extension is selected by default, if >> the user chooses the customize option

Re: [WiX-users] Preselecting feature and disable "install on first use"

2006-10-06 Thread Bob Arnson
vbtricks wrote: > What I now want is, that the Firefox extension is selected by default, if > the user chooses the customize option and that it is installed when the user > clicks Typical as well. I tried to set the InstallDefault attribute to > local, but unfortunately it is not selected by defaul

Re: [WiX-users] Preselecting feature and disable "install on first use"

2006-10-06 Thread vbtricks
Salut, seems I'm getting to my English limits with this. Let me have another try to explain it. I'm referring to the Customize dialog of the setup process where you can select the features you want to install. The main one, MainProgramm is selected by default and can not be deselected. The German

Re: [WiX-users] Preselecting feature and disable "install on first use"

2006-10-06 Thread Bob Arnson
vbtricks wrote: > selecting by default. > Sorry, does that mean "install locally"? If so, you just need to set the feature level lower to match INSTALLLEVEL. You're already disabling it when Firefox isn't detected, so you want it to be installed always when it is. -- sig://boB http://bobs.o

Re: [WiX-users] Preselecting feature and disable "install on first use"

2006-10-05 Thread vbtricks
Salut, selecting by default. Stefan Bob Arnson-3 wrote: > > vbtricks wrote: >> But no matter which attributes I add to the extension feature, it is not >> preselected. Can you help me? >> > What do you mean by "preselected"? > > -- > sig://boB > http://bobs.org > > > > --

Re: [WiX-users] Preselecting feature and disable "install on first use"

2006-10-05 Thread Bob Arnson
vbtricks wrote: > But no matter which attributes I add to the extension feature, it is not > preselected. Can you help me? > What do you mean by "preselected"? -- sig://boB http://bobs.org - Take Surveys. Earn Cash. Inf

[WiX-users] Preselecting feature and disable "install on first use"

2006-10-05 Thread vbtricks
Salut, disabling the firefox-extension-feature when the browser's not installed now works. Still I got some problem. I'm trying to preselect the firefox extension-feature and disabling the "install on first use" option as my application does not support it. This is how far I got