MSFN Forum: [Release] Real Quick Alternative Switchless installer creator - 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
Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

[Release] Real Quick Alternative Switchless installer creator -no start menu items, no MPC, works with IE + FF Rate Topic: -----

#1 User is offline   bledd 

  • msfn is a friend of mine!
  • Group: Supreme Sponsor
  • Posts: 1,732
  • Joined: 24-March 04

Posted 13 December 2005 - 08:12 AM

http://bleddyn.co.uk...eddRealQuick.7z

extract that to a folder

download Real Alternative and Quicktime Alternative
http://free-codecs.c...Alternative.htm
http://free-codecs.c...Alternative.htm

dump them in the same directory, then double click on my face Posted Image

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.

Posted Image

This post has been edited by bledd: 13 December 2005 - 08:12 AM



#2 User is offline   boooggy 

  • MSFN Master
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2,319
  • Joined: 27-February 05
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 13 December 2005 - 09:16 AM

nice
one thing: can u separate them?

#3 User is offline   bledd 

  • msfn is a friend of mine!
  • Group: Supreme Sponsor
  • Posts: 1,732
  • Joined: 24-March 04

Posted 13 December 2005 - 09:34 AM

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!

#4 User is offline   kungfumaster9 

  • Group: Members
  • Posts: 9
  • Joined: 28-August 04

Posted 13 December 2005 - 11:09 AM

AVG identifies the files as being infected by a trojan horse :(

#5 User is offline   bledd 

  • msfn is a friend of mine!
  • Group: Supreme Sponsor
  • Posts: 1,732
  • Joined: 24-March 04

Posted 13 December 2005 - 01:15 PM

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

This post has been edited by bledd: 13 December 2005 - 01:18 PM


#6 User is offline   XPero 

  • Father of XPize / Vize
  • Group: Developers
  • Posts: 1,912
  • Joined: 08-August 04

Posted 16 December 2005 - 03:41 PM

Great work

#7 User is offline   Sangi 

  • Newbie
  • Group: Members
  • Posts: 34
  • Joined: 29-November 05

  Posted 04 January 2006 - 09:00 PM

Fantastic, I wish there were progs like that for everything!
:thumbup

#8 User is offline   gczobel 

  • Newbie
  • Group: Members
  • Posts: 32
  • Joined: 22-September 05

Posted 12 April 2006 - 03:28 AM

Hi!
Work perfect. No problem with AVG 7.1

Good work!

Share this topic:


Page 1 of 1
  • 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 - 2011 msfn.org
Privacy Policy