MSFN Forum: ICQ 5.1 and kill appl - MSFN Forum

Jump to content



Unattended CD/DVD Guide Homepage · MSFN Forum Rules

Welcome to the Applications Installs forum. Make sure you read the forum rules before you start posting.

Links/Requests to warez and/or any illegal material (porn, cracks, serials, etc..) will not be tolerated. Discussion of circumventing WGA/activation/timebombs/keygens or any other illegal activity will also not be tolerated.

We try our best to keep this forum clean of illegal content. If you see any illegal activity use the "report" button you find in every post to report the specific post to the moderators. If you ignore any of the rules you will be banned without notice.

Read Forum Rules
Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

ICQ 5.1 and kill appl Rate Topic: -----

#1 User is offline   embe 

  • Junior
  • Pip
  • Group: Members
  • Posts: 81
  • Joined: 04-August 06

Posted 16 September 2006 - 12:46 PM

Hi,

here is an end of my RunOnceEx (last application installed-latest ICQ5.1 which also supports silent install but I don`t want ICQ toolbar etc and I need some settings to be added via reg file). I created AutoIt script for ICQ5.1, it works nice and correct. After ICQ installation finish as I mnetioned I need to add some ICQ settings via registry tweaks but the problem is that ICQ must be turned off otherwise it ignores these settings. So I choosed taskkill.exe but it somehow doesn`t work.
ICQ setup also aborts previous AutoIt operation for one application (Alcohol120%) so i need to perform requsted operation manualy on behalf of AutoIt. RunOnceEx without ICQ works prefect. Does it have (Alcohol120%) not enough time to perform requested operation? What can I do to solve these 2 issues? Do I have to add some start/wait or? If so can you please give some example?

REG ADD %KEY%\080 /VE /D "ICQ 5.1" /f
REG ADD %KEY%\080 /V 1 /D "%systemdrive%\install\Applications\ICQ5_1\icq.exe" /f
REG ADD %KEY%\080 /V 2 /D "taskkill.exe /F /IM ICQLite.exe" /f
REG ADD %KEY%\080 /V 3 /D "REGEDIT /S %systemdrive%\install\Applications\ICQ5_1\ICQ.reg" /f


I`ll summarize what I`m looking for:

- how to kill ICQ so I can correctly apply reg tweaks for it?
- how to solve issue with AutoIt not completed beacuse installation of ICQ starts?

This post has been edited by embe: 16 September 2006 - 01:01 PM



#2 User is offline   cyberloner 

  • OCMania.com
  • PipPipPipPip
  • Group: Members
  • Posts: 535
  • Joined: 19-July 05

Posted 17 September 2006 - 01:25 AM

use normal icq
ICQ.exe /s
taskkill /F /IM icqlite.exe (i use nircmd.exe killprocess icqlite.exe)
regedit /s clear.reg

clear.reg

Quote

REGEDIT4

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run]"ICQ Lite"=-

[-HKEY_CURRENT_USER\SOFTWARE\ICQToolbar]

[-HKEY_USERS\S-1-5-21-1844237615-484061587-839522115-500\Software\ICQToolbar]

[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\ToolbarICQToolbar.ICQToolbarObjectIEToolbar]


at the end of runoncex.... clean with a batch
rem REMOVE ICQ TOOLBAR
regsvr32 /u /s "%PROGRAMFILES%\ICQToolbar\toolbaru.dll" >nul
RD /S /Q "%ProgramFiles%\\ICQToolbar" >NUL

#3 User is offline   embe 

  • Junior
  • Pip
  • Group: Members
  • Posts: 81
  • Joined: 04-August 06

Posted 17 September 2006 - 11:53 AM

View Postcyberloner, on Sep 17 2006, 09:25 AM, said:

use normal icq
ICQ.exe /s
taskkill /F /IM icqlite.exe (i use nircmd.exe killprocess icqlite.exe)
regedit /s clear.reg

clear.reg

Quote

REGEDIT4

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run]
"ICQ Lite"=-

[-HKEY_CURRENT_USER\SOFTWARE\ICQToolbar]

[-HKEY_USERS\S-1-5-21-1844237615-484061587-839522115-500\Software\ICQToolbar]

[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\ToolbarICQToolbar.ICQToolbarObjectIEToolbar]


at the end of runoncex.... clean with a batch
rem REMOVE ICQ TOOLBAR
regsvr32 /u /s "%PROGRAMFILES%\ICQToolbar\toolbaru.dll" >nul
RD /S /Q "%ProgramFiles%\\ICQToolbar" >NUL


Many thanks! I`ll do do...

#4 User is offline   embe 

  • Junior
  • Pip
  • Group: Members
  • Posts: 81
  • Joined: 04-August 06

Posted 18 September 2006 - 07:59 AM

@ cyberloner

Works perfect, thanks. Also registry tweaks. Except [-HKEY_USERS\S-1-5-21-1844237615-484061587-839522115-500\Software\ICQToolbar] so I didn`t use this tweak.

The only thing I can`t solve is my pasword to ICQ. I don`t know how to register my pasword into registry. When extracting from an existing installation and using this in virtual machine it doesn`t work. As soon as I start ICQ it shows login+my icq number but pasword column is empty...
Any idea how to solve this/what to add to reg tweaks?

Thanks.

#5 User is offline   cyberloner 

  • OCMania.com
  • PipPipPipPip
  • Group: Members
  • Posts: 535
  • Joined: 19-July 05

Posted 18 September 2006 - 12:37 PM

View Postembe, on Sep 18 2006, 07:59 AM, said:

@ cyberloner

Works perfect, thanks. Also registry tweaks. Except [-HKEY_USERS\S-1-5-21-1844237615-484061587-839522115-500\Software\ICQToolbar] so I didn`t use this tweak.

The only thing I can`t solve is my pasword to ICQ. I don`t know how to register my pasword into registry. When extracting from an existing installation and using this in virtual machine it doesn`t work. As soon as I start ICQ it shows login+my icq number but pasword column is empty...
Any idea how to solve this/what to add to reg tweaks?

Thanks.


no idea about the saved login... what i remember icq 98 or icq 99 they use dat files in the icq folder.. =.=

#6 User is offline   embe 

  • Junior
  • Pip
  • Group: Members
  • Posts: 81
  • Joined: 04-August 06

Posted 18 September 2006 - 12:49 PM

View Postcyberloner, on Sep 18 2006, 08:37 PM, said:

View Postembe, on Sep 18 2006, 07:59 AM, said:

@ cyberloner

Works perfect, thanks. Also registry tweaks. Except [-HKEY_USERS\S-1-5-21-1844237615-484061587-839522115-500\Software\ICQToolbar] so I didn`t use this tweak.

The only thing I can`t solve is my pasword to ICQ. I don`t know how to register my pasword into registry. When extracting from an existing installation and using this in virtual machine it doesn`t work. As soon as I start ICQ it shows login+my icq number but pasword column is empty...
Any idea how to solve this/what to add to reg tweaks?

Thanks.


no idea about the saved login... what i remember icq 98 or icq 99 they use dat files in the icq folder.. =.=


Hm...oki, I`ll try to solve this with Autoit script even if your solution works perfect - except pasword...

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy