|
#392
|
|||
|
|||
|
@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 ... |
|
#393
|
||||
|
||||
|
yeah but make Prec to PrecSrep
|
|
#394
|
|||
|
|||
|
did anyone try to add the SYSTEM REQUIREMENTS function in BLACKBOX script? ???
|
|
#395
|
|||
|
|||
|
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 |
|
#396
|
||||
|
||||
|
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! |
|
#397
|
|||
|
|||
|
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
|
|
#398
|
|||
|
|||
|
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
|
|
#399
|
||||
|
||||
|
@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. |
|
#400
|
||||
|
||||
|
@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. |
|
#401
|
|||
|
|||
|
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 |
|
#402
|
||||
|
||||
|
@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. |
|
#403
|
|||
|
|||
|
hi, I want to ask
Karutucu setup runs and do install progress but nothing extract from Setup-1.bin. how to solved it? sorry my english translate google
|
|
#404
|
|||
|
|||
|
@peterulven
Maybe your visual studio redist disabled. Active it in Controll Panel or reinstall vcredist 2008 and 2010. @spionz What you use for compression? Freearc or not? Last edited by Kurutucu; 19-07-2013 at 05:12. |
|
#405
|
|||
|
|||
|
@peterulven
Use the registry editor to delete the following registry keys:
On a 64-bit operating system also delete the following registry keys:
|
![]() |
|
|
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 |