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
  • 6
  • 7
  • 8
  • 9
  • 10
  • Last »
  • 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

#136 User is offline   muiz 

  • SPECIAL
  • PipPipPipPipPipPip
  • Group: Banned
  • Posts: 1,055
  • Joined: 03-August 03
  • OS:none specified
  • Country: Country Flag

Posted 11 December 2005 - 02:59 AM

VobSub_2.23

Attached File(s)




#137 User is offline   MHz 

  • SendToA3X v1.7
  • PipPipPipPipPipPipPip
  • Group: Members
  • Posts: 1,634
  • Joined: 02-August 04

Posted 16 December 2005 - 07:48 AM

DivX Bundle 6.4

Homepage

Comments:
Choose components and shortcuts within the script to keep or remove. Toolbars and downloads processes are prevented from any operation or installation tactics. An opening internet browser will be closed amongst other needed actions to make installation without hassles.

Download Install Script:
Attached File  _DivXInstaller_v6.4.au3 (10.98K)
Number of downloads: 213

This post has been edited by MHz: 06 November 2006 - 06:59 AM


#138 User is offline   --=ddSHADOW=-- 

  • --=ddSHADOW=--
  • PipPip
  • Group: Members
  • Posts: 209
  • Joined: 08-August 04

Posted 28 December 2005 - 04:51 AM

Hypersnap 6

Homepage
Updated script from Nologic
Open the setup file with winrar and add your HprSnap6.hs6lic to make installation with registration

Attached File(s)



#139 User is offline   maciel310 

  • Group: Members
  • Posts: 1
  • Joined: 07-January 06

Posted 07 January 2006 - 07:45 PM

File: Unreal Tournament G.O.T.Y. Edition (Should also work with original UT)

Version: 1.0

This is an automated installer for UT to install the game from the Hard Drive without user interaction, defaulting the installation to D:\UnrealTournament. Copy the contents of the CD to the (C,D,E):\UTInstall directory or change the If..Then..Else statement at the top of the script to a single Run command pointing to the setup.exe file on your CD drive. If you would like to change the installation directory just change the variable located at the top line of the script to whatever location you want. This was tested using the Unreal Tournament GOTY Edition CD version 432 and should work with any version of UT however this is the only version of UT that I have so YMMV.

Note: This is for the original versions of UT ONLY and likely will not work with UT2k3,4, or any other version of Unreal. You are free to try, however, but those were not what I was intending this for.

Attached File(s)


This post has been edited by maciel310: 07 January 2006 - 07:46 PM


#140 User is offline   darks0ul 

  • Member
  • PipPip
  • Group: Members
  • Posts: 142
  • Joined: 15-September 04

Posted 14 January 2006 - 03:43 PM

