|
|
|
#1
|
|||
|
|||
|
Hi I noticed a small error or bug I don't know to be honest...
Seen and used Windows Phone Installer - Final (New Version of Knight Compressor) The problem is the following, I download the WPI Final then start a test installation when I finish installing (obviously everything works) but.... if I go to the system registry I notice a typo error i.e. the following comes out DisplayIcon: C:\Games\God Of War\\GoW.exe Which I notice there are 2 " \\ " in the script it is set like this.. Code:
[Execs]
;Tile Caption|Exec Directory|Exec File|Shortcut Name/Action Name
AppExe1=God Of War||GoW.exe| God Of War
[Icons]
#ifdef AppExe1
// Add IconFileName: "{src}\Icon.ico"; before WorkingDir to change default exe icon.
Name: {group}\{#E1[62]}; Filename: {app}\{#E1[60]}\{#E1[61]}; WorkingDir: {app}\{#E1[60]}; Comment: {#E1[59]}; Check: CreateShortcuts;
Name: {commondesktop}\{#E1[62]}; Filename: {app}\{#E1[60]}\{#E1[61]}; IconFileName: "{app}\Icon.ico"; WorkingDir: {app}\{#E1[60]}; Check: CreateShortcuts;
If the game files are set up like this.. Game root folder\file.exe i.e. the exe is in the root folder of the game, so basically Code:
[Execs] ;Tile Caption|Exec Directory|Exec File|Shortcut Name/Action Name AppExe1=God Of War||GoW.exe| God Of War while instead if the structure of the game would be like this .. Game root\bin\file.exe so it should be like this.. Code:
[Execs] ;Tile Caption|Exec Directory|Exec File|Shortcut Name/Action Name AppExe1=God Of War|bin\|GoW.exe| God Of War so in the log it should then appear right i.e.: DisplayIcon: C:\Games\God Of War\bin\GoW.exe So I wonder, what's wrong?? Thanks in advance |
| Sponsored Links |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Coming Soon: Metro Install Creator | Razor12911 | Conversion Tutorials | 48 | 31-10-2021 02:59 |
| Windows Phone Installer (FMX) Redists Help... | ramazan19833 | Conversion Tutorials | 3 | 15-12-2017 04:08 |
| Custom Installer (help test ) windows 8 | Dante1995 | Conversion Tutorials | 4 | 07-07-2014 03:43 |
| 321 studios game x copy | acehardy12 | XBox Games | 6 | 29-06-2005 13:55 |