![]() |
Maybe this question has asked a lot, but meh i'm searching it and it's really hard to find. Need to find an exact keyword, too many possibility.
How to repack games with reg entries in their original setup installation? How to see a proper reg entries in original setup and add it to inno setup? I'm a guy with script wizard used mostly, but i know a little about the codes i can change inside. Never tried with reg entries. Please help. |
There are some tools that can detect reg when installing a application or games.. You can use that tool to get the reg and then you can covert that reg entry to inno setup format... This way you can add reg entries to inno setup easly.
I use Regshot tool to detect the reg entry http://sourceforge.net/projects/regs...regshot/1.9.0/ And reg to inno convertor to conver reg files http://fileforums.com/showpost.php?p=410165&postcount=2 I hope this will help you.. ;) |
sorry bro, how to make a png image as transparent splas screen and how to insert this in innosetup standard? iam use unicode version..... thanks
|
Revo why Banned
|
Quote:
if you have show me please. |
Quote:
http://fileforums.com/showthread.php?t=96183 |
Inno wizard page help.
Hi everyone.
I need some code for installer.(inno) 1.I want to remove program group page in installer. (Know by disabled that page) ok. 2.And the start menu folder options in that page .-》changed to next Task page content . Simply in task page I want task selection and start menu folder selection. Thanks in advance. |
|
Quote:
|
Quote:
I do not find the exact string to change anyone has any idea where is the string to change:confused: |
check your PM
|
@oltjon ,can you share the script?
|
Quote:
|
|
need the original script BEFORE you made ANY changes to it, basically the entire folder as it was before you started changing anything. There are files missing & it cant read from your language file when I try compiling from what you sent me before.
|
Help relate ISPrecompextract(0,20.....
In the blackbox inno script isprecomp () extraction process not shown in progress bar. Process extract in background but in progress bar and percentage not shows. How to fix this?. |
Question about inno script hotkeys
How to disable inno setup hotkeys in the installer :confused:.
I'll edit one of the customized wizard installer (dante1995). In that installer by pressing space button installer start installing. How to disable it.. Thanks in advance. .. |
Quote:
|
Thanks for reply
But there is no hotkey word in the script. May I upload the script. . |
1 Attachment(s)
help me please!
i have downloaded yener90's script (CI 8.0.1.0) (detail on the image). what should i do at the first time to use this script ? i'm using inno setup 5.9 unicode. - i want to make setup internal and dont use compressor . i was remove ( ; ) but i still get error. :( im waiting for advice. thanks:) |
How to add an external compress method to inno script? I wish add .rar file (data.rar) to my script (and install it) instead of inno compression. How?
|
Quote:
Logically I suggest a basic script installation, if you run a search here on the forum will find several...;) |
Quote:
Another question, how add a message at the finish of the cancel of the install?? ¨the installation was succefully aborted¨ (english and spanish) |
@Nizcoz, I can not guess what you're mixing, are not a magician, your inexperience on programming a script, ti should teach you to try before on a tested installer and running here on the forum, in order to study you its code and its concept of operation , and later on modify it as you want.
Choose an installer here on the forum, you work, for problems, post the code and someone will help you. |
Quote:
( in reference to post 1218 ) |
^^ Ok, thanks.
How add a message at the finish of the Cancel while installing?? ¨the installation was succefully aborted¨ (english and spanish) |
How do i set temp dir of srep to destination directory instead of temp?
[Srep] Memory = 256 TempPath = [Precomp] Memory = 40 TempPath = |
Quote:
if not PrecompInit(ExpandConstant('{tmp'),128,0) then also ISArcExtract(CurComponent:Cardinal; PctOfTotal:double; InName, OutPath, ExtractedPath: AnsiString; DeleteInFile:boolean; Password, CfgFile, WorkPath: AnsiString; ExtractPCF: boolean ):boolean; external 'ISArcExtract@files:ISDone.dll stdcall delayload'; notice WorkPath? |
Thank you razor, i thought it should be set in cls.ini
|
1) How to add a message at the finish of the ¨Cancel while installing¨?? ¨the installation was succefully aborted¨
2) How to resize the uninstall`s WizardSmallBitmapImage to Left := ScaleX(0); Width := ScaleX(500); Height := ScaleY(60); 3) How to add timeelapsed, porcentage, etc to install and uninstall pages? Thanks!!! PD: sorry, bad english. |
1) if isdone was not used, meaning if you rely on internal installation, i don't think that's possible.
2) procedure InitializeUninstallProgressForm; begin with UninstallProgressForm.WizardSmallBitmapImage do begin left... Width... end; end; 3) add labels, apply math, add a counter for the elapsed time x (100 - current progress), use a timer to update labels. |
Quote:
3) A simple example? with seconds and porcentage? it`s possible? Thanks a lot! |
Hi! How to add the function of TotalSpace, freeSpace, NeedSpace to a readypage??
|
What characteristics are required for an avi file with Inno Media Player? Because a particular avi file works ok, but with another video file, it doesn't work.
|
Quote:
|
Quote:
|
Bro how to make your own design innovative script
|
Quote:
|
How to decompress an arc file with password when i use a isdone (ini) script? (by dante1995)
|
Quote:
|
| All times are GMT -7. The time now is 05:17. |
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
FileForums @ https://fileforums.com