|
#61
|
||||
|
||||
|
thanks for the updated version.
just a question! Did you add the registry option to enable Developer mode automatically? you know if we don not enable it, this game won't install properly. as Simorq said, if you add this to Registry.iss, developer mode will be enabled after installation: Code:
Root: HKLM; Subkey: "SOFTWARE\Microsoft\Windows\CurrentVersion\AppModelUnlock"; ValueName: "AllowAllTrustedApps"; ValueType: Dword; ValueData: "$1"; MinVersion: 0.0,5.0; Flags: uninsdeletevalue uninsdeletekeyifempty Root: HKLM; Subkey: "SOFTWARE\Microsoft\Windows\CurrentVersion\AppModelUnlock"; ValueName: "AllowDevelopmentWithoutDevLicense"; ValueType: Dword; ValueData: "$1"; MinVersion: 0.0,5.0; Flags: uninsdeletevalue uninsdeletekeyifempty Root: HKLM64; Subkey: "SOFTWARE\Microsoft\Windows\CurrentVersion\AppModelUnlock"; ValueName: "AllowAllTrustedApps"; ValueType: Dword; ValueData: "$1"; Check: "isWin64"; MinVersion: 0.0,5.0; Flags: uninsdeletevalue uninsdeletekeyifempty Root: HKLM64; Subkey: "SOFTWARE\Microsoft\Windows\CurrentVersion\AppModelUnlock"; ValueName: "AllowDevelopmentWithoutDevLicense"; ValueType: Dword; ValueData: "$1"; Check: "isWin64"; MinVersion: 0.0,5.0; Flags: uninsdeletevalue uninsdeletekeyifempty |
| The Following User Says Thank You to zirkhaki For This Useful Post: | ||
GTX590 (03-02-2019) | ||
| Sponsored Links |
|
#63
|
||||
|
||||
|
For this you could also use "Setup Patch Maker". Patch would be just a few bytes in size
__________________
Haters gonna hate
|
| The Following User Says Thank You to KaktoR For This Useful Post: | ||
GTX590 (03-02-2019) | ||
|
#64
|
|||
|
|||
|
Setup Patch Maker Where can I find it?
Setup Patch Maker How do I use it? |
|
#65
|
||||
|
||||
|
Quote:
I recommend not adding these keys because you will be changing the user settings permanently without even informing about the change. CIU v3 makes a backup of the devolper mode settings of your system before installing the UWP games, then switches to devolper mode and finally after install restores the previous backup settings. |
![]() |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Gears of War (Italian) DVD9 to 2xDVD5 | DJ Spike | PC Games - CD/DVD Conversions | 2 | 17-11-2008 14:23 |
| Gears of War | Lonehwolf | PC Games | 3 | 29-05-2008 08:28 |
| can someone help cross platform? gears of war | mastercare | Multi Player Games | 2 | 10-12-2007 07:32 |
| Gears of War error | cptpooface | PC Games | 1 | 24-11-2007 22:25 |