|
@ Bondpotter
Couple issues in your Setup.ini
Exe64=dmcLauncher.exe // string
Remove from the end of the .exe all spaces + the // string
the same with every other line you use. the spaces from the end of the word until the end of // string must be removed.
IE:
exe=game.exe( space, space, space)//string
the line should be exe=game.exe
NO Spaces or anything else after game.exe
|