MSFN Forum: Ashampoo Burning Studio 9.20 - 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
  • 2 Pages +
  • 1
  • 2
  • You cannot start a new topic
  • You cannot reply to this topic

Ashampoo Burning Studio 9.20 Rate Topic: -----

#1 User is offline   sahra 

  • Newbie
  • Group: Members
  • Posts: 19
  • Joined: 29-January 10

Posted 02 February 2010 - 06:30 AM

i have a problem in script that i found in this forum
the script:
#cs ----------------------------------------------------------------------------

AutoIt Version: 3.3.0.0
Author:		 myName

Ashampoo Burning Studio 9.20
Application site: http://www2.ashampoo.com/webcache/html/1/product_2_2210___USD.htm

Script Function:
	Template AutoIt script.

#ce ----------------------------------------------------------------------------

; Script Start - Add your code below here

Opt("TrayIconDebug", 1)

; Installer file name
$Installer = "ashampoo_burning_studio_9_9.20_sm.exe"
; Serial number
$SN = "xxxxxx-xxxxxx-xxxxxx"

$PreviousInstallation = RegRead("HKLM\Software\Microsoft\Windows\CurrentVersion\Uninstall\Ashampoo Burning Studio 9_is1", "InstallLocation")
If StringRight($PreviousInstallation, 1) = '\' Then
	$PreviousInstallation = StringTrimRight($PreviousInstallation, 1)
EndIf
If FileExists($PreviousInstallation & "\burningstudio9.exe") Then
	MsgBox(0x40010, @ScriptName, "Please uninstall previous version of Ashampoo Burning Studio before using this script", 4)
	Exit
EndIf

