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: -----

#21 User is offline   Escorpiom 

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

Posted 17 July 2010 - 11:47 PM

Well after looking at the AutoIt script I was still not satisfied.
Some processes have to be killed afterwards and I also got problems with the sidebar popup on Vista.

After a lot of reading I decided to take apart the setup and rebuild it without the junk.
The result is a new Ashampoo Burning Studio 10 installer that:

1. Does not install the MyAshampoo toolbar
2. Does not autostart IE (or any browser)
3. Does not change default search scope
4. Does not install gadgets
5. Does not autostart ASBS after install.

Shortcuts will be created.
The offending components have been completely removed from the package AND from the script.
Default silent switches can be used for Inno (/VERYSILENT /SP-) and it will be completely silent.

Last but not least, key is of course not included, if you have your legit key or reg file you can add it with the help of the regfiles from Vkcelik.
You can even compress them together as a 7z SFX silent installer so there should be no problem there.
Legit key is not required for install, the program will function in trial mode for some days and you can add the key later.

I'll release this on MSFN because I've learned so much here and now it's time to give something back to the community.
Please test it and leave your comments.

Cheers!

EDIT: Read on for updated version.

This post has been edited by Escorpiom: 11 July 2011 - 01:27 AM



#22 User is offline   simpleman 

  • Newbie
  • Group: Members
  • Posts: 27
  • Joined: 04-March 05

Posted 24 August 2010 - 05:25 AM

thx, works perfect

#23 User is offline   DJB 

  • Newbie
  • Group: Members
  • Posts: 37
  • Joined: 17-August 04

Posted 04 September 2010 - 01:01 AM

@Escorpiom

Thanks for your contribution, will give it a try and see how it goes.

#24 User is offline   Raoul90 

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

Posted 10 December 2010 - 12:09 PM

Ashampoo Burning Studio 10.0.7 released. :)

#25 User is offline   simpleman 

  • Newbie
  • Group: Members
  • Posts: 27
  • Joined: 04-March 05

Posted 11 December 2010 - 05:35 AM

thx, works perfect

would be great if you can update to 10.0.7

#26 User is offline   Escorpiom 

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

Posted 12 December 2010 - 04:25 AM

Updated to version 10.0.7.

This has not been tested at all, I need some feedback if this is working the same way the old version did.
It should give no problems however, the script has not been changed a lot since 10.0.4.

I could use some help with reconstructing the "code" section from Innosetup, there are some functions like shortcut creation that don't work like they should,
especially the "SkipTaskCheck" function and "GetInstallDir".
The unpacker does not unpack this section so we have to make it ourself or else exclude it from the script.

Cheers.
Escorpiom.

#27 User is offline   simpleman 

  • Newbie
  • Group: Members
  • Posts: 27
  • Joined: 04-March 05

Posted 12 December 2010 - 07:14 AM

just tested and it works fine
Only 2 shortcuts are placed on the desktop, but
you can delete one with following command

DEL "%ALLUSERSPROFILE%\Desktop\Ashampoo*.lnk"

thx for your great work

#28 User is offline   Escorpiom 

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

Posted 13 December 2010 - 05:28 AM

Thanks for the feedback.
I think the double shortcut can be resolved. The installer has an option to choose a shortcut for the current user or for all users.
Due to the missing code section (that is effectively a sort of "task check") the shortcut gets installed twice.
I'll just delete the "current user shortcut task" and keep only the "all users shortcut task".
In that way only one shortcut will be created, for all users.
Note that if you are using the normal install (not silent) the check boxes for shortcuts will have no effect on the actual installation.

Cheers.

EDIT: Minor change to the installer to resolve the double shortcut issue.

This post has been edited by Escorpiom: 16 December 2010 - 11:56 AM


#29 User is offline   radix 

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

Posted 26 February 2011 - 03:09 PM

Ashampoo Burning Studio 10.0.7 AutoIt script

#30 User is offline   simpleman 

  • Newbie
  • Group: Members
  • Posts: 27
  • Joined: 04-March 05

Posted 07 May 2011 - 10:05 AM

