Quote:
Originally Posted by cindos
Roger that!
I did:..
Quote:
|
Originally Posted by pakrat2k2
Under [icons], remove the following in bold
Name: {group}\{cm:LaunchProgram}{cm:AppName}; Filename: {app}\iw5sp.exe; WorkingDir: {app}; Tasks: MenuShortCuts
Name: {group}\{cm:UninstallProgram}{cm:AppName}; Filename: {uninstallexe}; WorkingDir: {app}; Tasks: MenuShortCuts
|
But still won't chaged the %1.
It's ok..it's just an icon name  could figure out later..
The real matter are Coversion runs well & The Game still could play also.
Tq Mr. pakrat2k2
|
As pakrat2k2 stated, you should remove the names and THEN replace them with "Call of Duty - Modern Warfare 3" and "Uninstall Call of Duty - Modern Warfare 3" respectively, which is what I have done, as shown below!
Quote:
[Icons]
Name: "{userdesktop}\Call of Duty - Modern Warfare 3"; Filename: {app}\iw5sp.exe; WorkingDir: {app}; Tasks: desktopicon;
;Name: {group}\{cm:Setup,{cm:AppNameMenu}}; Filename: {app}\Launcher.exe; IconFilename: {app}\portal2.exe; WorkingDir: {app}; Tasks: MenuShortCuts
Name: "{group}\Call of Duty - Modern Warfare 3"; Filename: {app}\iw5sp.exe; WorkingDir: {app}; Tasks: MenuShortCuts;
Name: "{group}\Uninstall Call of Duty - Modern Warfare 3"; Filename: {uninstallexe}; WorkingDir: {app}; Tasks: MenuShortCuts;
;Name: {group}\{cm:Readme}; Filename: {app}\{cm:Readmefile}; WorkingDir: {app}; Tasks: MenuShortCuts
;Name: {group}\{cm:Manual}; Filename: {app}\manual.pdf; WorkingDir: {app}; Tasks: MenuShortCuts
|
Another cosmetic issue is that when you go to the icon/feature installation part of the Setup, instead of "Create Start Menu shortcuts", you have got "Additional icons:" instead - that has also been fixed in the SB Edit of the MW3 Inno Setup package, as shown below:
Quote:
|
Originally Posted by Before The Correction
[Tasks]
Name: desktopicon; Description: {cm:CreateDesktopIcon}
Name: MenuShortCuts; Description: {cm:AdditionalIcons}
Name: DirectX; Description: {cm:run} DirectX; flags: unchecked
Name: VCRedist; Description: "{cm:run} Visual C++ Runtime"; Flags: unchecked;
;Name: GFWL; Description: {cm:run} Games for Windows - LIVE
;Name: PhysX; Description: {cm:run} Nvidia PhysX; flags: unchecked
|
Quote:
|
Originally Posted by After the Correction
[Tasks]
Name: desktopicon; Description: {cm:CreateDesktopIcon}
Name: MenuShortCuts; Description: "Create Start Menu shortcuts";
Name: DirectX; Description: {cm:run} DirectX; flags: unchecked
Name: VCRedist; Description: "{cm:run} Visual C++ Runtime"; Flags: unchecked;
;Name: GFWL; Description: {cm:run} Games for Windows - LIVE
;Name: PhysX; Description: {cm:run} Nvidia PhysX; flags: unchecked
|
Also, feel free to download the edited Inno Setup package in the "Attachments" section of my comment!
Special thanks go to pakrat2k2 et al once again.