[WiX-users] Plugins for the installer (.NET)

2006-10-23 Thread vbtricks
Salut, is there a way to write plugins for the installer, so that the installer displays the plugin during the installation? Is there a way to write the plugin using the .NET platform? Are there any examples out there? Stefan -- View this message in context: http://www.nabble.com/Plugins-for-

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 cho

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

2006-10-06 Thread vbtricks
attribute to local, but unfortunately it is not selected by default if I click on customize in the setup. I hope, I've explained it better now? Thanks for your patience, Stefan Bob Arnson-3 wrote: > > vbtricks wrote: >> selecting by default. >> > Sorry, does tha

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"? &

[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

Re: [WiX-users] Disable feature when property is empty

2006-10-05 Thread vbtricks
Thanks, got it to work with the following source FIREFOX_INSTALL_VERSION="" Stefan -- View this message in context: http://www.nabble.com/Disable-feature-when-property-is-empty-tf2323552.html#a6637061 Sent from the wix

Re: [WiX-users] Disable feature when property is empty

2006-09-24 Thread vbtricks
tion.htm > > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of vbtricks > Sent: Saturday, September 23, 2006 10:05 > To: wix-users@lists.sourceforge.net > Subject: [WiX-users] Disable feature when property is empty >

[WiX-users] Disable feature when property is empty

2006-09-23 Thread vbtricks
Salut, still working on the integration of my Firefox-PlugIn into the setup. Installing now works fine, the only thing left to do is to disable the feature, if Firefox is not installed. If Firefox is installed, the property [FIREFOX_INSTALL_PATH] will contain the path. Based on this I wanted to i

Re: [WiX-users] Installing extension for firefox

2006-09-21 Thread vbtricks
Salut, did it this way and it works quite well. Thanks, Stefan -- View this message in context: http://www.nabble.com/Installing-extension-for-firefox-tf2305983.html#a6425889 Sent from the wix-users mailing list archive at Nabble.com.

[WiX-users] Installing extension for firefox

2006-09-20 Thread vbtricks
Salut, I'm trying to install a self-written plugin for firefox using wix. What I have to do is basically read out the folder, firefox is installed to from the registry: HKEY_LOCAL_MACHINE\SOFTWARE\Mozilla\Mozilla Firefox\2.0b2 (en-US)\Main field: Install Directory and then copy the extension to

Re: [WiX-users] Conditions and version of OS

2006-09-18 Thread vbtricks
e condition has > to be *true* to install. So in these cases, you will *only* be able to > install on Windows 95. I believe you want to change your '=' to 'NOT'. > > > -Matt > > > -Original Message- > From: vbtricks [mailto:[EMAIL PROTECTED] &

[WiX-users] Conditions and version of OS

2006-09-18 Thread vbtricks
Salut, trying to create my first setup using WIX. My software does not support Windows 95. In the http://www.tramontana.co.hu/wix/lesson1.php#1.4 wix tutorial I found the following lines: Version9X = 400 Version9X = 400 AND WindowsBuild = Unfortunately I get the message "Operatin