CAN someone write me a NSIS installer ? |
Author: |
Message: |
TazDevil
Full Member
sleep(0);
Posts: 359 Reputation: 11
41 / /
Joined: May 2004
|
O.P. CAN someone write me a NSIS installer ?
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.
This post was edited on 08-07-2005 at 09:22 AM by TazDevil.
Window Manager is discontinued, for WLM try the new,
Enhancer for contact list docking, auto-hide, hide taskbar button, remove button flashing and remember keyboard layout in conversation windows
|
|
08-07-2005 09:21 AM |
|
|
J-Thread
Full Member
Posts: 467 Reputation: 8
– / / –
Joined: Jul 2004
|
RE: CAN someone write me a NSIS installer ?
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...
This post was edited on 08-07-2005 at 10:40 AM by J-Thread.
|
|
08-07-2005 10:34 AM |
|
|
TazDevil
Full Member
sleep(0);
Posts: 359 Reputation: 11
41 / /
Joined: May 2004
|
O.P. RE: CAN someone write me a NSIS installer ?
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
Window Manager is discontinued, for WLM try the new,
Enhancer for contact list docking, auto-hide, hide taskbar button, remove button flashing and remember keyboard layout in conversation windows
|
|
08-07-2005 10:52 AM |
|
|
TheBlasphemer
Senior Member
Posts: 714 Reputation: 47
37 / – / –
Joined: Mar 2004
|
RE: CAN someone write me a NSIS installer ?
Would it help if I posted the StuffPlug-installer source?
|
|
08-07-2005 11:04 AM |
|
|
Max
Full Member
Posts: 460 Reputation: 17
34 / / –
Joined: Mar 2005
|
RE: RE: CAN someone write me a NSIS installer ?
quote: Originally posted by TheBlasphemer
Would it help if I posted the StuffPlug-installer source?
I think that will help alot of people TB.
|
|
08-07-2005 11:06 AM |
|
|
TazDevil
Full Member
sleep(0);
Posts: 359 Reputation: 11
41 / /
Joined: May 2004
|
O.P. RE: CAN someone write me a NSIS installer ?
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
Window Manager is discontinued, for WLM try the new,
Enhancer for contact list docking, auto-hide, hide taskbar button, remove button flashing and remember keyboard layout in conversation windows
|
|
08-07-2005 11:08 AM |
|
|
TheBlasphemer
Senior Member
Posts: 714 Reputation: 47
37 / – / –
Joined: Mar 2004
|
RE: CAN someone write me a NSIS installer ?
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
Attachment: Installer.rar (30.08 KB)
This file has been downloaded 245 time(s).
|
|
08-07-2005 11:14 AM |
|
|
Max
Full Member
Posts: 460 Reputation: 17
34 / / –
Joined: Mar 2005
|
RE: CAN someone write me a NSIS installer ?
Thanks alot.
|
|
08-07-2005 11:39 AM |
|
|
TazDevil
Full Member
sleep(0);
Posts: 359 Reputation: 11
41 / /
Joined: May 2004
|
O.P. RE: CAN someone write me a NSIS installer ?
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 ?
Window Manager is discontinued, for WLM try the new,
Enhancer for contact list docking, auto-hide, hide taskbar button, remove button flashing and remember keyboard layout in conversation windows
|
|
08-07-2005 02:58 PM |
|
|
Eljay
Elite Member
:O
Posts: 2949 Reputation: 77
– / / –
Joined: May 2004
|
RE: CAN someone write me a NSIS installer ?
its in the registry TazDevil
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSNMessenger] "BgDlJobVer"
|
|
08-07-2005 03:01 PM |
|
|
Pages: (2):
« First
[ 1 ]
2
»
Last »
|
|