Ashampoo Burning Studio 10.0.10 released

#31 User is offline   radix 

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

Posted 10 May 2011 - 01:07 PM

Ashampoo Burning Studio 10.0.10 AutoIt script

#32 User is offline   Escorpiom 

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

Posted 11 May 2011 - 02:49 AM

Will take a look at 10.10 as soon as possible.

Cheers.

#33 User is offline   simpleman 

  • Newbie
  • Group: Members
  • Posts: 27
  • Joined: 04-March 05

Posted 21 June 2011 - 02:44 AM

View PostEscorpiom, on 11 May 2011 - 02:49 AM, said:

Will take a look at 10.10 as soon as possible.

Cheers.


when will it be?

#34 User is offline   Escorpiom 

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

Posted 11 July 2011 - 01:25 AM

Just finished modifying the installer for version 10.0.10.0
As before, here's a new Ashampoo Burning Studio 10 installer that:

1. Does not install the MyAshampoo toolbar
2. Does not autostart IE (or any browser)
3. Does not change default search scope
4. Does not install gadgets
5. Does not autostart Ashampoo Burning Studio after install.

Shortcuts will be created for all users.
The offending components have been completely removed from the package AND from the script.
Default silent switches can be used for Inno (/VERYSILENT /SP-) and it will be completely silent.

Last but not least, key is of course not included, if you have your legit key or reg file you can add it with the help of the regfiles from Vkcelik.
You can even compress them together as a 7z SFX silent installer so there should be no problem there.
Legit key is not required for install, the program will function in trial mode for some days and you can add the key later.

ABS10multi.exe
99.09 MB
CRC32: 6F8133AA
MD5: 252121A2A4438D67280A29AC404428B5
SHA-1: B8BF2D61E994039438C4890EA4E5F574B3172253

http://www.mediafire...9ese1p4jxl4hboo

Cheers!

#35 User is offline   SunLion 

  • Newbie
  • Group: Members
  • Posts: 45
  • Joined: 22-October 07
  • OS:XP Pro x86
  • Country: Country Flag

Posted 11 July 2011 - 03:33 PM

Thanks Escorpiom!
:thumbup

#36 User is offline   simpleman 

  • Newbie
  • Group: Members
  • Posts: 27
  • Joined: 04-March 05

Posted 01 December 2011 - 01:50 AM

version 11 is out

#37 User is offline   radix 

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

Posted 02 January 2012 - 05:21 PM

View Postsimpleman, on 01 December 2011 - 01:50 AM, said:

version 11 is out

AutoIt script for Ashampoo Burning Studio 11 v.11.0.3.

#38 User is offline   simpleman 

  • Newbie
  • Group: Members
  • Posts: 27
  • Joined: 04-March 05

Posted 12 January 2012 - 01:11 AM

thx for the new script

#39 User is offline   Escorpiom 

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

Posted 12 March 2012 - 05:10 AM

Just finished modifying the installer for version 11.0.4.8
As before, here's a new Ashampoo Burning Studio 11 installer that:

1. Does not install the MyAshampoo toolbar
2. Does not autostart IE (or any browser)
3. Does not change default search scope
4. Does not install gadgets
5. Does not autostart Ashampoo Burning Studio after install.

Shortcut will be created for all users.
The offending components have been completely removed from the package AND from the script.
Only English and Spanish language has been preserved.
The installer has been repacked into a 7z switchless installer using advanced compression techniques.

Last but not least, key is of course not included, if you have your legit key you can add it by modifying the reg files in the 7z archive.
Legit key is not required for install, the program will function in trial mode for some days and you can add the key later.

Abs11.exe
Size: 53.3 MB (55,919,885 bytes)
CRC32: 4D13D3B4
MD5: 385D360DA379106B828EFB0ABBF97685
SHA-1: B6AD11493B9E87B7E7CCE04B8CC1C9C2CF318A5E

http://www.mediafire...q23mi23lp6l2xxy

Cheers!

This post has been edited by Escorpiom: 12 March 2012 - 05:10 AM


Share this topic:


  • 2 Pages +
  • 1
  • 2
  • 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