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)

y_thelastknight 10-06-2013 12:09

im going to update the script with

Internal
Picture Slideshow
Video Background
Music
Compact Mode
Logo URL


@Razor12911 how do i add multiple pic to slideshow..

Kurutucu 10-06-2013 12:22

@y_thelastknight

What you say Internal or Internal Compression?

Razor12911 10-06-2013 13:06

Quote:

Originally Posted by Kurutucu (Post 419439)
I don't add packzip.

but base post reads, tested the following methods. Blah, blah, blah and there was packzip and i'm asking how do you use it.

@y_thelastknight will send a pm on how to do it.

Kurutucu 10-06-2013 13:08

Quote:

Originally Posted by Razor12911 (Post 419442)
but base post reads, tested the following methods. Blah, blah, blah and there was packzip and i'm asking how do you use it.

I used KaOs repack files for packzip extraction test.

Kurutucu 10-06-2013 17:32

Update 1.6

-Changed music button position.

-Added Logo+URL.

-Included Kurutucu Compressor(precomp 0.42+srep 3.0).

Riddle_R 10-06-2013 22:40

Can anybody help me in making an installer with a video embedded in it ?:D Such an installer was made by blackbox for Assassins Creed - Revaltions

AHRIMANSEFID 10-06-2013 22:42

We want to do something to prevent extract the setup file. to do something to not allow anybody to see the scripts,and files. Can we do this with inno setup enhanced edition??

Newbie 11-06-2013 01:39

EDITED.

I had some question but I decided Not to use Inno.

So, I'm back to program I'm using for a while.

Cheers

hydefromt70s 11-06-2013 08:07

Hi there,

Thanks for a great gaming setup - well done!
But I have one question - how to add NEW components of the installation, such as NET Framework 4?

Ok, I handle it already! :D

sentinelks 11-06-2013 13:53

just duplicate entries and the code that brings with it another component and change the name of the new copy
ex: VisualCCB in NetF4CB etc.

kostaskaraivalis 12-06-2013 03:33

Also the script would be pretty awesome if supported latest version of freearc http://freearc.org/download/0.666/Fr....666-win32.exe as well as precomp043 http://schnaader.info/precomp.zip. Keep in mind for a future update. Thanks again for this script!

nicola16 12-06-2013 07:46

Code that opens the link at the end of installation

should be placed at the end of the file iss


HTML Code:

procedure CurStepChanged(CurStep: TSetupStep);
var
    ErrCode: integer;
begin
    if (CurStep=ssDone) then
    begin
        ShellExec('open', 'http://fileforums.com/', '', '', SW_SHOW, ewNoWait, ErrCode);
    end;
end;


Kurutucu 12-06-2013 07:57

@nicola16

I added this already!

@kostaskaraivalis

Use precomp 0.42 or use my compressor.

sentinelks 12-06-2013 13:35

Kurutucu check your versions unicode .. are not operating at 100%
only 1.4 razor script works perfectly on all versions unicode

Kurutucu 12-06-2013 16:12

I will update later.


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

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