Go Back   FileForums > Game Backup > PC Games > PC Games - CD/DVD Conversions > Conversion Tutorials
Register FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 05-06-2022, 05:23
darshan9006 darshan9006 is offline
Registered User
 
Join Date: Jan 2022
Location: india
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
darshan9006 is on a distinguished road
windows phone installer error

please help me to solve this error
Attached Images
File Type: jpg error winddows phone installer.jpg (82.9 KB, 133 views)
Reply With Quote
Sponsored Links
  #2  
Old 05-06-2022, 05:30
bunti_o4u's Avatar
bunti_o4u bunti_o4u is offline
Registered User
 
Join Date: Aug 2017
Location: India
Posts: 162
Thanks: 29
Thanked 172 Times in 61 Posts
bunti_o4u is on a distinguished road
Quote:
Originally Posted by darshan9006 View Post
please help me to solve this error
https://www.fileforums.com/showpost....29&postcount=4
Reply With Quote
  #3  
Old 27-07-2023, 22:39
kuyhaa's Avatar
kuyhaa kuyhaa is offline
Registered User
 
Join Date: Jun 2019
Location: metro
Posts: 54
Thanks: 89
Thanked 8 Times in 4 Posts
kuyhaa is on a distinguished road
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
Reply With Quote
  #4  
Old 29-07-2023, 20:38
ravikant's Avatar
ravikant ravikant is offline
Registered User
 
Join Date: Oct 2018
Location: Somewhere near you
Posts: 44
Thanks: 14
Thanked 10 Times in 7 Posts
ravikant is on a distinguished road
Quote:
Originally Posted by kuyhaa View Post
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
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.
Reply With Quote
  #5  
Old 03-08-2023, 19:06
kuyhaa's Avatar
kuyhaa kuyhaa is offline
Registered User
 
Join Date: Jun 2019
Location: metro
Posts: 54
Thanks: 89
Thanked 8 Times in 4 Posts
kuyhaa is on a distinguished road
Quote:
Originally Posted by ravikant View Post
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.
i need disable task checkboxes that don't exist in the data.bin files
Reply With Quote
  #6  
Old 18-08-2023, 11:04
XxAZAxX XxAZAxX is offline
Registered User
 
Join Date: Jul 2018
Location: LUNA
Posts: 26
Thanks: 48
Thanked 6 Times in 5 Posts
XxAZAxX is on a distinguished road
Question Bug or Error

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;
So I was wondering…

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
that would be fine too.. but from what I see it's not very good...

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
it's right?

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
Reply With Quote
  #7  
Old 29-01-2024, 02:55
pcblizzard pcblizzard is offline
Registered User
 
Join Date: Aug 2009
Location: Germany
Posts: 32
Thanks: 65
Thanked 3 Times in 3 Posts
pcblizzard is on a distinguished road
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
And I sometimes (not always) have the problem that I can't activate the AutoRun menu “immediately” (after clicking once), for example, so I have to click 4–5 times with the mouse before it works.


KR pcblizzard

Last edited by pcblizzard; 29-01-2024 at 03:04. Reason: Add the info about the autorun
Reply With Quote
  #8  
Old 29-01-2024, 03:49
pcblizzard pcblizzard is offline
Registered User
 
Join Date: Aug 2009
Location: Germany
Posts: 32
Thanks: 65
Thanked 3 Times in 3 Posts
pcblizzard is on a distinguished road
Ouch, thank you!
Reply With Quote
  #9  
Old 29-01-2024, 09:26
IRAQIGHOST IRAQIGHOST is offline
Registered User
 
Join Date: Jun 2020
Location: Iraq
Posts: 71
Thanks: 42
Thanked 29 Times in 16 Posts
IRAQIGHOST is on a distinguished road
after creating the setup and check the Setup.exe in Virustotal it's showed 3 of programs detected it as Malware
Reply With Quote
  #10  
Old 29-01-2024, 10:12
pcblizzard pcblizzard is offline
Registered User
 
Join Date: Aug 2009
Location: Germany
Posts: 32
Thanks: 65
Thanked 3 Times in 3 Posts
pcblizzard is on a distinguished road
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
Reply With Quote
  #11  
Old 29-01-2024, 10:30
pcblizzard pcblizzard is offline
Registered User
 
Join Date: Aug 2009
Location: Germany
Posts: 32
Thanks: 65
Thanked 3 Times in 3 Posts
pcblizzard is on a distinguished road
I have to thank you again!
Reply With Quote
  #12  
Old 09-07-2024, 06:43
pcblizzard pcblizzard is offline
Registered User
 
Join Date: Aug 2009
Location: Germany
Posts: 32
Thanks: 65
Thanked 3 Times in 3 Posts
pcblizzard is on a distinguished road
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
Attached Images
File Type: jpg XTBDWEN.jpg (92.7 KB, 210 views)
File Type: jpg Screenshot 2024-07-09 194726.jpg (112.9 KB, 202 views)
File Type: jpg 1111111.jpg (32.9 KB, 206 views)

Last edited by pcblizzard; 09-07-2024 at 10:51. Reason: See "Edit"
Reply With Quote
  #13  
Old 29-04-2025, 22:35
fadliabravers fadliabravers is offline
Registered User
 
Join Date: Apr 2025
Location: indonesia
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
fadliabravers is on a distinguished road



how to fix this problem, so that it can adjust to the monitor display resolution. this problem appears when the monitor resolution is 4k
Reply With Quote
  #14  
Old 26-05-2025, 16:00
Budakgamers9849 Budakgamers9849 is offline
Registered User
 
Join Date: May 2025
Location: Indonesia
Posts: 6
Thanks: 0
Thanked 1 Time in 1 Post
Budakgamers9849 is on a distinguished road
can it only be run at 1080p resolution? i use at 4k resolution, setup is cut off and can't be upscaled
Reply With Quote
  #15  
Old 18-08-2023, 12:29
XxAZAxX XxAZAxX is offline
Registered User
 
Join Date: Jul 2018
Location: LUNA
Posts: 26
Thanks: 48
Thanked 6 Times in 5 Posts
XxAZAxX is on a distinguished road
Error or Bug

Quote:
Originally Posted by audiofeel View Post
Yes, everything seems to work like this = bin. without backslash
AppExe1=God Of War|bin|GoW.exe| God Of War
Thanks for answering me.

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?
Attached Images
File Type: png Screenshot_1.png (24.9 KB, 112 views)
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

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



All times are GMT -7. The time now is 12:12.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
FileForums @ https://fileforums.com