MSFN Forum: AutoIT Script Collection - Contributions Only - 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
  • 13 Pages +
  • « First
  • 11
  • 12
  • 13
  • You cannot start a new topic
  • You cannot reply to this topic

AutoIT Script Collection - Contributions Only Anything without switches, might be here Rate Topic: ***** 2 Votes

#241 User is offline   radix 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 732
  • Joined: 08-February 07
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 09 March 2010 - 08:46 AM

Ashampoo Burning Studio 9.21

Attached File(s)


This post has been edited by radix: 08 February 2012 - 05:22 AM



#242 User is offline   Showtime2kX 

  • Group: Members
  • Posts: 1
  • Joined: 23-September 10
  • OS:none specified
  • Country: Country Flag

Posted 24 September 2010 - 01:17 AM

CCleaner

Installation

This will automate the installation of CCleaner. This is the version of CCleaner that DOES NOT come with the toolbar (recommended).

Download CCleaner Slim from here:
http://www.piriform....r/download/slim


Running

Also inside the .rar compressed file is another script to Open CCleaner > Run Cleaner > Open Registry Section > Scan For Registry Issues > Fix All Registry Issues > Close CCleaner > Display confirmation message.

In order for the running script to work properly, please go into the CCleaner settings and uncheck/disable the following options:

  • Check for Updates automatically
  • Ask for Registry Backups


Everything is attached. Just extract to the same folder and make sure your installation file is in the same folder as well and your good to go!

Attached File(s)



#243 User is offline   Geej 

  • Senior Member
  • PipPipPipPip
  • Group: Members
  • Posts: 634
  • Joined: 01-January 08
  • OS:XP Pro x86
  • Country: Country Flag

Posted 06 November 2010 - 05:17 PM

iTunes 10
Tested with iTunes v10.0.1.22
download site: http://www.apple.com/itunes/
Full installation of all components but w/o quicktime association (i.e. quicktime is installed)
Tested ok with XP English via svcpack

Edit: 3 Mar 2012
Customisation for v10.5.3.3
(Note: The attach au3 is for the old one. There is no v10.5.3.3 au3)

Attached File(s)


This post has been edited by Geej: 03 March 2012 - 03:18 AM


#244 User is offline   radix 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 732
  • Joined: 08-February 07
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 15 February 2011 - 05:03 PM

Ashampoo Burning Studio 6.80 Free

Attached File(s)


This post has been edited by radix: 08 February 2012 - 05:22 AM


#245 User is offline   borism25 

  • Group: Members
  • Posts: 3
  • Joined: 31-January 11
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 26 February 2011 - 06:02 AM

hi guys i am new at autoit, but i can't find how to add exe file in the script... I am create script and whan i compile my file is only 295kb but program is 19mb...

program is VLC 1.1.5 when i start script from the autoit everything is fine and install work perfectly, but only in the autoit working, i have write "RUN" and the vlc is in the same folder and then is perfectly, but what i need to type to get vlc inluced in the script whan i compile, exe compile file just run and run, in the task manager i have cca 15 VLC apps runing, but

how i can inlcude vlc in the script, what options file install, installer?

sorry if i have mistakes in the english i am croatian thnx in advanced

This post has been edited by borism25: 26 February 2011 - 07:04 AM


#246 User is offline   radix 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 732
  • Joined: 08-February 07
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 26 February 2011 - 03:06 PM

Ashampoo Burning Studio 10.0.10

Attached File(s)


This post has been edited by radix: 08 February 2012 - 05:23 AM


#247 User is offline   radix 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 732
  • Joined: 08-February 07
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 12 March 2011 - 05:22 AM

Unlocker 1.9.1 x86 & x64

Attached File(s)


This post has been edited by radix: 08 February 2012 - 05:23 AM


#248 User is offline   ivanferrer 

  • Group: Members
  • Posts: 1
  • Joined: 08-July 11
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 08 July 2011 - 10:27 AM

