View Single Post
  #3  
Old 21-11-2007, 21:09
ozena ozena is offline
Junior Member
 
Join Date: Oct 2007
Location: West V
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
ozena is on a distinguished road
I used the conversion on page 1 but deleted ONLY the low res and med res movies.
Then edited the AutoConfig.txt to this:
Quote:
// Main
// ..................................................
Begin MainInfo
Background "shld_autorun_v2.tga"
TitleBar "Stranglehold"
BlockingExe setup.exe
BlockingExe Idriver.exe
BlockingExe Retail-Stranglehold.exe
LoopSound "music.wav"
ClickSound "9mmBerta.wav"
Icon shold.ico
End


// Install
// ..................................................
Begin Button
Background "x26y234_Install.tga"
Position 16 234
Action CreateProcess
ProcessCommandLine "Stranglehold {86EDEF11-EFE4-46CB-8B08-9CBD4A936B1F} Retail-Stranglehold.exe"
ProcessName MwySetup.exe
//ProcessName Disk1\Setup.exe
Action Exit
End

// Uninstall
// ..................................................
Begin Button
Background "x127y234_Uninstall.tga"
Position 137 234
Action CreateProcessRegKey
RegKey "Software\Microsoft\Windows\CurrentVersion\Uninsta ll\{86EDEF11-EFE4-46CB-8B08-9CBD4A936B1F}" "UninstallString"
Action Exit
End

// Play
// ..................................................
Begin Button
Background "x228y234_Play.tga"
Position 258 234
Action CreateProcessRegKey
ProcessName Binaries\Retail-Stranglehold.exe
RegKey "Software\Microsoft\Windows\CurrentVersion\Uninsta ll\{86EDEF11-EFE4-46CB-8B08-9CBD4A936B1F}" "InstallLocation"
Action Exit
End

// Exit
// ..................................................
Begin Button
Background "x329y234_Exit.tga"
Position 379 234
Action Exit
End

// HOV Logo
// ..................................................
Begin Button
Background "x313y496_hov.tga"
Position 313 496
End

// Trailer: HOV (hdf)
// ..................................................
Begin Button
Background "x431y544_hi_hov.tga"
Position 372 544
Action CreateProcess
ProcessName AutoRunData\Movies\HOV_1280x720.exe
End


// Blacksite Logo
// ..................................................
Begin Button
Background "x87y496_blacksite.tga"
Position 87 496
End

// Trailer: Blacksite (hdf)
// ..................................................
Begin Button
Background "x205y544_hi_bs.tga"
Position 146 544
Action CreateProcess
ProcessName AutoRunData\Movies\Blacksite_1280x720.exe
End

// Hard Boiled Logo
// ..................................................
Begin Button
Background "x541y496_hardboiled.tga"
Position 541 496
End

// Trailer: Hard Boiled (hdf)
// ..................................................
Begin Button
Background "x659y544_hi_hb.tga"
Position 600 544
Action CreateProcess
ProcessName AutoRunData\Movies\HardBoiled_1280x720.exe
End
Which then gave me this install screen:


Works fine.
Reply With Quote