FileForums

FileForums (https://fileforums.com/index.php)
-   Conversion Tutorials (https://fileforums.com/forumdisplay.php?f=55)
-   -   Blackbox Inno Setup Script (https://fileforums.com/showthread.php?t=94425)

Razor12911 10-07-2013 10:53

you set up the file setup.ini, section ExtractingSettings then you'll find the rest here

DazzleR 10-07-2013 11:00

@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 ...

Razor12911 10-07-2013 11:12

yeah but make Prec to PrecSrep

dead4now 10-07-2013 19:17

did anyone try to add the SYSTEM REQUIREMENTS function in BLACKBOX script? ???

D4rkSp4wn 13-07-2013 13:53

I am getting this error, have no idea what is it about

http://img600.imageshack.us/img600/7716/vqgy.png

anyway, its not a compression error from my point of view, any help will be much appreciated

basic23 15-07-2013 03:24

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!

dead4now 16-07-2013 19:24

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

Kurutucu 17-07-2013 05:00

For RAR and 7Zip add this:

Code:

#define unrar
#define 7ZIP

and

Code:

#ifdef unrar
    ExtractTemporaryFile('Unrar.dll');
#endif
#ifdef 7ZIP
    ExtractTemporaryFile('7z.dll');
    ExtractTemporaryFile('PackZIP.exe');
#endif


basic23 17-07-2013 05:09

@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!

JustFun 18-07-2013 07:22

@peterulven
I think you need to copy unarc.exe from your "FreeArc\bin" directory to "include" folder and rename "unarc.exe" to "unarc.dll".

dead4now 18-07-2013 08:13

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

JustFun 18-07-2013 19:22

@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.

spionz 18-07-2013 20:56

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 :D

Kurutucu 19-07-2013 05:07

@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?

Kurutucu 19-07-2013 08:16

@peterulven

Use the registry editor to delete the following registry keys:
  • HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AeDebug\Debugger
  • HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramewor k\DbgManagedDebugger

On a 64-bit operating system also delete the following registry keys:
  • HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\ Windows NT\CurrentVersion\AeDebug\Debugger
  • HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\ .NETFramework\DbgManagedDebugger


All times are GMT -7. The time now is 10:57.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
FileForums @ https://fileforums.com