Jump to content

Recommended Posts


Posted
Good job, and anyone know the switches for Whereisit / CuteFTP Pro / FlashFXP / Alcohol 120% /  WebCatcher .... ? :)

I know alcohol 120 is one of the 1st apps listed at the begning of this thread.....

Posted
Good job, and anyone know the switches for Whereisit / CuteFTP Pro / FlashFXP / Alcohol 120% /  WebCatcher .... ? :rolleyes:

I know alcohol 120 is one of the 1st apps listed at the begning of this thread.....

Ehh, sorry... :)

Posted

Installing Alcohol 120% unattended doesn't quite make a full installation of it. You'll find that the 'Mount' and 'Unmount' options isn't there when right clicking a virtual drive in My Computer.

Doing a manual installation works however, I think this might be because the shell hasn't loaded when doing it unattended.

Posted

I've made myself a unattended installation but during the critical updates installation i received a screen for the MDAC security patch where i have to click "OK" and then i receive another pop up saying "You will have to restart your machine" where i have to click "OK" then i receive another pop up "Do you want to restart your machine now" where i can click "yes" or "no" i'm using this line for the update in my bat file:

start /wait %systemdrive\install\Hotfixes\Q823718_MDAC_SecurityPatch.exe /Q:A /R:N

Anyway ideas? Also can i just confirmed that in order i should install applications first and then critical updates. My reasoning for this is some critical updates could be related to wmp9/dx9b or msn6 so installing them before the applications wouldn't make sense, right? Anyway cheers in advance.

Posted

Hi,

Next time try searching the forum. It's been mentioned several times, but since youre new here we'll let it slide.

start /wait %systemdrive%\Hotfixes\Q823718_MDAC_SecurityPatch.exe /Q /C:"dahotfix /Q /N"

RemyBlade

Posted
mIRC anyone?

Install mIRC normally and then use XCOPY to copy over the directory. Or put them into an SFX Archive using WinRAR.

Posted

@drthawhizkid

install your trillian on d:/.... or e:/....

trillian need no registry-entery

after newinstallation I must execute

[_install.bat]

regedit /s _monitor.reg

call shortcut.vbs

[/_install.bat]

[_monitor.reg]

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run]

"Trillian"="D:\\programme\\message\\Trillian\\trillian.exe"

[/_monitor.reg]

[shortcut.vbs]

Dim WSHShell

Set WSHShell = _

WScript.CreateObject("WScript.Shell")

Dim MyShortcut, MyDesktop, DesktopPath

DesktopPath = WSHShell.SpecialFolders("Desktop")

Set MyShortcut = _

WSHShell.CreateShortcut(DesktopPath & _

"\Trillian.lnk")

MyShortcut.TargetPath = _

WSHShell.ExpandEnvironmentStrings _

("D:\programme\message\Trillian\trillian.exe")

MyShortcut.WorkingDirectory = _

WSHShell.ExpandEnvironmentStrings("D:\programme\message\Trillian")

MyShortcut.WindowStyle = 4

MyShortcut.IconLocation = _

WSHShell.ExpandEnvironmentStrings _

("D:\programme\message\Trillian\trillian.exe, 0")

MyShortcut.Save

[/shortcut.vbs]

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...