Archive: InstBrwoserPlug / DeleteBrowserPlug Source


InstBrwoserPlug / DeleteBrowserPlug Source
Like I said in my previous posting, I have patched up the PlugIn-Method to the following new method-names:

a) InstBrowserPlug "XXX.dll" ASK/SILENT
Searches for all Browsers (currently IE, NN, N6, Opera, Mozilla) and tries to install it.
TODO : If "ASK" is set, the installer should ask the user for which browser he wants to install the plugin. (Didnt understand too much of how NSIS handels output and user-input. Somebody help me with this?)

b) DeleteBrowserPlug "XXX.dll"
Searches for all browsers and tries to delete the plugin.

I've uploaded the source to my site: www.veeck.de
Easy to find there, not much there anyway, just got it.

Have fun, I'm going on vacation now: Thailand + Australia 5 Weeks
Hope to get some feedback till I come back
By
Veeck


Sounds promising, I can't wait to see it. Could you offer a compiled version also??? (I don't know if you already addressed this in previous posts because I haven't see them :S )

-DJ


cannot offer you a compiled version since im sitting right now in a internet caffee in bangkok with my pc 6000 km away.
gotta wait another 5 weeks :-)
veeck


It sounds like you need to define a new dialog resource and write the associated dialog proc, to enumerate the browser plugin options and process the user selection ... all of which add precious bytes to the EXE header ;)
If you need any specific help, I have looked through most of the NSIS source and think I have it all just about figured out, just ask ..

Peter.