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

#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

#156 User is offline   --=ddSHADOW=-- 

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

Posted 21 May 2006 - 05:33 AM

ffdSHOW

Homepage

Features:
* install sse2 or sse or none sse version of ffdshow codecs
* SSE detection via cpuz

How to use:
Download three version of codecs from HERE and copy them to installers folder
Then change the file names in the script
Example:
$sse2="ffdshow-20060505-rev2546-SSE2.exe /S"
$sse="ffdshow-20060505-rev2546-SSE.exe /S"
$none="ffdshow-20060513-rev2546.exe /S"
Download cpu-z HERE and extract files to SETUP folder

Compile the au3 to exe and run
Attached File  ffdshow.rar (19.27K)
Number of downloads: 192

Or download this its all included here

This post has been edited by --=ddSHADOW=--: 21 May 2006 - 05:34 AM


#157 User is offline   Djé 

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

Posted 31 May 2006 - 01:46 PM

At the general request of Sangi, here is the follow-up of this:

Babylon Pro v6.0

Script version: BabylonV6.0.au3 v0.0.1

Babylon Pro is an offline/online dictionnary.
It runs in the system tray. You just call it using a (selectable) hotkey or mouse-key combination on the word you want to look out.
It offers a very wide range of dictionaries that you can download to you computer for a free trial (30 days).
...but curiously no French-Portuguese dictionary :wacko: ;)

This script not only installs Babylon6 (whichever main installer you choose), it also has the following features:
- Completely Language Independant. -> No need to feed it with windows' title & text. It doesn't need it.
- Uses a fully customizable .ini file to read the options from.
- Completely silent.
- All Setup Wizard's answers can be freely adapted: Language, License, Mouse Button, Destination Directory, Icons, Start now and spam.
- Any number of additional glossaries can be silently installed during the same process, in a chosen order.
- Reg tweaks (Dictionary Updates, Hide Translation window, Start with Windows) can be selected.
- Microsoft Speech engine can be installed.
- License files can be installed silently as well.

* No need to edit the script.
* Just edit the options in the .ini file. All options are fully documented.
* Then just run the script, compiled or not. Optional usages are also documented.

The zip attached contains the AutoIt script (.au3) and my babylon.ini file as a template for yours.

Attached File(s)



#158 User is offline   --=ddSHADOW=-- 

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

Posted 19 June 2006 - 07:41 AM

Winamp 5.33+ PRO

Homepage
Latest version of Pro version HERE search for Already own Pro and need to upgrade?

Change log
1.2.1
- updated script so no wait for Beta version report
- mouse blocked during setup (abort by pressing CTRL+ALT+DELETE)
1.2
- new logo much better
- added some code for autodetection of setup file
- optimized
1.1 (Number of downloads: 168)
- Fixed the coordinates for selection's now it works under any screen res. (800x600,1024x768,1124x864,...)
- added new code to support latest beta version 525.0801
1.0 (Number of downloads: 133)
- Start Script

Features:
- u can select many options like in Alanoll's Winamp + some others
- script delete old registration info if exists
- script delete old settings if exists

How to use:

- copy installation file (*.exe) to SETUP folder
- add your registration info
- copy skins files to SKINS folder
- copy plug-ins files to PLUG-IN folder
- change custom messages if u like

Dont just run check the source, modify it to your need.
Script will work for newer versions if the installer will not change.
If any problems contact me via PM (dont send emails).

P.S. Script is blocking your mouse during setup (abort by pressing CTRL+ALT+DELETE)

Latest tested version: Winamp 5.3.3 build 1100 WORKING

Attached File(s)


This post has been edited by --=ddSHADOW=--: 13 February 2007 - 04:31 PM


#159 User is offline   --=ddSHADOW=-- 

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

Posted 19 June 2006 - 09:38 AM

BsplayerPRO 2.20+

Homepage

Changelog:
1.3
- updated registration method for version 2.2
- added config.ini where u put your registration info no need to edit the source file
- removed mouse emulation

1.2.1 Number of downloads: 35
Updated for new registration location.
New version fixed problems in Windows Vista
1.2. Number of downloads: 67
Automatic detection of setup file, u dont need to check what is $installer= whatever
Added skin that u must have :D
1.1. Number of downloads: 150
Updated the way to register Bsplayer the old method was to quick didnt wait Bsplayer to confirm the registration
1.0 Number of downloads: 48

Features:
- sillent install
- script delete old registration info if exists
- registration

How to use:
- copy installation file (*.exe) to SETUP folder
- copy skins files to SKINS folder
- add your registration info in the config.ini
- change custom messages if u like

Script will work for newer versions if the installer will not change.
If any problems contact me via PM (dont send emails).
Attached File  BSP2.20.zip (131.53K)
Number of downloads: 601

This post has been edited by --=ddSHADOW=--: 01 May 2007 - 04:14 AM


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