Jump to content

Okay guys, I need your help with my AIM Triton install...


fly

Recommended Posts

Okay, I really need this **** install to be silent. I've already gone in and cut all the crap out of the install. No Viewpoint, no toolbars, no gay, no nothing. However, there is a dialog box that pops up at the end to say the install is done. If I could just get rid of that, it would be close enough to a silent install to me.

Can anyone shed some light on how to do that?

BTW, cutting out all the crap changed it from 14MB install to an 8MB install. o.O

Link

This is my own server, please be gentle with the downloads...

Edited by fly
Link to comment
Share on other sites


I edited the install a little. aolsoftware.exe shouldn't start now.

I was really hoping for a silent installer wo/ Autoit, but it will have to work. :P

EDIT: Okay, oddly aolsoftware.exe still starts, but I got AIM to not launch when hitting close. So you don't ahve to kill the setup.exe now.

Edited by fly
Link to comment
Share on other sites

Very nice, fly. Here's a script that works well with your second version:

AutoItSetOption("TrayIconHide", 1)
AutoItSetOption("WinTitleMatchMode", 4)

Run( @ScriptDir &"\setup.exe")
WinWait("AIM", "You have completed the installation of AIM")
ControlClick("AIM", "You have completed the installation of AIM", "Button2")

ProcessWait("aolsoftware.exe")
ProcessClose("aolsoftware.exe")
ProcessClose("aim6.exe")

FileDelete( @DesktopCommonDir & "\AIM Triton.lnk")
DirRemove( @ProgramsCommonDir & "\AIM", 1)
FileCopy( @ScriptDir & "\AIM Triton.lnk", @ProgramsCommonDir )

Sleep(2000)
ProcessClose("aolsoftware.exe")

RegDelete("HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run", "HostManager")

Exit

It goes a few steps further and rearranges Start menu/Desktop entries and removes items from Startup. Do a test install, then copy the "AIM Triton" shortcut to the installation directory. Then run the script from there.

[EDIT]Tested working on a clean install.[/EDIT]

Edited by blinkdt
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...