This scripts silently installs Corel Paint Shop Pro X. You just have to type the serial number (as 3 strings), in the script file (it's at the beginning).

Attached File(s)

  • Attached File  pspx.au3 (3.49K)
    Number of downloads: 249


#141 User is offline   Halfwalker 

  • Junior
  • Pip
  • Group: Members
  • Posts: 86
  • Joined: 12-October 05

Posted 16 January 2006 - 05:48 PM

Here's an exceptionally simple one for Belarc Advisor. This is a neat system analyzer, found at Belarc Advisor download

The script is painfully simple.

; Script Start - Add your code below here

Run ("C:\Windows\Temp\Belarc\advisor.exe" & " /S")
WinWaitActive ("Belarc License Agreement")
ControlClick ("Belarc License Agreement", "", "I Don't Agree")
WinWaitActive ("Belarc License Agreement")
ControlClick ("Belarc License Agreement", "", "I Don't Agree")
FileDelete ("C:\Documents and Settings\All Users\Desktop\Belarc Advisor.lnk")
FileMove ("C:\Documents and Settings\All Users\Start Menu\Programs\Belarc Advisor.lnk", "C:\Documents and Settings\All Users\Start Menu\Programs\Security\Belarc Advisor.lnk")

Note - this depends on having the compiled script (BelarcIT.exe) and the installer (Advisor.exe) in the c:\windows\temp\Belarc directory. Otherwise, adjust to suit.

D.

#142 User is offline   muiz 

  • SPECIAL
  • PipPipPipPipPipPip
  • Group: Banned
  • Posts: 1,055
  • Joined: 03-August 03
  • OS:none specified
  • Country: Country Flag

Posted 01 February 2006 - 03:01 PM

3dmark 03/05/06


EDIT:
Sorry i forgot to tell that, before you run it you need to aply the reg file. :blushing:


Windows Registry Editor Version 5.00


;3DMARK REG
[HKEY_LOCAL_MACHINE\SOFTWARE\Futuremark]

[HKEY_LOCAL_MACHINE\SOFTWARE\Futuremark\3DMark03]
"KeyCode"="xxxx-xxxx-xxxx-xxxxx"

[HKEY_LOCAL_MACHINE\SOFTWARE\Futuremark\3DMark03\3.6.0]

[HKEY_LOCAL_MACHINE\SOFTWARE\Futuremark\3DMark05]
"KeyCode"="xxxx-xxxx-xxxxx-xxxxx"

[HKEY_LOCAL_MACHINE\SOFTWARE\Futuremark\3DMark06]
"KeyCode"="xxxx-xxxxx-xxxxx-xxxxx-xxxxx"

Attached File(s)

  • Attached File  03.au3 (2.49K)
    Number of downloads: 138
  • Attached File  06.au3 (2.6K)
    Number of downloads: 163
  • Attached File  05.au3 (2.5K)
    Number of downloads: 125

This post has been edited by muiz: 05 February 2006 - 11:06 AM


#143 User is offline   Ghost82 

  • Member
  • PipPip
  • Group: Members
  • Posts: 138
  • Joined: 21-November 04

  Posted 04 February 2006 - 10:31 AM

Updated my BricsCAD script.

Now supports both the Classic and Pro version, tried to make it compatible with all (future) versions of BricsCAD.

Attached File  BricsCad.au3 (3.19K)
Number of downloads: 165

#144 User is offline   MHz 

  • SendToA3X v1.7
  • PipPipPipPipPipPipPip
  • Group: Members
  • Posts: 1,634
  • Joined: 02-August 04

Posted 05 March 2006 - 06:53 PM

Alcohol 120% 1.9.6.4629

Homepage

Comments:
The "Get Registration Script" will retrieve the registration from the registry and add it into your clipboard, so you can easily paste into your "Install Script".

This script uses an include file, "IE.au3" which will be included into the main script when compiled. "IE.au3" is included with AutoIt 3.2.0.1 and above so you should already have it. The use of COM code is suitable to add to this version of installer for it's use of embedded Html.

For a seamless (no roboot...) install at 1st logon, then this install script requires you to install the SPTD Scsi driver as posted here at a previous time like T-12 of Windows Setup (Thanks to Shark for distributing the unattended version). The install script below was never intended to handle the SPTD Scsi driver installation also.

The Starwind service is not the scsi driver, but only is suitable for Network use so is not needed for home users without a network setup.

Download: Install Script:
Attached File  _Alcohol120_1.9.6.4629.au3 (7.16K)
Number of downloads: 507

Download: Get Registration Script:
Attached File  Alcohol_120_Registration.au3 (923bytes)
Number of downloads: 416

This post has been edited by MHz: 06 November 2006 - 11:30 PM


#145 User is offline   BoardBabe 

  • MSFN Expert
  • PipPipPipPipPipPip
  • Group: Members
  • Posts: 1,419
  • Joined: 04-October 04

Posted 09 March 2006 - 06:56 PM

Nero 7.x

Description:
Install Nero 7.x (any language) completly silent, with custom components and configuration.
Run from within same directory as nero setup executable.

Features:
  • Completly removes and disables Nero Scout
  • Removes Nero startup process(es)
  • Disables 'prompt to save unsaved project/compilation when exiting'
  • Enables 'DVD overburning'
  • Enables 'Show real recorder write speed while burning'
  • Enables 'Short Lead-Out'
  • Prevents the CD/DVD from ejecting after burning is complete
  • Permanently moves annoying UserImages.bmp to Temp dir
  • Modifies 'Nero 7 Demo' title in add/remove programs according to licensekey
Many thanks to MHz for his help developing this script.

Attached File(s)


This post has been edited by BoardBabe: 18 March 2006 - 11:09 AM


#146 User is offline   --=ddSHADOW=-- 

  • --=ddSHADOW=--
  • PipPip
  • Group: Members
  • Posts: 209
  • Joined: 08-August 04

  Posted 12 March 2006 - 12:18 PM

CCleaner 1.28

Homepage
Use the SLIM version (no Yahoo Toolbar) download it HERE

Features:
* Shortcut's in All Users Start Menu Folder
* Install into your group (example Tools) in Program Files and in Start Menu Folder
* Delete selected Shortcuts on Desktop and in Start Menu
* Recycle Bin context menu option
* Automatically check for updates option

Script will work for newer versions if the installer will not change.

FIXED one small bug at the end of installation

DONT use ccleaner.exe to install use something else like cc.exe if u dont Finish button is not pressed

Attached File(s)


This post has been edited by --=ddSHADOW=--: 03 May 2006 - 12:55 PM


#147 User is offline   --=ddSHADOW=-- 

  • --=ddSHADOW=--
  • PipPip
  • Group: Members
  • Posts: 209
  • Joined: 08-August 04

Posted 12 March 2006 - 03:06 PM

CDCheck 3.1.11.0

Homepage
This is free program for personal use but if u have registration code the script will register the program.

Features:
* Shortcut's in All Users Start Menu Folder
* Install into your group (example Tools) in Program Files and in Start Menu Folder
* Delete selected Shortcuts on Desktop and in Start Menu
* Registration

Script will work for newer versions if the installer will not change.

Attached File(s)



#148 User is offline   Djé 

  • accent artist
  • PipPipPip
  • Group: Members
  • Posts: 359
  • Joined: 10-January 06

Posted 15 March 2006 - 12:56 AM

Babylon Pro v5.0

Script version: BabylonV5.0.au3 v0.0.1

Babylon Pro is an online/offline dictionnary running in the system tray and that you can conveniently call using a (selectable) Hotkey or mouse-key combination.
This script allows to install silently:
+ the main program:
-including or not glossaries
-with a licence code or a trial licence
-in a choosen language
-from any path, including UNC
+Some additional offline glossaries (to download first).

Usage:
-Go down the scripts and edit the editable sections (3 first ones) to suit your needs. Comprehensive instructions provided.
-Have the script run directly if autoIt is already installed OR compile it and have it run standalone from any point in your install.

Attached zip contains the .au3 script plus an icon ResHacked from a Babylon Package to (optionally) compile the script with.

Attached File(s)


This post has been edited by Djé: 15 March 2006 - 01:08 AM


#149 User is offline   redfive19 

  • Junior
  • Pip
  • Group: Members
  • Posts: 96
  • Joined: 17-August 04

Posted 15 March 2006 - 02:38 PM

I started reading up on 7-Zip today a year or so behind everyone else ;)

