|
|
|
#1
|
|||
|
|||
|
windows phone installer error
please help me to solve this error
|
| Sponsored Links |
|
#2
|
||||
|
||||
|
#3
|
||||
|
||||
|
i use cesar version, how to make it support auto detect optional component, ? so the optional check component will disable if the file not download
thanks |
|
#4
|
||||
|
||||
|
If you place the optional files next to the setup.exe then the optional files checkbox will work otherwise it won't work. To disable them as default set checked = 0 in the [OptionalTask] section.
|
|
#5
|
||||
|
||||
|
i need disable task checkboxes that don't exist in the data.bin files
|
|
#6
|
|||
|
|||
|
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 |
|
#7
|
|||
|
|||
|
I'm at a loss right now, but the setup doesn't create a desktop shortcut for me (and in the start menu the shortcut is simply named “.lnk”, i.e. without the name of the game before the “.lnk”).
I know I've done something wrong, maybe someone can help me out? Code:
[Execs] ;Tile Caption|Exec Directory|Exec File|Shortcut Name/Action Name AppExe1=Stardew Valley|Stardew Valley.exe KR pcblizzard Last edited by pcblizzard; 29-01-2024 at 03:04. Reason: Add the info about the autorun |
|
#8
|
|||
|
|||
|
Ouch, thank you!
|
|
#9
|
|||
|
|||
|
after creating the setup and check the Setup.exe in Virustotal it's showed 3 of programs detected it as Malware
|
|
#10
|
|||
|
|||
|
I have one more question: Is it possible to add arguments under “[Execs]”?
I have tried it, but it has no effect, the “Arguments” are not added to the desktop- / start menu shortcuts. KR pcblizzard |
|
#11
|
|||
|
|||
|
I have to thank you again!
|
|
#12
|
|||
|
|||
|
I have now found errors/problems:
1. on a (4K) UHD monitor the installer looks very compressed. Is there a scaling option in the script that can be activated? [Second image] 2. if I want to change the installation folder, click on another one and click on the normal folder again, it automatically adds the "AppName" after the "InstallDir" name. [First image] Example, based on the picture: if I click on the folder "Intel" and then again on "Jak 2 HD", the installation folder reads "C:\Program Files\Jak 2 HD" (which would be correct) instead of "C:\Program Files\Jak 2 HD\Jak II: Renegade HD" (which is wrong, because "InstallDir" + "AppName" is used). Sometimes dots are simply inserted instead of "Program Files" (i.e. "C:\...\Jak 2 HD" instead of "C:\Program Files\Jak 2 HD") If you do not check this and click on "Ok" in the "Select Directory" window, the installer crashes (but I have not yet found out when the installer sets the "..." instead of "Program Files"). EDIT: Ah and when I use the uninstaller and click on e.g. the progress bar (although I don't think it matters where I click), I get an error message (but the program is [apparently still completely] uninstalled) (Third image). Thank you for your help Last edited by pcblizzard; 09-07-2024 at 10:51. Reason: See "Edit" |
|
#13
|
|||
|
|||
![]() how to fix this problem, so that it can adjust to the monitor display resolution. this problem appears when the monitor resolution is 4k |
|
#14
|
|||
|
|||
|
can it only be run at 1080p resolution? i use at 4k resolution, setup is cut off and can't be upscaled
|
|
#15
|
|||
|
|||
|
Error or Bug
Quote:
The version of the script is different from the one you showed me, but yes the approach is the same, by any chance have you tried looking in the system registry? |
![]() |
|
|
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 |