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