You are here

Need to add a WINDOWS ENVIRONMENT VARIABEL in PIDGIN

2 posts / 0 new
Last post
XSLord
Offline
Last seen: 1 year 8 months ago
Joined: 2006-03-07 15:54
Need to add a WINDOWS ENVIRONMENT VARIABEL in PIDGIN

Hi,

I need to to add the following (Windows) ENVIRONMENT VARIABLE:

NSS_SSL_CBC_RANDOM_IV=0

Before Pidgin is started, this will make it possible to use the SIPE plugin, which lets Pidgin also connect to LYNC/Office Communicator.

If you want to read more about this, then check the following link:
http://sourceforge.net/p/sipe/wiki/Frequently%20Asked%20Questions/

I have already tested this with a normal installation, and indeed, this variable makes all difference!

So my question is there someway that this kan be done in the "installer.ini" or somewhere else.

Would really appreciate your help!

me36835
Offline
Last seen: 4 years 9 months ago
Joined: 2007-03-15 14:19
I do it with a batch file

set NSS_SSL_CBC_RANDOM_IV=0
start %PATH%\PidginPortable.exe

Log in or register to post comments