Content Type
Profiles
Forums
Events
Everything posted by owikh84
-
my Show Desktop Icon in Quick Launch on Taskbar missing when integrate IE7 final
-
Photoshop CS2 Activation dialog during silent install.
owikh84 replied to Haynes's topic in Application Installs
The .dat file located in %allusersprofile%\Application Data\Adobe Systems\Product licenses\ only stores reg data for the current machine. But if you reinstalled windows with different User Name or other drive than the current one it won't registered anymore and an error msg will pop up telling you the activation data already unusable for this machine and you'll need to reactivate the software. @ elajua, If I'm not wrong this forum does not allow us to post serial number or crack? -
there's version 2.0 out there: http://www.rainlendar.net/cms/index.php?op...d&Itemid=32
-
I would probably wait for the final release of WMP 11 which is expected on 30th Oct
-
Not working. It shows activation data unuseable when i installed to another machine.
-
Anyone has AutoIt script for Winace 2.65 setup?
-
anyone have a working AutoIt Script for Winamp 5.3 Pro?
-
any update for LimeWire PRO 4.12.6?
-
How about this? http://www.msfn.org/board/index.php?showtopic=84883
-
anyone know what is the switches for the latest Bitcomet 0.71? AutoIt?
-
yup of course we all want it. pls post it. thx alot!
-
Symantec AntiVirus Corporate 10.0.1.1000
owikh84 replied to Shark007's topic in Application Installs
but the autoupdate still pop up after installation completed... -
Not working for me... Setup hung at the very first screen. I'm using this script and it finally successfull! ; AutoIt Options. AutoItSetOption("TrayIconHide", 1) AutoItSetOption("WinTitleMatchMode", 4) Run('msiexec /i "' & @ScriptDir & '\Adobe_Illustrator_CS2.msi"') ; Welcome dialog. If WinWait("Adobe Illustrator CS2 - Setup", "The InstallShield® Wizard will install Adobe Illustrator CS2") Then ControlClick("Adobe Illustrator CS2 - Setup", "The InstallShield® Wizard will install Adobe Illustrator CS2", "Button1") EndIf ; License Agreement. If WinWait("Adobe Illustrator CS2 - License Agreement") Then ControlClick("Adobe Illustrator CS2 - License Agreement", "", "Button5") EndIf ; Customer Information. If WinWait("Adobe Illustrator CS2 - Setup", "The following information must be entered before installation") Then ControlClick("Adobe Illustrator CS2 - Setup", "The following information must be entered before installation", "Button2") EndIf ; Destination Folder. If WinWait("Adobe Illustrator CS2 - Setup", "Destination Folder") Then ControlClick("Adobe Illustrator CS2 - Setup", "Destination Folder", "Button1") EndIf ; Ready to Install the Program. If WinWait("Adobe Illustrator CS2 - Setup", "Ready to Install the Program") Then ControlClick("Adobe Illustrator CS2 - Setup", "Ready to Install the Program", "Button1") EndIf Sleep(5000) AdlibEnable('_Adlib', 500) ; InstallShield Wizard Completed. If WinWait("Adobe Illustrator CS2 - Setup", "InstallShield Wizard Completed") Then ControlClick("Adobe Illustrator CS2 - Setup", "InstallShield Wizard Completed", "Button1") EndIf AdlibDisable() Exit Func OnAutoItStart() ; Single script instance only If WinExists(@ScriptName & '_Interpreter') Then Exit AutoItWinSetTitle(@ScriptName & '_Interpreter') EndFunc Func _Adlib() ; QuickTime 6 is required. If WinExists("Adobe Illustrator CS2 - Setup", "QuickTime 6 is required") Then ControlClick("Adobe Illustrator CS2 - Setup", "QuickTime 6 is required", "Button1") EndIf EndFunc
-
Internet Explorer Standalone&Customization installer tool
owikh84 replied to D555's topic in Application Installs
Pls explain clearly so that I know what you willing to share something with us. that would be much appreciated! -
If AutoIt is still running and it has stopped on the last window then AutoIt may not have recognized the last window with the strings used in the last WinWait(). You can run through the installation and use AutoIt Info Tool to check the Title, Text and ClassnameNN used and correct as needed. I found Autoit Info tool to be useless w/o telling me the solution. Then?
-
not working at all. pls help!
-
The last screen during installation won't automatically click "finish" button and didn't close. btw, the autoIt exe also still running without closing which I assumed there may has some error in the script. Help!
-
how to auto register silently?
-
For all Adobe software, the activation data is kept here: %ALLUSERSPROFILE%\Application Data\Adobe Systems\Product licenses It is in the form of DAT file. So I use winrar sfx to silently extract the data after installation of Adobe software using this comment: Path=%ALLUSERSPROFILE%\Application Data\Adobe Systems\Product licenses SavePath Silent=1 Overwrite=2
-
Can I have the patch (Real.sfx.exe)?
-
arabianhorse. i know this warez monkey!
-
WPI not waiting for install
owikh84 replied to devilrunner's topic in Windows Post-Install Wizard (WPI)
same thing happen to me. the 2nd installation starts before the first one finish its process. kinda stupid especially when using autoit sript installation. -
In previous version, i have to burn the WPI in order to test it. Hope the coming version it's not happen again. thanks
-
[Release] Microsoft .NET 2.0 Single EXE from SVCPACK (+1.1)
owikh84 replied to Aserone's topic in Application Add-Ons
tested with nLite RC8 and it works! -
[Release] Windows Vista sound scheme.
owikh84 replied to BoardBabe's topic in Unattended Windows 2000/XP/2003
any solution?