September 7, 200322 yr Good job, and anyone know the switches for Whereisit / CuteFTP Pro / FlashFXP / Alcohol 120% / WebCatcher .... ?
September 8, 200322 yr 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.....
September 9, 200322 yr 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..... Ehh, sorry...
September 9, 200322 yr 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.
September 11, 200322 yr 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:NAnyway 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.
September 11, 200322 yr 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
September 11, 200322 yr I did a quick search for MDAC Security Patch but nothing came up, oh and i include the speech marks do i?
September 11, 200322 yr mIRC anyone?Install mIRC normally and then use XCOPY to copy over the directory. Or put them into an SFX Archive using WinRAR.
September 12, 200322 yr Can someone please post the switches for trillian pro if ya know them? thanks in advance. This would help me alot.
September 12, 200322 yr @drthawhizkidinstall your trillian on d:/.... or e:/....trillian need no registry-enteryafter newinstallation I must execute[_install.bat]regedit /s _monitor.regcall 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 WSHShellSet WSHShell = _WScript.CreateObject("WScript.Shell")Dim MyShortcut, MyDesktop, DesktopPathDesktopPath = 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 = 4MyShortcut.IconLocation = _ WSHShell.ExpandEnvironmentStrings _ ("D:\programme\message\Trillian\trillian.exe, 0")MyShortcut.Save[/shortcut.vbs]
Create an account or sign in to comment