|
|
|
#1
|
||||
|
||||
|
you gotta move and szie the text position then set redist in setup.ini then it will show up
|
| Sponsored Links |
|
#2
|
||||
|
||||
|
DVD1
-data1.cab -data2.cab -data3.cab DVD2 -data4.cab -data5.cab -data6.cab -data7.cab -data8.cab DVD3 -data9.cab -data10.cab -data11.cab -data12.cab -data13.cab how to set extraction line in setup.ini ? I use " arc a -ep1 -ed -r -w.\ Data\Data1.bin -mprecomp:v srep lzma:a1:mfbt4:d256m:fb128:mc1000:lc8 "C:\*" " to compress i used freearcfile1={src}\Data1.cab;DestDir:{app};Disk:1; not woking |
|
#3
|
||||
|
||||
|
lol, check the file extension.
|
|
#4
|
||||
|
||||
|
add arc.ini.
|
|
#5
|
||||
|
||||
|
|
|
#6
|
||||
|
||||
|
inside setup.cab
and set precomp version to inside |
| The Following User Says Thank You to Razor12911 For This Useful Post: | ||
ashyamsundar (01-07-2013) | ||
|
#7
|
||||
|
||||
|
Thanks
working great but extraction percentage is not working correctly first 0-50-100 and then again 50-66-100 and 70-100 how to fix it |
|
#8
|
||||
|
||||
|
there is nothing wrong with that.
|
|
#9
|
||||
|
||||
|
Getting error ?
Precompver=inside |
|
#10
|
||||
|
||||
|
use packjpg_dll which is 9kb in size to compress files and so that the unpacking process can be successful.
|
|
#11
|
|||
|
|||
|
i want to make progress bar vertical at the right corner of the screen of installer..
is it possible? |
|
#12
|
||||
|
||||
|
Inno Setup uses old delphi so no. other wise you could have use RotationAngle Property but anything is possible in delphi.
|
|
#13
|
||||
|
||||
|
not unless if you are using a custom graphic progress. PBProc
check on ImgPBSetPosition procedure procedure ImgPBSetPosition(var PB :TImgPB; Percent :Extended); begin if PB.img1<>0 then begin NewWidth:=Round(PB.MaxWidth*Percent/100); if PB.Width<>NewWidth then begin PB.Width:=NewWidth; ImgSetPosition(PB.img1,PB.Left,PB.Top,PB.Width,PB. Height); end; end; end; substitute width with height |
|
#14
|
|||
|
|||
|
Quote:
i will try it and will inform u soon..
|
|
#15
|
|||
|
|||
|
i follow ur instructions and now inno is giving me the following error
please have a look |
![]() |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Tutorial On How To Create Your Own Crack..! | mojo8850 | PC Games | 17 | 20-03-2005 22:43 |
| Mafia - Newbie Cracking Tutorial online | cdkiller | PC Games | 6 | 14-12-2002 09:01 |
| every game needs a special dvd rip tutorial??? | billete100 | PS2 Games | 1 | 10-10-2001 01:44 |
| Brief fast tutorial on DC copy? | webcamworld | DC Games | 1 | 02-05-2001 20:27 |
| grandia 2 SAGICE's tutorial | DarCwuN | DC Games | 2 | 17-12-2000 16:43 |