I liked it so much I decided to make my life a little easier.

Here's a GUI I created with Autoit. It was quick and dirty so please post any bugs/comments/suggestions. Thanks!

-redfive19

thanks to InViSibLe Gr for the suggestion to post it here.

Attached File(s)

  • Attached File  7_zip.au3 (2.77K)
    Number of downloads: 334


#150 User is offline   muiz 

  • SPECIAL
  • PipPipPipPipPipPip
  • Group: Banned
  • Posts: 1,055
  • Joined: 03-August 03
  • OS:none specified
  • Country: Country Flag

Posted 11 April 2006 - 02:18 PM

Crystal player

http://www.crystalplayer.com

Opt("WinWaitDelay",100)
Opt("WinTitleMatchMode",4)
Opt("WinDetectHiddenText",1)
Opt("MouseCoordMode",0)
Run('CrystalPro.exe')
WinWait("License Agreement","Disagree")
If Not WinActive("License Agreement","Disagree") Then WinActivate("License Agreement","Disagree")
WinWaitActive("License Agreement","Disagree")
Send("{TAB}{TAB}{TAB}{ENTER}")
WinWait("About","Official site")
If Not WinActive("About","Official site") Then WinActivate("About","Official site")
WinWaitActive("About","Official site")
Send("{TAB}{TAB}{TAB}{ENTER}")
WinWait("Install...","Add CrystalPlayer ic")
If Not WinActive("Install...","Add CrystalPlayer ic") Then WinActivate("Install...","Add CrystalPlayer ic")
WinWaitActive("Install...","Add CrystalPlayer ic")
Send("{TAB}{TAB}{TAB}{TAB}{SPACE}{TAB}{TAB}{TAB}{SPACE}{TAB}{ENTER}")
WinWait("File types","Uncheck all")
If Not WinActive("File types","Uncheck all") Then WinActivate("File types","Uncheck all")
WinWaitActive("File types","Uncheck all")
Send("{TAB}{TAB}{TAB}{ENTER}{TAB}{TAB}{ENTER}")
WinWait("Message","CrystalPlayer is ins")
If Not WinActive("Message","CrystalPlayer is ins") Then WinActivate("Message","CrystalPlayer is ins")
WinWaitActive("Message","CrystalPlayer is ins")
Send("{ENTER}")
WinWait("Crystal Player Professional 1.97","")
If Not WinActive("Crystal Player Professional 1.97","") Then WinActivate("Crystal Player Professional 1.97","")
WinWaitActive("Crystal Player Professional 1.97","")
Send("{ALTDOWN}{F4}")


