![]() |
1 Attachment(s)
kaktor, here is the issue i am having. take a look at the attached pic and my script.iss and tell me what i need to do to get it to the resolution i want. i want the installer to be 720x455 though preferably 800x600 or higher resolution. how do i do this?
|
Change resolution for image in
Code:
WizardForm.WizardBitmapImage.Width := 497;Code:
MusicButton := TNewButton.Create(WizardForm); |
Thank you... i was looking for a simple and clean installer creator.
|
2 Attachment(s)
Quote:
Nope, Website button is moving but when I tried to resize the image it's not resizing. My image has 750x500 but when I Tried to resize This happens:Attachment 22212 Original image looks like this: Attachment 22213 |
did you change BOTH sets of lines where KaktoR posted them ?
https://www.fileforums.com/showpost....&postcount=322 |
Nah he is right. Something is wrong.
|
Quote:
I've changed both variables. As KaktoR said, something really Isn't right. Edit: OK, KaktoR please tell me the installer has 2 or 3 layers if I think correctly. The layer that is responsible for the image size is not resizing correctly and I think that it has a constant size. |
1 Attachment(s)
Hm yeah
I think the problem is WelcomeLabel1 + WelcomeLabel2 transparency I have not worked on it for a long time. Anyway, script was initialy not made to change all that stuff. |
Quote:
KaktoR Can You please work on that? I'm not a programmer, so I can't solve this problem. I'm trying to solve the problem but no results. I've occured another problem, The wizard does not always run correctly. the steps are: running setup, splashscreen appears, after thar nothing happens. |
|
Quote:
|
Quote:
WizardForm.WelcomeLabel1.Transparent:=true; WizardForm.WelcomeLabel2.Transparent:=true; or use this http://krinkels.org/resources/transparentstatic.180/ |
1 Attachment(s)
Quote:
|
Ok, I have another problem.
When trying to install the game the installer freezes on 57% the cls-srep process closes and installation won't continue. |
i used : srep:m3f:l128+lzma2 to compress in Diskspan and use ASIS.v7.0.8 Compiler to run setup.
when run setup, i give isdone.dll and unarc.dll error please help me. |
Quote:
|
Quote:
|
Quote:
Show me Your arc.ini file. |
1 Attachment(s)
Quote:
Please help me! |
finally, I solved it.
I edited Settings.ini in ASIS.v7.0.8 folder and set: "UltraARC=0 DiskSpan=1" repair isdone.dll and unarc.dll error. I edited Compressor.ini in ASIS.v7.0.8 folder and set (for "srep:m3f:l128+lzma2" method): Quote:
|
https://cdn.pbrd.co/images/HxvXrYh.png
I use the Ultra Arc Pzlib3-srep-Lzma but get error 11 unarc help me please |
error 11, unable to write to disk. try install to anything except Program files (x86), try just C:\games\... or different HD partition.
|
1 Attachment(s)
Quote:
|
I think you have to move all labels from WizardForm.xxxxxxxx to WizardForm and make pages invisible.
|
Quote:
|
Hi, first i want to give thanks to KaktoR for this beautiful inno script. Im new to inno and scripts, it tooked me all this night to learn how to set everything up (ultraarc, inno, scripts, etc...) and now i managed how to create correctly the installers. But i have a little question, i looked over this forum first but didnt find anything related to this (maybe ive not searched right).
My question is basicly about the "system requirements" tab, how does the OS works, on the original script its setted up to 611 but i cant find a table or something that converts windows versions to numbers (hummm). So my question here is how i can see every windows editions equivalent number to set it up. On other hand on the same tab i also have problems with the DirectX section, if i set it to 9.0c it doesnt work, setting it to 9 works fine. Is there any table for this too? Thanks again and im very sorry if you donīt understand my bad english, feel free to ask me if you dont understand something. Regards !!! |
611 is Windows 7
1000 is Windows 10 (Major/Minor/SPPack) Search in wikipedia for their numbers. DirectX is only 9/10/11/12 |
Many thanks KaktoR for your fast reply. So, if i understand it for example Windows Xp should be 510, with sp1 511, sp2 512, sp3 513 right? Trust me, i looked already on wiki too and didnt find those 3 numbers xD. But after your reply i think i have understood it now.
Thanks again !!! |
For example: Windows XP 5.1 Build 2600.5512 (SP 3)
Windows Major version is 5, the minor version is 1 and the SP number is 3 = 513 If you want to check for SP1 or SP2, use 511 or 512. Windows 7 6.1 Build 7600 (Service Pack 1: 6.1 Build 7601) Windows major version is 6, minor version is 1 and SP number is 1 = 611 Here is the link with all versions: https://en.wikipedia.org/wiki/Windows_NT Look in "Releases" tab |
Wow, this fits all my needs. Many many thanks again. For this moment all is working fine, i was changing some colors and some other things but for now tested it on 3 little games and it works perfect. The only thing that has driven me crazy was the OS parameters (not needed now but i like to understand how anything works for the future because im sure i will need it).
Thanks again and sorry for my bad english !!! |
Hi again, this is only if someone else has the same problem i have got yesterday/today creating installers for the Assassins Creed Games. I started yesterday to rip Syndicate, all went fine on ultraarc with afr+srep+ll2 for forge, srep+ll2 on other files and bpk for the bink files. Got my packed game in around 6 hours from around 68gb to only 18,7gb. After that i created the installer on ASIS but here is when problems arrived xDD. When i tried to install the game it breaks every time on the same forge file with the isdone.dll fail, no other error message (just a blank box). So i looked over on the compilator.ini and changed the AFR version from 19 to 20, this time the installer was faster but same problem on same file. After that and for testing myself i installed the first Assassins Creed because its small, packed it the same way (without -a2 on afr) and the same happened on the installer. Changed a lot of things and finally found the solution. Changing on the compiler the define srep from "N" to "O" did solve the install problems for me. This only happens on the forge files, i already packed other games (small games yesterday) with srep and lolz and it had no problems but the "N" value on Srep seems not to like Assassins.
So if everyone has the same problem try this setting, hope it helps. |
Quote:
First and only question is what version of Srep did You use for compression. Version 3.93a causes problems with CRC and decompression overall. This version also causes false compression ratio so for example I've comressed The Sims 3 with srep3.93a and it seemed that the game was compressed to 15GB but that was a bogus and archives were damaged. |
Quote:
Edit: SREP64 3.9.2, thats the version i used. |
Mmmm this is a bit strange, its about the redists. I have a small problem here and was testing it in many ways without solution. The problem is if i want to install only the redist 2 it doesnt install or do anything. If i enable/tick the first one it works good for both but if i only enable/tick the second one on the installer it doesnt work. Maybe im missing something, did anyone checked this?
Thanks !!! |
Hi Mr (s), thanks for every thinks, just i have a problem with the method (xZLib+srep+lolz), i'm using:
* UltraARC 2900 R5 Stable Release * ASIS.v7.0.8 The error is: Unsupported compress method (xZLib+srep+lolz)! Please if any one help me, i'm tired to solve this 0_0. I'm using the following ini(s): Compressor.ini: Quote:
Quote:
Quote:
|
Mmmm i cant edit my last message, i actually fixed it myself. There is a small error on the code on the Script.iss file. All redists sections are checking if redist1 is enabled, so if number 1 is disabled no other works. Here is the code, its easy to fix, just changing the number for every redist on the script.
Code:
#if Redist2 == "1" |
@Jawahir95
Have you disabled diskspan and enabled ultraarc in Settings.ini? |
Jawahir95 mmm i had problems too from UltraArc 2900 but i solved it downloading Xtools and replace it with the Asis and Ultraarc version, it was mainly because it didnt work for zstd. Maybe you can first try to add // to #Define ReflateDLL "x64" to disable it, i didnt used it on ME when i used your same method (Xtools+srep+lolz) and it worked but as said above i used the same xtools version on Uarc and Asis. Another check is maybe changing on the first option the SREP "N" to "O" ("N" didnt worked for me on the AC Games).
|
Xtool on current ASIS version is very outdated (it's the first XTool version, some missing files).
Maybe I will fix the problems tomorrow. |
Quote:
|
| All times are GMT -7. The time now is 17:34. |
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
FileForums @ https://fileforums.com