![]() |
yener had used A dummy label to use as shadows.
jst top and left property be +1 else everything is same Code:
procedure UpdateShadow(var Current, Shadow :TLabel);https://msdn.microsoft.com/en-us/lib...(v=vs.85).aspx |
Code:
procedure CurPageChanged(CurPageID: integer);Also, BackButton just disappears with this Code:
wpSelectDir: begin |
if u r using Native controls(Notebooks), then you can't put anything on them unless control is a child
|
Thank you for your help.
Do it a different way then. |
How i can hide
Code:
wpInfoBefore: beginCode:
varCode:
NoStartMenu := TNewCheckBox.Create(WizardForm); |
NoStartMenu, Icons aren't real members of WizardForm, you added them later on
try NoStartMenu.Hide; Icons.Hide; |
That makes totally sense. THank you, it works :D
Sometimes i make mistakes like those things. |
Is there a way to resize SelectDirPage? Because i can't deactivate it.
Code:
with WizardForm.SelectDirPage do beginCode:
wpSelectDir: beginI'm not in the mood to create a whole new page instead. |
Any way to set CheckBox style to default?
CheckBoxes from [Run] and Style (cjstyle/vsf) are different in appearance. I don't like that. |
Using GetIniInt to get required space (mb) digits. But at this point i don't know exactly how to replace it with the SizeMB define properly.
Code:
NeedSpaceLabel.Caption := ExpandConstant('{cm:NeedSpace} ') + MbOrTb({#SizeMB});Going to change my code to get rid of defines and using GetIniStr and GetIniInt instead. GetIniStr is fine, not a problem. I hope someony could point me in right direction. |
Maybe I am not understanding the question. Reading from ini and placing in the wizard form doesn't work or what?
|
Yes, exactly, but only for the one mentioned code tag above.
|
Show code please (you used ISPP code, right?)
|
Hey KaktoR,
#define SizeMB ReadIni(SourcePath + "\setup.ini", "Application", "Appsize", "") in setup.ini [Application] Appsize=4096 |
Quote:
I guess this answeres my question. Thanks both of you ;) |
my setup created with innosetup starts very late. you have some suggestion to give me??
|
Can anyone give a sample generic installer script with isdone support.
|
Quote:
|
I want to cange the time format of my script from
elapsed time = 29 minutes 30 seconds remaining to 29:30. how can i do that. thanks. |
Hi guys/gals, is there any way i can make Razor work with ISExec? This is what i've tried so far with no luck:
Code:
if not ISExec ( 0, 0, 0, ExpandConstant('{tmp}\rz.exe'), ExpandConstant('x "{src}\data.rz" -o "{app}\Folder"'), ExpandConstant('{app}'), 'Extracting...',false) then break; |
i did that use timetype parameter as $1111.
how can i add win tb support. |
Don't know if i should post this here. Its related to WPI installer.
I added 3 archives to it and now the install bar goes upto to 300%. i tried to add ArchiveProgress=33 for each file....still same |
Quote:
|
Is it possible to nclude exe files like pzlib with setup just like cls are included with setup. that is we r not able to see other thing working with setup/unimstall in task manager.
|
Could anyone give me a easy example for FindFile function?
Have to find a specific file inside {app} folder, use result for FileCopy function that copies the specific file to result location. |
Quote:
|
brought to front page
|
How To Add "Split" Module To Inno Script? Please Help
|
Quote:
|
I have a problem with my installer. After the installer is finished there are 2 folders freearc..... .tmp. they are not being deleted and are taking up space. Both folders are few size less than unpacked files that are installed.
I'm using Inno Setup Compiler 5.5.1.ee2 (u) (build 121002). I am creating installler like WPI by RAZOR 12911 as practice. i tried using deleteafterinstall next to flag under [files] section but it is still not working. i even tried to use WPI files by RAZOR 12911 but still does not work. Can someone please help me. |
1 Attachment(s)
even deleteafterinstall does not work. can some one please help me. here is the file if you need.
|
Quote:
u can change the records.inf creation location in if ISDoneInit(ExpandConstant('{tmp}\records.inf'), $FFFF, 0,0,0, MainForm.Handle, 512, @ProgressCallback) then begin |
I have successfully managed to compress PES 2019 to 11 GB using this method , i used below script command :
Method : -mztool_pzlib_zlib+srep:m3f:a16:d1g+lolz:dtb1:tt8:m t2:gm2 0:fba0:d128m+mc1023 :::::::::::::::::::::::::::::::::::::::::::::::::: :::::::::::::::::::::::::::::::::::::::::::::: bin\arc a -ma9 -ds -di -i2 -ep1 -ed -r -w.\tempzZ "Data_pzlib_Zlib-2.arc" -mztool_pzlib_zlib+srep:m3f:a16:d1g+lolz:dtb1:tt8:m t2:gm2 0:fba0:d128m+mc1023 "C:\PES\*" :::::::::::::::::::::::::::::::::::::::::::::::::: :::::::::::::::::::::::::::::::::::::::::::::: Download whole compression method below if it helps : Code:
https://ufile.io/vpeekCan you guys share your decompression script for this compression method or at least tell me which values should i change in those scripts to manage decompress this archives ? please ? any help would be appreciated |
CIU arc.ini
Code:
[External compressor:ztool_pzlib_zlib] |
Quote:
An error occurred while unpacking: Unable to write data to disk! Unarc.dll returned an error code: -11 ERROR: archive data corrupted (decompression fails) Do you have any idea what does it mean ? is my compression method/switch problematic & not working ? the compression method plus files is already posted in above post. |
Which lolz version did you use for compress?
CIU use new lolz version and I can say that compress with old lolz and install with new lolz does not work |
also in the method ( sent me files ) he also has spaces where there shouldnt be any
(not the forum posting spaces issue...) Code:
m t2:gm2 0 |
Quote:
There is only "lolz_x64.exe" binary with no version information data using tools such as Resource Hacker. will check that version conflict in detail.:) Also the problem solved by @pakrat2k2 switch correction. Thanks a lot, fellows! |
Hi I'm wondering how to extract a .arc compressed with lolz with isdone.
I compressed with this simple arc.ini: Quote:
How can I get isdone/ISFreeArcExtract to unpack this file? Using the isdoneexample1.iss I just get the "unsupported method" error. How can I tell it how to extract my file? Also is there a way to extract lolz without needing an administrator command prompt? Thank you in advance EDIT: I worked it out - you must have the cls-lolz stuff in the Include section of the .iss an also make sure to ExtractTemporaryFile each of the files too in the Code section. I was missing the ExtractTemporaryFile each of the cls-lolz files. |
I am now having the same issue with srep: i can extract with a .bat just using srep64.exe like above with this in arc.ini:
Code:
[External compressor:srep64]I have made sure to include srep64.exe in [Files] and the ExtractTemporaryFile('srep64.exe') in the [Code] section,as well as arc.ini, but I still get the error, . How can I extract srep64 with ISDone.dll / ISFreeArcExtract? Thank you, sorry for the double post. Edit:Works fine with srep.exe but not srep64 i dont understand why, only thing i changed was srep64.exe to srep.exe. Why doesn't srep64 work with isdone but it does with just a .bat. How can I get it to work? Also is there a way to change whether xlolz and srep 64 bit or 32 bit .exe is used depending on the user's system? Edit2: I have changed the unpackcmd to srep64.exe -d -s -- <stdin> <stdout> and this seems to fix. I have also tried cls-srep.dll but I get a crc error...no error just using just srep64.exe and arc.ini. |
| All times are GMT -7. The time now is 06:37. |
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
FileForums @ https://fileforums.com