Jump to content

[Release] Real Quick Alternative Switchless installer creator


Recommended Posts

Posted (edited)

http://bleddyn.co.uk/creations/bleddRealQuick.7z

extract that to a folder

download Real Alternative and Quicktime Alternative

http://free-codecs.com/download/Real_Alternative.htm

http://free-codecs.com/download/QuickTime_Alternative.htm

dump them in the same directory, then double click on my face rockon.gif

it will tell you whats going on and will prompt you to press anykey after the creation of each file.

it cleans up the files it uses too, and should work for all future releases of both programs (assuming they don't change the ini file structure, if they do i'll update them)

you'll be left with Real.exe and Quick.exe -both are switchless silent installers

nb. close IE and Firefox when running them they can be called from runoncex during an install if you want to do it that way.

-the files it uses are hidden in the directory (to keep it looking clean) and are unhidden when in use and re-hidden at the end.

i'll soon make one for media player classic along with ffdshow, maybe even one big file that installs the lot -i'll make the makers for the files so you guys can run them yourselves.

bledd.jpg

Edited by bledd

Posted

yeah, you can just run them on their own

if you really want i'll split them and upload them again, but not today :)

the hardest part was getting reshacker to work for the icons!

Posted (edited)

avg lies

here's the code.


@echo off
title Quicktime Alternative Switchless installer creator
color 87
attrib -H *.*
echo Renaming quicktimealt
@echo off
ren quicktimealt*.exe quick.exe
ren QInstaller.exe Installer.exe
7za.exe a -t7z quick.7z Installer.exe quick.exe qtalt.ini -mx=9
echo creating solid 7z exe archive
@echo off
copy /b 7zs.sfx + config.txt + quick.7z quickalt.exe
if exist quickalt.exe goto good
color c1
echo something went wrong!, make sure quicktimealt*.exe is in this directory
echo [url="http://www.free-codecs.com/download/QuickTime_Alternative.htm"]http://www.free-codecs.com/download/QuickT...Alternative.htm[/url]
ren Installer.exe QInstaller.exe
goto end
:good
@echo off
ren Installer.exe QInstaller.exe
del quick.exe
reshacker.exe -addoverwrite quickalt.exe, Quick.exe, quick.ico, icon,1,1033
del quickalt.exe
color a0
attrib +H *.*
attrib -H Real.exe
attrib -H "# Real Alternative Switchless installer creator.exe"
attrib -H Quick.exe
attrib -H "# Quicktime Alternative Switchless installer creator.exe"
attrib -H "# A Real Quick Alternative Switchless Creator.exe"
title All done!
echo Well done,your Quick.exe has been created, enjoy!
:end
pause


title Real Alternative Switchless installer creator
@echo off
color 87
attrib -H *.*
echo renaming realalt*
@echo off
ren realalt*.exe real.exe
ren RInstaller.exe Installer.exe
7za.exe a -t7z real.7z Installer.exe real.exe realalt.ini -mx=9
echo creating solid 7z exe archive
@echo off
copy /b 7zs.sfx + config.txt + real.7z realalt.exe
if exist realalt.exe goto good
color c1
title Oh no!
echo something went wrong!, make sure realalt*.exe is in this directory
echo [url="http://www.free-codecs.com/download/Real_Alternative.htm"]http://www.free-codecs.com/download/Real_Alternative.htm[/url]
ren Installer.exe RInstaller.exe
goto end
:good
@echo off
ren Installer.exe RInstaller.exe
del real.exe
reshacker.exe -addoverwrite realalt.exe, Real.exe, real.ico, icon,1,1033
del realalt.exe
color a0
attrib +H *.*
attrib -H Real.exe
attrib -H "# Real Alternative Switchless installer creator.exe"
attrib -H Quick.exe
attrib -H "# Quicktime Alternative Switchless installer creator.exe"
attrib -H "# A Real Quick Alternative Switchless Creator.exe"
title All done!
echo Well done,your Real.exe has been created, enjoy!
:end
pause

the one with my face on calls them both and deletes a log file and 2x 7z files -all within the directory

Edited by bledd
  • 3 weeks later...
  • 3 months later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...