#151 User is offline   T D 

  • Go MSFN!
  • PipPipPipPipPip
  • Group: Members
  • Posts: 940
  • Joined: 05-April 06

Posted 17 April 2006 - 12:32 PM

This is for a little soft called blender. Homepage
I've tested it on 2.41, may work with future versions, change 2.41 to version.
setup has to be called blender.exe
Run("blender.exe")
  WinWaitActive("Blender 2.41 Installer", "Welcome")
  Send("!N")
  WinWaitActive("Blender 2.41 Installer", "License Agreement")
  Send("{TAB}{TAB}{ENTER}")
  WinWaitActive("Blender 2.41 Installer", "Choose Components")
  Send("{ENTER}")
  WinWaitActive("Blender 2.41 Installer", "Choose Install Location")
  Send("{TAB}")
  Send("!N")
  WinWaitActive("Blender 2.41 Installer", "Specify User Data Location")
  Send("{TAB}{TAB}{TAB}")
  Send("!I")
  WinWaitActive("Blender 2.41 Installer", "Completing the Blender")
  Send("R")
  Send("{TAB}{ENTER}")

This post has been edited by T D: 17 April 2006 - 12:33 PM


#152 User is offline   ZileXa 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 767
  • Joined: 27-May 04

Posted 20 April 2006 - 12:58 PM

PrimoPDF
PrimoPDF download.

PrimoPDF allows you to create PDF from Word or any other app.
Just select to Print in the app, select the primopdf printer and primopdf dialog will popup asking you what quality you want (print, screen, ebook etc), you can give author information etc AND you can select to use encryption to protect your PDF files from being edited or textcopy.

Ofcourse there are others, but PrimoPDF looks more user-friendly!
PDFcreator and others don't look as clear.
And it offers encryption.

Attached File(s)



#153 User is offline   Dw2k 

  • Newbie
  • Group: Members
  • Posts: 15
  • Joined: 20-September 03

  Posted 29 April 2006 - 09:56 AM

ZileXa, attemped to use your primo script but its no in my language (english) so I made an english version.

Its my first script so its a bit clunky probably, but it worked for me. :thumbup

Attached File(s)



#154 User is offline   salawinder 

  • Newbie
  • Group: Members
  • Posts: 29
  • Joined: 20-May 04

Posted 15 May 2006 - 07:38 AM

Nero 7.2.0.3

I hope this helps those that need it. this script has been created with the help of Glowy & Sanjay. Thanks go to them for their help, it wouldn't be here without them.

This is my first (published) script, and although we seem to have ironed out the bugs, if you find any, let us know in the following thread (don't post here, as this is for scripts ONLY)

http://www.msfn.org/...showtopic=73118

There is an English version of the script (Nero7.au3) and a Dutch version created by Glowy (Nero7nld.au3)

Thanks,
Salawinder.

Attached File(s)


This post has been edited by salawinder: 15 May 2006 - 07:41 AM


#155 User is offline   --=ddSHADOW=-- 

  • --=ddSHADOW=--
  • PipPip
  • Group: Members
  • Posts: 209
  • Joined: 08-August 04

  Posted 21 May 2006 - 04:50 AM

Alanoll's Winamp msi installer with autoit

Features:

- used his installer from here
- u can install from anywhere not just from example: \"%systemdrive%\Install\WINAMP_5\winamp.ini"
- copy skins files to SKINS folder
-
copy plug-ins files to PLUG-IN folder
- copy winamp.msi and winamp.ini to SETUP folder
- change custom messages if u like

Attached File  source.zip (34.34K)
Number of downloads: 224

U can also use my example u need only to enter the username and password in winamp.ini

HERE

Big :thumbup go to
Alanoll who made the msi installer

Share this topic:


  • 13 Pages +
  • « First
  • 6
  • 7
  • 8
  • 9
  • 10
  • Last »
  • 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 - 2011 msfn.org
Privacy Policy