View Single Post
  #3  
Old 23-12-2012, 04:00
HellRazor HellRazor is offline
Registered User
 
Join Date: Mar 2007
Location: Q'onos
Posts: 182
Thanks: 213
Thanked 103 Times in 56 Posts
HellRazor is on a distinguished road
Quote:
Originally Posted by jvt619 View Post
What if it's a Good Old Games [GOG]?
In that case you need the whole conversion done in Inno or CI.
From what I've seen GoG releases their games as 1 big .exe file.

Ultimately, you can just add autorun.inf next to the setup file, edit it to open setup on Disc insert and burn it.

If I am not mistaken with the name of the released Setup file, your Autorun.inf should look like this

Code:
[autorun]
open=setup_vampire_the_masquerade_redemption.exe
Reply With Quote