; SAVE FILE IN SELECT FOLDER
$var = FileSelectFolder("Select local save file", "")
If ($var) Then
$VarTwo = FileCopy("doc\file_name.pdf",$var&"\", 1)
If ($VarTwo) Then
MsgBox(1,"File Copy to:",@ScriptDir & $var &"\"& "file_name.pdf")
EndIf
If @error > 0 Then
    MsgBox(0, "Error!", "This file not copy!")
    Exit
	EndIf
Else
	Exit
EndIf	



#249 User is offline   ykchanaed 

  • Junior
  • Pip
  • Group: Members
  • Posts: 90
  • Joined: 18-January 07

Posted 19 July 2011 - 11:21 PM

iTunesSetup.exe

10.3.1.55

I used it in RunOnceEx.
And some Start Menu clean up.


Attached File  iTunesSetup.au3 (2.14K)
Number of downloads: 47

Note: reg command to fix the locale to ENU and let installer installs in English

This post has been edited by ykchanaed: 19 July 2011 - 11:44 PM


#250 User is offline   PatM 

  • Group: Members
  • Posts: 2
  • Joined: 16-September 11
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 16 September 2011 - 11:09 PM

View Postborism25, on 26 February 2011 - 06:02 AM, said:

hi guys i am new at autoit, but i can't find how to add exe file in the script... I am create script and whan i compile my file is only 295kb but program is 19mb...

program is VLC 1.1.5 when i start script from the autoit everything is fine and install work perfectly, but only in the autoit working, i have write "RUN" and the vlc is in the same folder and then is perfectly, but what i need to type to get vlc inluced in the script whan i compile, exe compile file just run and run, in the task manager i have cca 15 VLC apps runing, but

how i can inlcude vlc in the script, what options file install, installer?

sorry if i have mistakes in the english i am croatian thnx in advanced

When you compile the script, you are not compiling the source files necessary for the installation. You're just compiling the script. You have to supply the executable for the installation and make references to there location in the script. An AutoIT script is just a gloried batch file.

#251 User is offline   gnikolic 

  • Group: Members
  • Posts: 1
  • Joined: 23-October 11
  • OS:XP Pro x86
  • Country: Country Flag

Posted 23 October 2011 - 03:13 PM

Hello All!

Need a little help. Just confussed what is the best try to make script to do what i want to do.
I want to make a script:
1. ask a workstation name and set to the computer.
2. restart same.
3. if there is installed .net, go to next step, if isnt, install it...

Is it possible to make script which would be in startup and do these first steps?
Is it possible to make script which would be usable to test is it name of computer setups after restart?
If using IF command how to check is there some folder or file and not having IFNOTEXIST...
I'll made script with something like this: IF FILEEXIST("C:\Folder") then goto
but there isnt goto command. If there is something like IF FILEnotEXIST("C:\Folder") it would be much easyer...

Any help?

My idea is to make script to make useable computer after driver installation. Setup workstation name, install .net, install messenger, Office, divx codecs, and at last join the workstation to domain...

#252 User is offline   radix 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 732
  • Joined: 08-February 07
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 02 January 2012 - 05:18 PM

Ashampoo Burning Studio 11 v.11.0.3

Attached File(s)


This post has been edited by radix: 11 March 2012 - 09:09 AM


#253 User is offline   radix 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 732
  • Joined: 08-February 07
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 30 January 2012 - 01:25 PM

DivX Plus 8.2.2 Build 1.8.5.36

Attached File(s)


This post has been edited by radix: 04 March 2012 - 07:22 AM


#254 User is offline   radix 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 732
  • Joined: 08-February 07
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 02 February 2012 - 05:23 AM

ZoneAlarm Free 10.1.079.000

Attached File(s)


This post has been edited by radix: 08 February 2012 - 05:24 AM


#255 User is offline   radix 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 732
  • Joined: 08-February 07
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 03 April 2012 - 03:16 PM

uTorrent 3.1.3 Build 26837
Removed

This post has been edited by radix: 16 November 2012 - 03:13 PM


#256 User is offline   Sonic 

  • Sonic
  • Group: Patrons
  • Posts: 1,603
  • Joined: 04-December 03

Posted 15 April 2012 - 10:56 AM

Avast 7

edit ALT-KEY (= !x ) to your localized version
you can view ALT-key needed during normal setup and pressing only ALT key during 2 seconds
here is for french version

edit the two first RegWrite values to your license
here is free one year license valid to 14/04/2012

edit last lines to your localized version
replace "Bloc-notes" to "Notepad" for example ...

avast5.ini is edited to Disable AutoSandBox and AutoUpdate Program same as defs
you can delete last lines to skip edit avast5.ini.

Feel free to comments to optimize

;au3 by Sonic

;Free License
RegWrite("HKLM\SOFTWARE\AVAST Software\Avast","RegData","REG_BINARY","0cca8caa66ca8caa66ca8caa66ca8caa0bca8caa66ca85aa6ecaf4aa6eca84aa6fca83aa72cae0aa6ecafbaa68caf4aa13cae7aa17cab5aa2fd104e55fcab5aa")
RegWrite("HKLM\SOFTWARE\AVAST Software\Avast","Registration","REG_BINARY","c6ffb9ffbaffcaffcfffccffcaffbaffd2ffc8ffbbffb9ffcbffd2ffcbffbcffc9ffc7ffd2ffc7ffcaffcfffbdffd2ffbeffcdffc8ffc8ffbbffcaffcdffc6ffcdffc7ffcfffc9ffffffa9f52a8eb2889189e1ff01000000a7fcb688e463b688ffffb9881f0ba9f5ffffffff8f0aa9f544feb68851c0ff82870aa9f5ffffffff870aa9f5a1c1ff82bf0aa9f5ef09a9f5fffff58944feb688070ba9f551739a89967ca189cfde96fffcffffff007da189cfde96ff998796ff030ba9f5f479a189998796ffc76f96fffa6376b0ffffffff7a3095aeffffffff7a3095aeffffffff")

;Disable Google Things
RegWrite("HKLM\SOFTWARE\Google\No Chrome Offer Until","AVAST Software","REG_DWORD","20200101")
RegWrite("HKLM\SOFTWARE\Google\No Toolbar Offer Until","AVAST Software","REG_DWORD","20200101")
RegRead("HKCU\Software\Google\Update\Clients\{8A69D345-D564-463c-AFF1-A69D9E530F96}","pv")
If @error<>"0" Then
RegWrite("HKCU\Software\Google\Update\Clients\{8A69D345-D564-463c-AFF1-A69D9E530F96}","pv","REG_SZ","")
EndIf
Sleep("500")

;Start Setup
Run("avast7.exe")
WinWaitActive("avast! FREE ANTIVIRUS Setup")
WinActivate("avast! FREE ANTIVIRUS Setup")
Sleep("500")
Opt("SendKeyDelay", 500)
Send("!p")
Send("!s")
Send("!d")
Sleep("500")
Opt("SendKeyDelay", 50)
Send("{TAB 6}")
Send("{SPACE}")
Send("{TAB}")
Send("{SPACE}")
Send("{TAB 8}")
Send("{SPACE}")
Opt("SendKeyDelay", 500)
Send("!s")
Send("!s")
ProcessWait("ashQuick.exe")
ProcessWaitClose("ashQuick.exe")
ProcessClose("avast.setup")
FileDelete(@DesktopCommonDir&"\avast! Free Antivirus.lnk")

;avast5.ini Options
BlockInput(1)
ShellExecute("notepad.exe",@AppDataCommonDir&"\AVAST Software\Avast\avast5.ini")
WinWait("avast5")
Sleep("500")
Opt("SendKeyDelay", 1)
ControlSend("avast5","","","{DOWN 122}",0)
ControlSend("avast5","","","AutoSandboxEnabled=0{ENTER}",0)
ControlSend("avast5","","","ProgramUpdate=Auto{ENTER}",0)
ControlSend("avast5","","","!{F4}",0)
Sleep("500")
ControlClick("Bloc-notes", "", "Button1")
BlockInput(0)


This post has been edited by Sonic: 15 April 2012 - 01:56 PM


#257 User is offline   radix 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 732
  • Joined: 08-February 07
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 08 May 2013 - 01:34 PM

Start Is Back 2.1

1. If your Windows 8 operating system is other version than English, this script will not work for you.
In this case, use AutoIt 3 Info utility to find your StartIsBack windows titles and text located
inside those windows and change this script to fit your needs.
2. Tweaks section contain some registry settings explained. If you don't want them, delete them and put your
own (use RegShot, SysTracer
or other similar programs to capture registry changes).
3. Copy your License Key on $LicenseKey variable, inside quotes. If License Key is not provided,
activation will be skipped. If you provide a License Key, but the internet connection is closed during
activation, the AutoIt script or the compiled AutoIt script will deal with the pop-up window that contain
the error message.
4. Download the start button images containing Windows logo from here (due to Microsoft request, all
start button images containing Windows logo were removed from installer): http://tihiy.net/files/WinOrbs.zip
5. Unzip the archive downloaded in the previous step to "WinOrbs" folder.
6. Installer, WinOrbs folder and the compiled AutoIt file must be in the same folder.

Attached File(s)


This post has been edited by radix: Yesterday, 08:23 AM


Share this topic:


  • 13 Pages +
  • « First
  • 11
  • 12
  • 13
  • You cannot start a new topic
  • You cannot reply to this topic

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



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