![]() |
Quote:
|
hi everyone,
greeting I read the tutorials about Inno by REVO and i create setup.ini, setup.cab with all the files and other stuff. i am trying this for first time. i am new here and i am not an inno expert. i Dont KNOW How to make inno read values from setup.ini and setup.cab. will somebody help me.? |
Quote:
|
Quote:
http://fileforums.com/showthread.php?t=92805 |
Quote:
Thanks for your reply pakrat2k2 that converter by yener90 , i already try that and it works fine. I want to create a new script and i want to add setup.ini in that new script. i wanted to know how i can add that .ini files in new script. |
look in CIU 1.0.0.6 & see just how many lines of code there is. !!!!!!! Way too much work & too many months in perfecting that script, took yener90 MONTHS to get it where it is. And to just think its easy to use that ini file in another script, needs someone who is VERY good with INNO to understand how it all works. NOT for someone fairly new to inno scripts.
|
Quote:
I did not expect myself to become an expert .all i want is to try. I just want to start this. I know it will take time and efforts to very great extent for someone like me. |
1 Attachment(s)
having issue with ISS accepting {userdocs} in [Files] section under Source ???
Have tried with/without " & Still same error.. ( files do exist there ). any suggestions as to what's wrong ?!? :confused::confused: se screenshot below |
@pakrat,
Constants don't work under source directory, they only work under destination because it may vary therefore under source you must apply the direct directory without constants. And sorry for late reply, was kinda busy. |
Quote:
|
But pakrat you can try windows constants.
Google for them. Here are some that I can remember %windir% %systemroot% %temp% |
Quote:
Read the inno setup documentation. Here, look for these. Readini Writeini Getinistring Getiniint Getinibool Setinistring Setiniint Setinistring Google for examples. |
1 Attachment(s)
Friends need a help how to make transparent TasksList
as of the SelectTasksLabel I'm using this script without success Code:
var |
Quote:
In a couple of days along with what you asked(system page fix). |
Quote:
but actually, it's not TasksList which makes the Grey Field. It's a form, just find out what it is. |
1 Attachment(s)
Thank Razor12911 just is not showing anything that appears only
SelectTasksLabel |
hmm, I see. Why don't you come up with a panel which will be the base for the text, or use botva2 functions and procedures.
|
Quote:
|
look around in this thread for botva2 example script. I think I posted it or instructed how it's used.
Either way, why don't you remove the image as background, you should place it on welcome page then use the wide small wizrd image on top of the wizardform, it's just a suggestion. Else you can place a text background specially designed for text so that it can be clearly seen whilst using the full image. |
Quote:
|
How I can add close antivirus warning on inno setup?
|
add msgbox function under initializewizard procedure.
Msgbox example is found in inno setup documentation. |
I created an arc with no compression --> data.arc
I then precomped it with " -intense -v -c-" and the file i got was -----> data.pcf I then compressed it with free arc again "-mx -ld1600m" and got it as data.arc...... i wanted to extract use this file in my setup which i created with Yenner90's Custom Installer... i used this [ExtractSettings] FreeArcFile1={src}\Data.cab;DestDir:{app};Disk:1;P recSrep:0 but it didn't work... so processed the pcf file with SREP 64 and got ---> data.pcf.srep compressed it with freearc again to make it ---> data.arc and then used the same extract settings....but i still got the same error... can anyone plzz help me in gettin outta this ???? http://s15.postimg.org/gsuhjyorf/Untitled.jpg |
procedure of compressing is
data.arc - freearc data.pcf - precomp data.srep - srep/srep64 data.cab - freearc(.cab can be changed with any extension) PrecSrep:1; (Must be enabled if ARC-PCF-SREP-ARC method is used) |
I used this batch to process my files...
i change the value from 0 to 1 ..but i stll get the same error... @echo off precomp -intense -v -c- data.arc del data.arc srep64.exe -m3f data.pcf ren data.pcf.srep data.srep del data.pcf arc.exe a -mx -ld1600m data.srep data.cab exit |
in setup.ini make sure that you have PrecompVer=Inside
|
@packarat...
can u please elaborate it a little ??? i didn't get what u wanted to say... I am using precomp 0.4.2 alpha... I have attatched my setup.ini... if u can please find a solution for thiss... thnxx |
example only use your setup.ini & add PrecompVer=Inside at bottom of [Installoptions] section
Code:
[InstallOptions] |
I made it this way now..
[InstallOptions] ApplicationName=Hitman - Blood Money Publisher=IO interactive GameSize=9950 MyExecutableName=hitmanbooldmoney.exe Editor=Riddle_R Lang=en, [InstallSettings] GDFBinary=GDF.dll [ExtractSettings] FreeArcFile1={src}\Data.arc;DestDir:{app};Disk:1;P recSrep:1 PrecompVer=Inside Still get the same error :(:( |
Quote:
sorry my bad english |
and it must be
[ExtractSettings] FreeArcFile1={src}\Data.cab;DestDir:{app};Disk:1;P recSrep:1 |
Quote:
with PrecompVer=Inside you DONT need PrecSrep:1 at end of FreeArcFile1 line... ONLY if you made your archives old way freearc -m0 compression data.arc precomp data.arc > data.pcf srep data.pcf > data.srep freearc ( -m9x -ld192m (max compression method you want ) data.srep > data.xyz ( extension can be any name. )) and REMOVE [InstallSettings] shouldnt be there. MyExecutableName=hitmanbooldmoney.exe > typo ? should be hitmanbloodmoney |
Help
I need help (Advanced Users)
Using CIU in 1.0.0.6, if I put flash.swf (Page Installer) and Setup.cjstyles (Skin), is occurring error in the installer completion or cancellation. (Windows XP SP3) http://i.imgur.com/BgHXtSy.jpg And in the TEMP folder create a folder named WERxxxx.dir00. Putting only Skin or Flash works normally. What can it be? Can anyone tell me how to get around without removing any? |
Quote:
or you need to add a exception to the exe on Data Execution Prevention. To add a exception on WinXP look here: http://support.microsoft.com/kb/875352/pt-br EDIT... Look for this part: Quote:
|
Friends removing the marker isdone hours minutes and seconds
leave only time leave it eg Elapsed: 00:00:12 Remaining: 00:20:00 |
Not directly related on innosetup, more with the compression:
I want to use srep as I am unable to compress a game to the required size I need, I have downloaded freearc and the powerpack and added the "[External compressor:srep] packcmd = srep {options} $$arcdatafile$$.tmp $$arcpackedfile$$.tmp unpackcmd = srep -d {options} - - <stdin> <stdout>" Line to my 'Arc.ini' in my freearc bin folder. The problem is that the GUI does not have any new options for srep or anything, so how on earth do I use Srep? I have checked the batch file in the "INNO TROUBLESHOOT - Tutorials and Answers about INNO Setup" section but to me it simply looks like someone facerolled on their keyboard and made it a .bat file. He talks about different parameters and such, without explaining any of them, then gives an example with a whole lot of extra stuff in it that wasn't explained (eg; "arc a -ep1 -r -w.\ .\data1.cab [email protected]" has 0 explanation and I cannot comprehend it at all). And where would I put the Game Directory? If explaining is too hard, Could someone give me an example of a batch use purely for Srep? Please, i am desperate. particularly this bit here: arc a -ep1 -r -w.\ .\data3.cab It seems like it has something to do with running freearc (hence the 'Arc'), with a few options (Such as a -ep1 -r -w), followed by the destination of the archive once it is made. The problem is, I do not know what each parameter does, and I cannot see where the destination starts and parameters end (the -w.\.\ is confusing me, is the first '.' part of the parameter, or the destination? I have not seen a -w parameter on freearc so I do not know where it comes from). Also, the 'ep1' isn't explained either. |
look at any one of the newest conversions by Fabioddq, REV0, others & look in the compress.bat file, you'll soon see where the game dir is entered, as well as some of the other options. Google search would have turned up a ton of pages, all that explains the commandline options. Open the link below & scroll down to see options & explanations for them. :) Don't worry its for any earlier version as option descriptions etc still apply.
|
Thanks.
I eventually found the page though. Now I'm trying to make sense of the lzma command lines, I've searched but couldn't find anything explaining them. It seems as though they are on that page further down though, so guess I'll start reading. Just a quick question though: For the Match finder BT4, it applies to normal up to ultra compression but how do yo select which one to use? EG: -msrep64+lzma:a1:mfbt4:d256m:fb128:mc1000:lc8 (What would I need to add/change to that to use lzma Ultra, and is the "Srep64" right, I want to use srep64 instead of the normal one?) |
How I can change music button to
http://i43.tinypic.com/25j896p.jpg this type? http://i44.tinypic.com/2w6xmzb.jpg Here script file: http://fileforums.com/showpost.php?p=416587&postcount=1 |
:(:(:(:(:(:(:(
i m new nd novice to repacks.....i m 4m india,i cudnt find nebody to help me...can u pls make a video tut,i ll b highly obliged...though i created a installer wizard interface,that works,but my prob is i compressed d files using 7zip and wile installin,,it is showin a 7zip window xtracting dem...i didnt use srep nd precomp...also i want to add timer,(elapsed and remaining) during installation progress...can u pls help me out,...splash screen,i also tried.but failed..pls help me :confused::confused::confused |
| All times are GMT -7. The time now is 07:38. |
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
FileForums @ https://fileforums.com