Setup.exe - Steam retail game launcher/installer

General discussion related to Steam Game Covers.
Post Reply
yo1dog
Member
Posts: 10
Joined: Wed Sep 09, 2015 2:51 pm

Setup.exe - Steam retail game launcher/installer

Post by yo1dog »

When creating your CDs, it's a nice touch to include something that aids you through the installation process like you would find on a retail game disk. Usually these programs show a splash screen and options to play or install the game. I have found 2 easy ways to do this:

A. Use Steam's browser protocol to start the restore processes. All this does is open the Steam Backup and Restore window, but is is simple. All you need are an autorun.inf and a script.

B. This way is much more robust and pretty. It turns out that when you buy the retail disk for a Steam game like Fallout 4, the disk actually contains a backup of the game and a setup utility to restore/install the game. The setup.exe program is customizable via configuration files, images, and sounds so you can use it for any Steam game backup you create to give your disk an authentic retail experience.

You can customize the background, text, fonts and colors, effects, and even sounds.

Image



--> Download <--



Examples at bottom of post.

Do you backup multiple games to a single disk? Checkout my Multi-Game Disk Prelauncher program. It works very well with the Steam Setup.exe.

Note: you can run Setup.exe from your hard drive to test. It does not have to be on a CD to work. You don't need the backup files either unless you want to test the actual install.

To use, simply copy the files to the root of the disk which is also where your backup (sku.sis and *_depotcache_*.csd/.csm) must be located. Multiple disks are supported but only the first disk needs the setup files

I wasn't able to find out much about it but here is what I have deduced. Please let me know if you guys know anything more:

/autorun.inf - The Autorun.inf file. Tells Windows how to display the disk and what to do when it is opened. As far as I know, as of Windows 7 it is no longer possible to automatically start any program when the disk is inserted. Windows will always ask if you want to open it or you have to double click the disk in Explorer.
  • OPEN - Program to run when disk is opened.
  • ICON - Icon to display in Explorer.
  • LABEL - Title to display in Explorer.
/icon.ico - Icon to display in Explorer. An easy place to get this is from the "clienticon" link on the Information tab in SteamDB.

/Setup.exe - The setup program.

/SteamSetup.exe - *optional* Installer for Steam. If the user does not have Steam installed, when they click the install menu option this program will run to install Steam first. If you do not include it and the user does not have Steam installed they will get an error that says "Steam installer is missing."

SteamService.exe - *optional* Note sure what this is for but everything seems to work fine without it. It's pretty small so no reason not to include it.

SteamRetailInstaller.dmg - *optional* Maybe the setup program for Mac/OSX? I tried testing it from a flash drive but all it seemed to do was install Steam.

/setup.ini - Main configuration file
  • "Game" - Name of the game.
  • "AppID" - Steam App ID. You can get this from various places including SteamDB.
  • "RequiredSize" - Space required by the game in KB. Note that Steam uses metric instead of binary so 1 KB = 1000 bytes not 1024. This is for display purposes only (I think). If you have the game installed, you can get this number by right-clicking the game in your Steam library, selecting properties, and going to the Local Files tab. Use the disk usage at the top. If not, you can start the installation process and it will tell you, or you can look at the system requirements on the game's store page. It is usually shown in MB so remember to multiply by 1000 (not 1024).
  • "InstallFlags" - No idea.
  • "SupportURL" - *optional* URL for the support menu option. Usually the support page on the game's website.
  • "WebLinkURL" - *optional* URL for the website menu option. Usually the game's website/home page, which can be found in SteamDB by clicking the house icon near the top next to the "Steam Hub" button.
  • "FontName" - Font to use. Not sure which values you can specify here but it seems not all fonts work. The basic ones like "Arial", "Arial Bold", "Times New Roman", etc. work.
  • "FontHeight" - Size of the font.
  • "MenuPos" - The positioning of the text/menu. It doesn't seem that it this specifies exact pixel position so you might have to play with it a bit.
  • "MenuStyle" - Controls how the text is aligned. 0 means left, 1 means center, 2 means right.
  • "ColorDefault" - The color of the text. All colors use RGB 0-255 values in the format "RRR GGG BBB"
  • "ColorHover" - Color of a menu option when you hover over it.
  • "ColorDown" - Color of a menu option after you select it.
/splash.tga - This image is used during the installation and appears at the top. I usually just use the banner image from the store which can be easily obtained from SteamDB by copying the image on the far right.

/resources/click.wav - *optional* The sound that is made when the user selects one of the options. If possible I like to use the menu sounds from the game. Sometimes you can find the audio files in the game files, but usually I turn the game's music volume all the way down in settings and then use Audacity to record the menu sounds.

/resources/hover.wav - *optional* The sound that is made when the mouse moves over one of the options.