; Save and disable the default internet browser (to prevent Ashampoo Burning Studio installer to open it at the end of installation)
$DefaultHttpBrowser = RegRead("HKCR\http\shell\open\command\", "")
$DefaultHttpsBrowser = RegRead("HKCR\https\shell\open\command\", "")
RegDelete("HKCR\http\shell\open\command\", "")
RegDelete("HKCR\https\shell\open\command\", "")

; Start checking
AdlibEnable('_Adlib')

; Run the installer
RunWait($Installer & " /sp- /verysilent /norestart")

Sleep(2000)

; Settings
RegWrite("HKLM\Software\Ashampoo\Ashampoo Burning Studio 9", "RegKey", "REG_SZ", $SN)
RegWrite("HKLM\Software\Ashampoo\Ashampoo Burning Studio 9", "InfoChannelsEnabled", "REG_DWORD", "0")
RegWrite("HKLM\Software\Ashampoo\Ashampoo Burning Studio 9\ash_inet", "Enabled", "REG_DWORD", "0")

; Restore the default internet browser
RegWrite("HKCR\http\shell\open\command\", "", "REG_SZ", $DefaultHttpBrowser)
RegWrite("HKCR\https\shell\open\command\", "", "REG_SZ", $DefaultHttpsBrowser)

; Delete page folder and Desktop icon
DirRemove(@AppDataCommonDir & "\page", 1)
FileDelete(@DesktopCommonDir & "\Go to WWW.THE-PAGE.COM.lnk")

; Stop checking
AdlibDisable()

Func _Adlib()
  ; Close MSN toolbar installation process
	$PID = ProcessExists("toolbarsetup_SL1.0_ash_de-DE.exe")
	If $PID Then
		ProcessClose($PID)
	EndIf

  ; Close Ashampoo Burning Studio process
	$PID = ProcessExists("burningstudio9.exe")
	If $PID Then
		ProcessClose($PID)
	EndIf

  ; Close Internet Explorer process if was started
	$PID = ProcessExists("IEXPLORE.EXE")
	If $PID Then
		ProcessClose($PID)
	EndIf
EndFunc

Func OnAutoItStart()
  ; One script instance only
	If WinExists(@ScriptName & '_Interpreter') Then Exit
	AutoItWinSetTitle(@ScriptName & '_Interpreter')
EndFunc


now when i run the script a msg show up that AdlibEnable('_Adlib')
^ERROR
what is wrong in this script?


#2 User is offline   radix 

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

Posted 13 February 2010 - 01:17 AM

Try this script with the latest stable AutoIt release:
#cs ----------------------------------------------------------------------------

 AutoIt Version: 3.3.0.0
 Author: 	myName

 Ashampoo Burning Studio 9.21
 Application site: http://www2.ashampoo.com/webcache/html/1/product_2_2210___USD.htm

 Script Function:
	Template AutoIt script.

#ce ----------------------------------------------------------------------------

; Script Start - Add your code below here

#include <Misc.au3>
If _Singleton("Ashampoo Burning Studio 9.21",1) = 0 Then
	Exit
EndIf

Opt("TrayIconDebug", 1)

; Installer file name
$Installer = "ashampoo_burning_studio_9_9.21_sm.exe"
; Disable InfoChannel
$DisableInfoChannel = 1
; Serial number
$SN = ""

$PreviousInstallation = RegRead("HKLM\Software\Microsoft\Windows\CurrentVersion\Uninstall\Ashampoo Burning Studio 9_is1", "InstallLocation")
If StringRight($PreviousInstallation, 1) = '\' Then
	$PreviousInstallation = StringTrimRight($PreviousInstallation, 1)
EndIf
If FileExists($PreviousInstallation & "\burningstudio9.exe") Then
	MsgBox(0x40010, @ScriptName, "Please uninstall previous version of Ashampoo Burning Studio before using this script", 4)
	Exit
EndIf

; Save and disable the default internet browser (to prevent Ashampoo Burning Studio installer to open it at the end of installation)
$DefaultHttpBrowser = RegRead("HKCR\http\shell\open\command\", "")
$DefaultHttpsBrowser = RegRead("HKCR\https\shell\open\command\", "")
RegDelete("HKCR\http\shell\open\command\", "")
RegDelete("HKCR\https\shell\open\command\", "")

; Start checking
AdlibRegister("_Adlib")

; Run the installer
RunWait($Installer & " /sp- /verysilent /norestart")

Sleep(2000)

; Disable InfoChannel
If $DisableInfoChannel = 1 Then
	RegWrite("HKCU\Software\Ashampoo\Ashampoo Burning Studio 9\ash_inet", "InfoChannel_-updates-_Enabled", "REG_DWORD", 0)
	RegWrite("HKCU\Software\Ashampoo\Ashampoo Burning Studio 9\ash_inet", "InfoChannel_ashnews_Enabled", "REG_DWORD", 0)
	RegWrite("HKCU\Software\Ashampoo\Ashampoo Burning Studio 9\General", "FirstStart", "REG_DWORD", 0)
EndIf

; Registration
RegWrite("HKLM\Software\Ashampoo\Ashampoo Burning Studio 9", "RegKey", "REG_SZ", $SN)

; Restore the default internet browser
RegWrite("HKCR\http\shell\open\command\", "", "REG_SZ", $DefaultHttpBrowser)
RegWrite("HKCR\https\shell\open\command\", "", "REG_SZ", $DefaultHttpsBrowser)

; Stop checking
AdlibUnRegister("_Adlib")

Func _Adlib()
	; Close MyAshampoo Toolbar for Mozilla Firefox installation process
	$PID = ProcessExists("MyAshampoo.exe")
	If $PID Then
 	ProcessClose($PID)
	EndIf

	; Close Ashampoo Burning Studio process
	$PID = ProcessExists("burningstudio9.exe")
	If $PID Then
 	ProcessClose($PID)
	EndIf

	; Close Internet Explorer process if was started
	$PID = ProcessExists("IEXPLORE.EXE")
	If $PID Then
 	ProcessClose($PID)
	EndIf
	
	; Close Mozilla Firefox process if was started
	$PID = ProcessExists("firefox.exe")
	If $PID Then
 	ProcessClose($PID)
	EndIf
	
	; Close Opera process if was started
	$PID = ProcessExists("opera.exe")
	If $PID Then
 	ProcessClose($PID)
	EndIf
EndFunc


Edit

This post has been edited by radix: 09 March 2010 - 08:47 AM


#3 User is offline   sahra 

  • Newbie
  • Group: Members
  • Posts: 19
  • Joined: 29-January 10

Posted 14 February 2010 - 05:28 PM

OK thanks you very match but i don't understand for what is that code:

#include
If _Singleton("Nullsoft Winamp 5.5.7.2830",1) = 0 Then
Exit
EndIf


what its does?

or i just need to replace this :

; Start checking
AdlibEnable('_Adlib')


in this:

; Start checking
AdlibRegister("_Adlib")


and it should work?

#4 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 2010 - 06:18 AM

_Singleton is a function which prevent to run multiple instance of the same script or compiled script (this mean that you can double click as many times you want on the file, only one instance will run).
AdlibEnable and AdlibDisable is deprecated. Download the last stable version and read the changelog.

#5 User is offline   sahra 

  • Newbie
  • Group: Members
  • Posts: 19
  • Joined: 29-January 10

Posted 17 February 2010 - 07:09 AM

View Postradix, on 15 February 2010 - 06:18 AM, said:

_Singleton is a function which prevent to run multiple instance of the same script or compiled script (this mean that you can double click as many times you want on the file, only one instance will run).
AdlibEnable and AdlibDisable is deprecated. Download the last stable version and read the changelog.


OK thanks you very match you really help me
something last:
#include
If _Singleton("Nullsoft Winamp 5.5.7.2830",1) = 0 Then
Exit
EndIf

i need to change "Nullsoft Winamp 5.5.7.2830" to my software Or it does not matter?

#6 User is offline   radix 

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

Posted 17 February 2010 - 03:15 PM

Doesn't matter. gfhdfghdfh is good also. :)

#7 User is offline   sahra 

  • Newbie
  • Group: Members
  • Posts: 19
  • Joined: 29-January 10

Posted 17 February 2010 - 04:22 PM

View Postradix, on 17 February 2010 - 03:15 PM, said:

Doesn't matter. gfhdfghdfh is good also. :)


thanks you but the "#include" is important? because its say Error :

#include
Error:Cannot parse #include


and if i remove the "#include"

its say Error:
If _Singleton("Nullsoft Winamp 5.5.7.2830",1) = 0 Then
If ^ ERROR

Error: Unknown function name.


what is the problem?

This post has been edited by sahra: 17 February 2010 - 04:25 PM


#8 User is offline   DaRk MaDnEsS 

  • Newbie
  • Group: Members
  • Posts: 39
  • Joined: 23-July 09
  • OS:Windows 7 x86

Posted 17 February 2010 - 04:59 PM

View Postsahra, on 17 February 2010 - 04:22 PM, said:

View Postradix, on 17 February 2010 - 03:15 PM, said:

Doesn't matter. gfhdfghdfh is good also. :)


thanks you but the "#include" is important? because its say Error :

#include
Error:Cannot parse #include


and if i remove the "#include"

its say Error:
If _Singleton("Nullsoft Winamp 5.5.7.2830",1) = 0 Then
If ^ ERROR

Error: Unknown function name.


what is the problem?


make it #Include <Misc.au3>

that should fix the problem

#9 User is offline   sahra 

  • Newbie
  • Group: Members
  • Posts: 19
  • Joined: 29-January 10

Posted 17 February 2010 - 05:33 PM

View PostDaRk MaDnEsS, on 17 February 2010 - 04:59 PM, said:

View Postsahra, on 17 February 2010 - 04:22 PM, said:

View Postradix, on 17 February 2010 - 03:15 PM, said:

Doesn't matter. gfhdfghdfh is good also. :)


thanks you but the "#include" is important? because its say Error :

#include
Error:Cannot parse #include


and if i remove the "#include"

its say Error:
If _Singleton("Nullsoft Winamp 5.5.7.2830",1) = 0 Then
If ^ ERROR

Error: Unknown function name.


what is the problem?


make it #Include <Misc.au3>

that should fix the problem


thanks you very match its fix the problem

thanks you to radix !!

#10 User is offline   Raoul90 

  • Member
  • PipPip
  • Group: Members
  • Posts: 283
  • Joined: 05-February 08

Posted 04 March 2010 - 02:35 PM

I am using AutoIT v3.3.4.0, and both scripts give errors?

#11 User is offline   DaRk MaDnEsS 

  • Newbie
  • Group: Members
  • Posts: 39
  • Joined: 23-July 09
  • OS:Windows 7 x86

Posted 04 March 2010 - 11:53 PM

View PostRaoul90, on 04 March 2010 - 02:35 PM, said:

I am using AutoIT v3.3.4.0, and both scripts give errors?

#cs ----------------------------------------------------------------------------

AutoIt Version: 3.3.4.0
Author:         myName

Ashampoo Burning Studio 9.20
Application site: http://www2.ashampoo.com/webcache/html/1/product_2_2210___USD.htm


Script Function:
    Template AutoIt script.

#ce ----------------------------------------------------------------------------

; Script Start - Add your code below here

#Include <Misc.au3>

If _Singleton("Nullsoft Winamp 5.5.7.2830",1) = 0 Then
    Exit
EndIf

Opt("TrayIconDebug", 1)

; Installer file name
$Installer = "ashampoo_burning_studio_9_9.20_sm.exe"
; Serial number
$SN = "xxxxxx-xxxxxx-xxxxxx"

$PreviousInstallation = RegRead("HKLM\Software\Microsoft\Windows\CurrentVersion\Uninstall\Ashampoo Burning Studio 9_is1", "InstallLocation")
If StringRight($PreviousInstallation, 1) = '\' Then
    $PreviousInstallation = StringTrimRight($PreviousInstallation, 1)
EndIf
If FileExists($PreviousInstallation & "\burningstudio9.exe") Then
    MsgBox(0x40010, @ScriptName, "Please uninstall previous version of Ashampoo Burning Studio before using this script", 4)
    Exit
EndIf

; Save and disable the default internet browser (to prevent Ashampoo Burning Studio installer to open it at the end of installation)
$DefaultHttpBrowser = RegRead("HKCR\http\shell\open\command\", "")
$DefaultHttpsBrowser = RegRead("HKCR\https\shell\open\command\", "")
RegDelete("HKCR\http\shell\open\command\", "")
RegDelete("HKCR\https\shell\open\command\", "")

; Start checking
AdlibRegister("_Adlib")

; Run the installer
RunWait($Installer & " /sp- /verysilent /norestart")

Sleep(2000)

; Settings
RegWrite("HKLM\Software\Ashampoo\Ashampoo Burning Studio 9", "RegKey", "REG_SZ", $SN)
RegWrite("HKLM\Software\Ashampoo\Ashampoo Burning Studio 9", "InfoChannelsEnabled", "REG_DWORD", "0")
RegWrite("HKLM\Software\Ashampoo\Ashampoo Burning Studio 9\ash_inet", "Enabled", "REG_DWORD", "0")

; Restore the default internet browser
RegWrite("HKCR\http\shell\open\command\", "", "REG_SZ", $DefaultHttpBrowser)
RegWrite("HKCR\https\shell\open\command\", "", "REG_SZ", $DefaultHttpsBrowser)

; Delete page folder and Desktop icon
DirRemove(@AppDataCommonDir & "\page", 1)
FileDelete(@DesktopCommonDir & "\Go to WWW.THE-PAGE.COM.lnk")

; Stop checking
AdlibUnRegister("_Adlib")

Func _Adlib()
  ; Close MSN toolbar installation process
    $PID = ProcessExists("toolbarsetup_SL1.0_ash_de-DE.exe")
    If $PID Then
        ProcessClose($PID)
    EndIf

  ; Close Ashampoo Burning Studio process
    $PID = ProcessExists("burningstudio9.exe")
    If $PID Then
        ProcessClose($PID)
    EndIf

  ; Close Internet Explorer process if was started
    $PID = ProcessExists("IEXPLORE.EXE")
    If $PID Then
        ProcessClose($PID)
    EndIf
EndFunc


this should work fine
and if there is any error
submit it in here and i will have a look

Attached File(s)

  • Attached File  ABS.au3 (2.79K)
    Number of downloads: 21

This post has been edited by DaRk MaDnEsS: 09 March 2010 - 06:59 AM


#12 User is offline   Raoul90 

  • Member
  • PipPip
  • Group: Members
  • Posts: 283
  • Joined: 05-February 08

Posted 08 March 2010 - 03:55 PM

Hi,

Thanks.

But now I get this when compiling:
Posted Image

This post has been edited by Raoul90: 08 March 2010 - 03:55 PM


#13 User is offline   DaRk MaDnEsS 

  • Newbie
  • Group: Members
  • Posts: 39
  • Joined: 23-July 09
  • OS:Windows 7 x86

Posted 08 March 2010 - 11:41 PM

View PostRaoul90, on 08 March 2010 - 03:55 PM, said:

Hi,

Thanks.

But now I get this when compiling:
Posted Image

well there was a small thing while i copied the code

make this line
$PreviousInstallation = RegRead("HKLM\Software\Microsoft\Windows\CurrentVersion\Uninstall\
Ashampoo Burning Studio 9_is1", "InstallLocation")

like this
$PreviousInstallation = RegRead("HKLM\Software\Microsoft\Windows\CurrentVersion\Uninstall\Ashampoo Burning Studio 9_is1", "InstallLocation")


after the Uninstall\Ashampoo

This post has been edited by DaRk MaDnEsS: 08 March 2010 - 11:41 PM


#14 User is offline   Raoul90 

  • Member
  • PipPip
  • Group: Members
  • Posts: 283
  • Joined: 05-February 08

Posted 09 March 2010 - 02:10 AM

Got the same error again.

#15 User is offline   DaRk MaDnEsS 

  • Newbie
  • Group: Members
  • Posts: 39
  • Joined: 23-July 09
  • OS:Windows 7 x86

Posted 09 March 2010 - 07:00 AM

i uploaded the au3 that should work

#16 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:29 AM

I have changed the script to work with their latest installer for v9.21.
Here
Enjoy.

This post has been edited by radix: 09 March 2010 - 08:47 AM


#17 User is offline   Raoul90 

  • Member
  • PipPip
  • Group: Members
  • Posts: 283
  • Joined: 05-February 08

Posted 09 March 2010 - 08:57 AM

Thanks, works now! :)

This post has been edited by Raoul90: 09 March 2010 - 08:58 AM


#18 User is offline   Raoul90 

  • Member
  • PipPip
  • Group: Members
  • Posts: 283
  • Joined: 05-February 08

Posted 30 May 2010 - 08:30 AM

Ashampoo Burning Studio 10 was released, someone has updated script allready?
- no dekstop icon
- no myshampoo toolbar
- no internet explorer start after install


Thanks!

#19 User is offline   vkcelik 

  • Group: Members
  • Posts: 8
  • Joined: 25-December 08

Posted 10 June 2010 - 09:38 AM

View PostRaoul90, on 30 May 2010 - 08:30 AM, said:

Ashampoo Burning Studio 10 was released, someone has updated script allready?
- no dekstop icon
- no myshampoo toolbar
- no internet explorer start after install


Thanks!



Im rather new to AutoIt and it took me quite some time to make it but here it is. The silent installation script for Ashampoo Burning Studio 10:

#cs ----------------------------------------------------------------------------

AutoIt Version: 3.3.6.1
Author:         Veli Kerim Celik (based on script by DaRk MaDnEsS)

Ashampoo Burning Studio 10
Application site: http://www.ashampoo.com

Script Function:
    Installs ABS 10 silently. Preserves internet explorer start page and search provider. Preventing default browser and burning studio gadget to open after installation. Deletes desktop shortcut.

#ce ----------------------------------------------------------------------------

; Script Start - Add your code below here

#Include <Misc.au3>

If _Singleton("Nullsoft Winamp 5.5.7.2830",1) = 0 Then
    Exit
EndIf

Opt("TrayIconDebug", 1)

; Installer file name
$Installer = "ashampoo_burning_studio_10_10.0.1_sm.exe"
; Serial number reg file installer
$SN = "sn.bat"

; Save and disable the default internet browser, start page and search engine (to prevent Ashampoo Burning Studio installer to change it and open it at the end of installation)
$DefaultHttpBrowser = RegRead("HKCR\http\shell\open\command\", "")
$DefaultHttpsBrowser = RegRead("HKCR\https\shell\open\command\", "")
$DefaultStartPage = RegRead("HKCU\Software\Microsoft\Internet Explorer\Main", "Start Page")
$DefaultSearch = RegRead("HKCU\Software\Microsoft\Internet Explorer\SearchScopes", "DefaultScope")
RegDelete("HKCR\http\shell\open\command\", "")
RegDelete("HKCR\https\shell\open\command\", "")

; Unregistering windows sidebar gadget handler (to prevent Ashampoo Burning Studio installer to open its gadget at the end of installation)
RunWait(@ComSpec & " /C " & "regsvr32 /u /s" & "%programfiles%\Windows Sidebar\sbdrop.dll")

; Start checking
AdlibRegister("_Adlib")

; Run the installer
RunWait($Installer & " /sp- /verysilent /norestart")

Sleep(2000)

; Inserts serial number
RunWait($SN)

; Restore the default internet browser
RegWrite("HKCR\http\shell\open\command\", "", "REG_SZ", $DefaultHttpBrowser)
RegWrite("HKCR\https\shell\open\command\", "", "REG_SZ", $DefaultHttpsBrowser)
RegWrite("HKCU\Software\Microsoft\Internet Explorer\Main", "Start Page", "REG_SZ", $DefaultStartPage)
RegWrite("HKCU\Software\Microsoft\Internet Explorer\SearchScopes", "DefaultScope", "REG_SZ", $DefaultSearch)

; Delete Desktop icon
FileDelete(@DesktopCommonDir & "\Ashampoo Burning Studio 10.lnk")

; Registering windows sidebar gadget handler
RunWait(@ComSpec & " /C " & "regsvr32 /s" & "%programfiles%\Windows Sidebar\sbdrop.dll")

; Stop checking
AdlibUnRegister("_Adlib")

Func _Adlib()
  ; Close toolbar installation process
    $PID = ProcessExists("MyAshampoo.exe")
    If $PID Then
        ProcessClose($PID)
    EndIf

  ; Close Ashampoo Burning Studio process
    $PID = ProcessExists("burningstudio10.exe")
    If $PID Then
        ProcessClose($PID)
    EndIf

  ; Close Internet Explorer process if was started
    $PID = ProcessExists("IEXPLORE.EXE")
    If $PID Then
        ProcessClose($PID)
    EndIf
EndFunc


The script calls the file sn.bat to apply the serial number. sn.bat checks if it is a 32 or 64 bit system and calls the respective reg file. Contents of sn.bat:
IF EXIST "%PROGRAMFILES(X86)%" GOTO 64BIT ELSE GOTO 32BIT

:32BIT
REGEDIT /S x86.reg
EXIT

:64BIT
REGEDIT /S x64.reg
EXIT


The contents of the x86.reg file:
REGEDIT4

[HKEY_LOCAL_MACHINE\SOFTWARE\Ashampoo\Ashampoo Burning Studio 10\ash_inet]
"SharewareType"=dword:00000001
"RegKey"="XXXXXX-XXXXXX-XXXXXX"
"firststart"=dword:00000000


The contents of the x64.reg file:
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Ashampoo\Ashampoo Burning Studio 10\ash_inet]
"SharewareType"=dword:00000001
"RegKey"="XXXXXX-XXXXXX-XXXXXX"
"firststart"=dword:00000000


This was tested on a 32 bit machine. Should work on a 64 bit but haven't tested yet. Would be happy if somebody did.. Made this for use with WPI for my unattended Windows 7 installation.

Remember to run as Administrator!!!!

Enjoy :P

Attached File(s)

  • Attached File  ABSp.au3 (2.96K)
    Number of downloads: 34

This post has been edited by vkcelik: 10 June 2010 - 09:55 AM


#20 User is offline   Escorpiom 

  • Junior
  • Pip
  • Group: Members
  • Posts: 82
  • Joined: 18-January 09
  • OS:none specified
  • Country: Country Flag

Posted 17 July 2010 - 05:01 AM

Vkcelik,

I'm more or less the same as it concerns AutoIt, was looking at the task of doing it myself but I just stumbled upon your post.
Tested on Vista 32 and working. I got a warning about the gadget installation (security risk, file from Internet) but that's on my side.
The script does the job and all is well, search is not changed, IE doesn't launch and the gadget does not install.

I do find that Ashampoo has become a little bloated with the toolbar, ebay stuff and info channel. Lot of unneeded stuff, too bad.
I'll check on x64 OS soon, but it should work OK.

Cheers!

Share this topic:


  • 2 Pages +
  • 1
  • 2
  • You cannot start a new topic
  • You cannot reply to this topic

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



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