![]() |
hoooo big thank you I have been looking for a week ... thank you thank you thank you.
its ok |
Hello what option to set to decompress a data compress with
Xtool :c16m,t75p,dm2:zlib srep :m3f:a2:l256 lolz in the installer there are several xtools I have all tested and none worked |
hello I am using this loader and I have a game which I am compacting but which needs an argument to be launched. how to do?
Dof.exe -dev86 |
Metro Installer make using advanced setup creator
Goto page : https://fileforums.com/showthread.ph...700#post494700 |
how to use this script with diskspan and multiple language files?
|
Hello, I would like to change the layout of the boxes where there is an 'install' 'uninstall' and quit. to put them on the same line to launch the game below the icon images.
how to do? |
Quote:
|
Quote:
Code:
function InitializeSetup:Boolean; |
Hello, I did identify these lines .. but I do not understand how to move them ?. I am a beginner..
|
how to do? please
|
Hello I did not find how to align the icons so I leave it like this. however can you tell me how to display the installer at the bottom of the screen? currently it is displayed in the middle of the screen and when there are slides it spoils a bit. Thank you for your help.
|
Quote:
how and where to add the decompression of wemtool to this installer? |
Quote:
|
Hi, I get an error when clicking proceed at the requirements stage which says "You must enter a name" and directly after another one wich says "Cannot focus a disabled or invisible window". Does anyone know how to fix this?
I haven't changed anything in the script, just opened it in inno and compiled it. |
Quote:
Edit: Quote:
Upload screenshots. |
Uploaded the Final Version in the first post - compatible with New Version of Knight Compressor.
|
3 Attachment(s)
Quote:
--------------------- Quote:
|
Quote:
Code:
if Lock.Tile.Visible and Lock.Tile.Enabled then |
Well, I finally remembered to 'move' this thread to the correct forum :D
|
Quote:
|
1 Attachment(s)
For some reason, they left optional 5 & 6 unused.
Bunti, can you add 2GB limit, more languages, or optional(s)? So, here's the possibly fixed script. |
Quote:
|
Quote:
Code:
https://stackoverflow.com/questions/70088581/getting-you-must-enter-a-name-and-cannot-focus-a-disabled-or-invisible-window |
Quote:
|
windows phone installer error
1 Attachment(s)
please help me to solve this error
|
Quote:
|
Where can I find this?
Quote:
P.S i found a link from a dead site. I'm not sure if im able to link it but I know there are others who maybe in the same situation as i am |
Quote:
https://fileforums.com/showpost.php?...4&postcount=16 |
Quote:
It also has Inno Setup Enhanced 5.51.ee2(u)(build 121216) included in the "Inno Setup Repack (FULL)" that I shared in this #POST. This version is slightly newer than the version Razor shared |
Thank you for your help.
Quote:
Quote:
Thank you so much guys i appreciate it. I used the search function in the forum but i couldnt seem to find it. Sorry for that hassle Thanks!! |
Quote:
https://i.ibb.co/WDWmPWn/ex.png |
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 |
Quote:
|
Quote:
|
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]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]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]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 |
Error or Bug
1 Attachment(s)
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? |
Resolved!
Tell me if it's good or bad to have solved this way...
It basically created double backslashes in the log file Code:
RegWriteStringValue(HKEY_LOCAL_MACHINE, 'SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{#AppName}_is1', 'DisplayIcon', ExpandConstant('{app}\{#E1[60]}\{#E1[61]}') )Code:
RegWriteStringValue(HKEY_LOCAL_MACHINE, 'SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{#AppName}_is1', 'DisplayIcon', ExpandConstant('{app}\{#E1[61]}'))https://img001.prntscr.com/file/img0...tY5FJAV1tg.png please if you can ... do a test too I succeeded but you never know. Thanks in advance to everyone. |
Reply
Quote:
Try it yourself if it's not a nuisance.. RootFolderName\Setup.exe you will see that there is this error in the registry... Thanks in advance audiofeel for all time. |
Quote:
Code:
RegWriteStringValue(HKEY_LOCAL_MACHINE, 'SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{#AppName}_is1', 'DisplayIcon', ExpandConstant(AddBackslash('{app}\{#E1[60]}') + '{#E1[61]}') ) |
Solved!
Quote:
This was the one I had set, and it was temporary of course... Code:
ExpandConstant('{app}\{#E1[61]}')Code:
ExpandConstant(AddBackslash('{app}\{#E1[60]}') + '{#E1[61]}') |
| All times are GMT -7. The time now is 22:38. |
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
FileForums @ https://fileforums.com