|
Hi,
i'm trying to make a conversion for all Wing Commander Series but i'm having some troubles becouse some Wing Commander games are old and require DOSBOX.
I need to create icons like (the installation path of the game is "D:\Giochi\Wing Commander Collection", Wing Commander 3 is the component3):
Destination: "D:\Giochi\Wing Commander Collection\DOSBOX\dosbox.exe" -conf dosboxWC3.conf -noconsole -c "exit
From: "D:\Giochi\Wing Commander Collection\Wing Commander 3\"
i only found some code like:
Name: {group}\{code:GetAppName} {code:MyExecutableIconName3}; Filename: {app}\{code:GetMyAppExePath3}\{code:GetMyAppExeNam e3}; WorkingDir: {app}\{code:GetMyAppExePath3}; Check: ThirdExecCheck1
Name: {userdesktop}\{code:GetAppName} {code:MyExecutableIconName3}; Filename: {app}\{code:GetMyAppExePath3}\{code:GetMyAppExeNam e3}; WorkingDir: {app}\{code:GetMyAppExePath3}; Check: ThirdExecCheck1
Name: {group}\{cm:Config}; Filename: {app}\{code:GetMyAppExePath3}\{code:GetMyAppExeNam e3}; WorkingDir: {app}\{code:GetMyAppExePath3}; Check: ThirdExecCheck2
Name: {userdesktop}\{cm:Config}; Filename: {app}\{code:GetMyAppExePath3}\{code:GetMyAppExeNam e3}; WorkingDir: {app}\{code:GetMyAppExePath3}; Check: ThirdExecCheck2
|