Shoutbox

CAN someone write me a NSIS installer ? - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Messenger Plus! for Live Messenger (/forumdisplay.php?fid=4)
+---- Forum: Scripting (/forumdisplay.php?fid=39)
+----- Forum: Plug-Ins (/forumdisplay.php?fid=28)
+------ Thread: CAN someone write me a NSIS installer ? (/showthread.php?tid=48608)

CAN someone write me a NSIS installer ? by TazDevil on 08-07-2005 at 09:21 AM

i would like a NSIS installer for Window Management plugin, but i dont know how to write is so i would appreciate all the help

i want to:
- a simple gui, nothing fancy or anything (modern gui would be nice.)
- detect if Plus! is not installed -> abord
- detect the plus plugin folder from HKLM or HKCU
- detect if MSN v7 is not installed in the system -> abort
- detect if MSN is running and perform a plugin unload.
- install the plugin
- then reload the plugins in MSN
- ohh and a message at the end of the install that a user needs to enable the plugin from the plugins list in Plus! configuration, i fit is not automatically enabled


Thanksin advance
I think someone should write teh basic code an d put it as a sticky in the plugins area, so that ppl can have an installer to use.


RE: CAN someone write me a NSIS installer ? by J-Thread on 08-07-2005 at 10:34 AM

It's not very difficult to do that with Inno Setup...

http://www.innosetup.com

I don't know NSIS very well, so I can't help you with that. Although I'm a fan of Inno setup and I'm sure it's possible to make what you're looking for...

P.M. me if you need my help...


RE: CAN someone write me a NSIS installer ? by TazDevil on 08-07-2005 at 10:52 AM

quote:
Originally posted by J-Thread
It's not very difficult to do that with Inno Setup...

http://www.innosetup.com

well NSIS is easy as well but i dont have the time to learn the scripting language in order to make it my self :)

That is why i am asking in the forum for help
RE: CAN someone write me a NSIS installer ? by TheBlasphemer on 08-07-2005 at 11:04 AM

Would it help if I posted the StuffPlug-installer source?


RE: RE: CAN someone write me a NSIS installer ? by Max on 08-07-2005 at 11:06 AM

quote:
Originally posted by TheBlasphemer
Would it help if I posted the StuffPlug-installer source?


I think that will help alot of people TB. :)
RE: CAN someone write me a NSIS installer ? by TazDevil on 08-07-2005 at 11:08 AM

quote:
Originally posted by TheBlasphemer
Would it help if I posted the StuffPlug-installer source?

well sure thanks TB :)
i have somewhere to begin at least if i dont get any other help
RE: CAN someone write me a NSIS installer ? by TheBlasphemer on 08-07-2005 at 11:14 AM

Here you go :)
Keep n mind that I also have some modified/self-written plugins, and the installer will not work/compile out-of-the-box.
For example the ads thing uses a plugin for a countdown timer, and a modified plugin for a HTML frame :)

Anyway, it has msgplus check, and it can install msgplus if it's not present too :D


RE: CAN someone write me a NSIS installer ? by Max on 08-07-2005 at 11:39 AM

Thanks alot. :)


RE: CAN someone write me a NSIS installer ? by TazDevil on 08-07-2005 at 02:58 PM

TB thanks a million,

i have got it working like a charm only problem i dont know how to get the msn version and check if it is version 7 can you help me with that ?


RE: CAN someone write me a NSIS installer ? by Eljay on 08-07-2005 at 03:01 PM

its in the registry TazDevil

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSNMessenger] "BgDlJobVer"


RE: CAN someone write me a NSIS installer ? by TazDevil on 08-07-2005 at 03:21 PM

quote:
Originally posted by Lee Jeffery
its in the registry TazDevil

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSNMessenger] "BgDlJobVer"
i dont have that entry all i have is
[HKEY_CURRENT_USER\Software\Microsoft\MSNMessenger] "LastAppVersion" = 0x7000330
but my version is 7.0.816

how do i translate it

RE: CAN someone write me a NSIS installer ? by Dempsey on 08-07-2005 at 03:38 PM

quote:
Originally posted by TazDevil

i dont have that entry all i have is
[HKEY_CURRENT_USER\Software\Microsoft\MSNMessenger]

are you sure you looked in HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSNMessenger  ?

I have it there.
RE: CAN someone write me a NSIS installer ? by TazDevil on 08-07-2005 at 03:50 PM

yeap just did a fresh uninstall/install as well and i cant find it...

dont you have the value i posted above ?
i think i am done with the installer :)