|
|
|
#1
|
|||
|
|||
|
Got questiob to maker this script do you gonna make support for more compresion methods? (Like real BB setup)
|
| The Following User Says Thank You to MartinezPL For This Useful Post: | ||
Razor12911 (10-07-2013) | ||
| Sponsored Links |
|
#2
|
|||
|
|||
|
I have packed the files using free arc. THen i used precomp on them and then recompressed them again using freearc. I then named the resultant arc files to data1.cab
and data2.cab How do i extract them using the CI by Yerrner 90 ???? |
|
#3
|
|||
|
|||
|
Hello Kurutucu I am the new user here and i wanted to ask you that how we will
add the main executable file which we have to install I have Change the PSD Files and done everything and my setup is also running just I am not getting one thing thst when i run the setup and when it start installing at that page error is coming and that is because the setup do not have an executable file. ............ Thank You Tell me the solution when you are online Can anyone tell me how to do that Is anyone online to tell me 3 posts in less then 10 mins, WAIT for someone to respond BEFORE posting again... Last edited by pakrat2k2; 05-02-2014 at 10:10. Reason: stop triple post |
|
#5
|
|||
|
|||
|
@razor .. u mean i gotta write it like this ???
" FreeArcFile1={src}\Data1.cab;DestDir:{app};Disk:1; Prec:0;Lang:de" cuz i havent processed it with SREP ... |
|
#6
|
||||
|
||||
|
yeah but make Prec to PrecSrep
|
|
#7
|
|||
|
|||
|
did anyone try to add the SYSTEM REQUIREMENTS function in BLACKBOX script? ???
|
|
#8
|
|||
|
|||
|
I am getting this error, have no idea what is it about
![]() anyway, its not a compression error from my point of view, any help will be much appreciated |
|
#9
|
||||
|
||||
|
Hail!
Setup is in the DVD-ROM \ PROGRAM \ Driver \ setup.exe Redist is in the DVD-ROM \ Redist \ DirectX \ DirectX.exe How do I get DirectX but the location of DVD-ROM \ Redist \ DirectX \ DirectX.exe As such, it can be moved in the: DVD-ROM \ PROGRAM \ Driver \ DirectX \ DirectX.exe and runs. But I want in the location that I wrote above : DVD-ROM \ Redist \ DirectX \ DirectX.exe Can anyone help me!!! Thank you! |
|
#10
|
|||
|
|||
|
somebody please add support to rar5(winrar 5.0).i used rar5 to make the bin files but the setup doent extract the archive.........can anyone help.rar5 has got great compression @ lesser time..........pls help
|
|
#11
|
|||
|
|||
|
For RAR and 7Zip add this:
Code:
#define unrar #define 7ZIP Code:
#ifdef unrar
ExtractTemporaryFile('Unrar.dll');
#endif
#ifdef 7ZIP
ExtractTemporaryFile('7z.dll');
ExtractTemporaryFile('PackZIP.exe');
#endif
|
|
#12
|
||||
|
||||
|
@dead4now
use script from @Kurutucu! and: 1- copy from RAR Directory "RarExt.dll,RarExt32.dll" (WinRAR 5.0) 2- to "include" folder Warning! 3-1 You rename RarExt.dll (for x86) to unrar.dll use compile for x86 3-2 You rename RarExt32.dll (for x64) to unrar.dll use compile for x64 Good luck! Last edited by basic23; 17-07-2013 at 05:12. |
|
#13
|
||||
|
||||
|
@peterulven
I think you need to copy unarc.exe from your "FreeArc\bin" directory to "include" folder and rename "unarc.exe" to "unarc.dll". Last edited by JustFun; 18-07-2013 at 08:51. |
|
#14
|
|||
|
|||
|
thanks @basic23.
Can u just edit the iss file with slideshow such that when we press next after directx screen setup directly goes to install with slideshow only.i meant how can i remove video dialog...... Thanks again |
|
#15
|
||||
|
||||
|
@peterulven
Can you describe your Error. What msg you got. or do you get any message. Or just your setup runs and do install progress but nothing is extracted from *.bin. Last edited by JustFun; 18-07-2013 at 19:26. |
![]() |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| INNO TROUBLESHOOT - Tutorials and Answers about INNO Setup | REV0 | Conversion Tutorials | 129 | 21-05-2021 05:51 |
| INNO TUTORIAL - Using Unicode and ANSI Versions of INNO Setup | REV0 | Conversion Tutorials | 51 | 26-03-2015 06:57 |
| Copy file with Inno Setup Script | emrahcey | Software | 1 | 02-07-2010 08:24 |