/resources/Launch.wav - *optional* The background music that plays automatically. Doesn't have to be music, sometimes it can be a short intro noise. Note that if either of the above two sounds play, it stops the music. Therefore, I don't usually use home.wav and Launch.wav together. It is common that when the program starts the mouse is already hovering over one of the menu options so the background music never plays. I like to use the background music that plays on the game's main menu. I usually turn the game's sound effects volume all the way down in settings and then use Audacity to record the music. You can use the fade effect to fade the music in and out and amplify to turn the volume down.

/resources/setup.bmp - The background image. I find that searching for desktop wallpapers for the game is a good way to find images to use if you are not artistic like me.

/resources/setup_{language}.ini - This allows you to set the text that is displayed for the various menu options and text throughout the installation wizard. %s will be replaced with the name of the game. If multiple exist a drop-down dialog box to select the language is presented before the slash screen is shown. You can remove this dialog box so it goes straight to the splash screen by removing all but one of the languages.

/resources/eula.rtf - *optional* The user agreement. If present it is shown when the user clicks install and requires them to accept. You can get a copy of it from, you guessed it, SteamDB. Go to the Information tab and find the "eulas" or "LaunchEULA" row. Standard font seems to be 10pt Times New Roman.


Examples
Full example setup files:
Just Cause 2
Dead Space 2

Mocks:
Image Image Image Image Image Image Image Image Image Image Image Image Image Image Image
Last edited by yo1dog on Sat Jul 16, 2016 11:23 pm, edited 1 time in total.
Razec
Member
Posts: 39
Joined: Sat Jul 07, 2012 8:45 pm

Re: Setup.exe - Steam retail game launcher/installer

Post by Razec »

Amazing.

Will have to redo about 100 DVDs now. This is simply great. I will definitely have fun with this and printing the covers directly to disk. Thanks!

Also wanted to add, do you have any more precooked setup files? Or any place to get them?
elmerenges
Member
Posts: 18
Joined: Sun Oct 18, 2015 10:52 am

Re: Setup.exe - Steam retail game launcher/installer

Post by elmerenges »

Here you can download some soundtrack for the launcher music: http://downloads.khinsider.com/game-soundtracks/browse
elmerenges
Member
Posts: 18
Joined: Sun Oct 18, 2015 10:52 am

Re: Setup.exe - Steam retail game launcher/installer

Post by elmerenges »

Razec wrote:Amazing.

Will have to redo about 100 DVDs now. This is simply great. I will definitely have fun with this and printing the covers directly to disk. Thanks!

Also wanted to add, do you have any more precooked setup files? Or any place to get them?
Hy! I've created some.
https://www.dropbox.com/sh/u6g5ffwroeqb ... 6T1Fa?dl=0
Razec
Member
Posts: 39
Joined: Sat Jul 07, 2012 8:45 pm

Re: Setup.exe - Steam retail game launcher/installer

Post by Razec »

Thanks Merengue,

Highly appreciated. I'll see if I can make some of my own and have them uploaded somewhere.
Scharr
Member
Posts: 2
Joined: Sat Jan 30, 2016 12:44 am

Re: Setup.exe - Steam retail game launcher/installer

Post by Scharr »

Hi, guys,

i´m kind of new here as I´ve never been posting a word in this forum ( So "Hi, everybody! How´s it going?" ).
I registered primarily to be able to download game covers. Then I stumbled over this thread here. Strange that I never had the idea to make these screens myself. So thank you for this thread.
I take the files I´ve downloaded as a basis for my other game menues.
Now here´s my problem: I want to make a Bluray with the Assassin's Creed Ezio trilogy. Now what should my setup.ini look like when i want to have 3 games on 1 disk and want to install them separately? And is it possible to make a bigger splash screen? Mine had been cut off.

Thanks in advance
yo1dog
Member
Posts: 10
Joined: Wed Sep 09, 2015 2:51 pm

Re: Setup.exe - Steam retail game launcher/installer

Post by yo1dog »

You can not use the Steam Setup.exe to launch multiple games.

However, you should check out my Multi-Game Disk Prelauncher program. You could customize it like so:

Image
Scharr
Member
Posts: 2
Joined: Sat Jan 30, 2016 12:44 am

Re: Setup.exe - Steam retail game launcher/installer

Post by Scharr »

yo1dog wrote:You can not use the Steam Setup.exe to launch multiple games.

However, you should check out my Multi-Game Disk Prelauncher program. You could customize it like so:

Image
Thanks a lot. I´ll try that. I thought maybe i could write something in the setup.ini. But I just don´t know that stuff good enough.
yo1dog
Member
Posts: 10
Joined: Wed Sep 09, 2015 2:51 pm

Re: Setup.exe - Steam retail game launcher/installer

Post by yo1dog »

No, setup.ini configures the Stem Setup.exe which only supports a single steam game.
panos
Member
Posts: 1
Joined: Mon Dec 03, 2018 7:00 am

Re: Setup.exe - Steam retail game launcher/installer

Post by panos »

Hello,

can you please give with screenshots and example of the files of a DVD or multiple DVDs?

the second solution with the splash screen uses the backup steam files?
Post Reply