View Single Post
  #1  
Old 01-05-2025, 06:50
KenGamer KenGamer is offline
Registered User
 
Join Date: Apr 2025
Location: America
Posts: 5
Thanks: 5
Thanked 0 Times in 0 Posts
KenGamer is on a distinguished road
Quote:
Originally Posted by audiofeel View Post
Froza Style
Adaptation - localization of the Java newstone script.
The functionality is all in place.
Four pages, installation of additional software. Checking the location.
Music. Everything scales perfectly by 200%.
Launch the game (after successful installation).
Restarting (itself) the installation after a failed installation.
Deleting the game (if there is a key in the registry) before starting the installation.
So im having an issue with the script the game has 2 exe files one is in the main folder and one is in binaries/win64 folder but it doesn't create shortcut after installation and doesn't launch when i hit launch button after installing is complete

Here's the script can you tell me what im doing wrong?

; -------------------------------------------------------------

[Setup]
PostRunExe={app}\motogp25-Win64-Shipping.exe
WebLink=https://Website/
; -------------------------------------------------------------

[Game]
Name=MotoGP 25
Path=MotoGP 25
Publisher=Milestone S.r.l.

Genre=Racing
Developer=Milestone S.r.l.
Size=25276
Date=30 April 2025
Version=Build 18206190
Lang=7
Crack=Rune

CPU= Intel Core i5-9600K / AMD Ryzen 5 1600
RAM=16384
GPU= GeForce GTX 970 / Radeon RX 580
OS=64

; -------------------------------------------------------------

[Execs]

[Execs\AppExe1]
Name=motogp25
Exe=motogp25.exe
Icon=motogp25.exe
Args=
WorkDir={app}\Motogp25\motogp25

[Execs\AppExe2]
Name=motogp25-Win64-Shipping
Exe=motogp25-Win64-Shipping.exe
Icon=motogp25-Win64-Shipping.exe
Args=
WorkDir={app}\Motogp25\motogp25\Binaries\Win64\mot ogp25-Win64-Shipping

; -------------------------------------------------------------

[Redists]

[Redists\Redist1]
Name=Microsoft Visual C++ 2008
Args=/q /norestart
File={src}\Redist\vcredist\2019\VC_redist.x64.exe

[Redists\Redist2]
Name=Microsoft Visual C++ VC 2010
Args=/q /norestart
File={src}\Redist\vcredist\2019\VC_redist.x86.exe

[Redists\Redist3]
Name=Microsoft Visual C++ VC 2012
Args=/q /norestart
File={src}\Redist\vcredist\2022\VC_redist.x64.exe

[Redists\Redist4]
Name=Microsoft Visual C++ VC 2023
Args=/q /norestart
File={src}\Redist\vcredist\2022\VC_redist.x86.exe

[Redists\Redist5]
Name=Microsoft DirectX®
Args=/q
File={src}\Redist\DirectX\Jun2010\DXSETUP.exe

; -------------------------------------------------------------

[Datas]
Password=123test123

[Datas\Data1]
File={src}\data1.bin

[Datas\Data2]
File={src}\data2.bin

[Datas\Data3]
File={src}\data3.bin

[Datas\Data4]
File={src}\data4.bin

; -------------------------------------------------------------

Last edited by KenGamer; 01-05-2025 at 11:16.
Reply With Quote
Sponsored Links