|
#181
|
||||
|
||||
|
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.. |
| The Following User Says Thank You to y_thelastknight For This Useful Post: | ||
| Sponsored Links |
|
#182
|
|||
|
|||
|
@y_thelastknight
What you say Internal or Internal Compression? Last edited by Kurutucu; 10-06-2013 at 17:24. |
|
#183
|
||||
|
||||
|
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. Last edited by Razor12911; 10-06-2013 at 13:09. |
| The Following User Says Thank You to Razor12911 For This Useful Post: | ||
y_thelastknight (10-06-2013) | ||
|
#184
|
|||
|
|||
|
I used KaOs repack files for packzip extraction test.
|
|
#185
|
|||
|
|||
|
Update 1.6
-Changed music button position. -Added Logo+URL. -Included Kurutucu Compressor(precomp 0.42+srep 3.0). |
| The Following User Says Thank You to Kurutucu For This Useful Post: | ||
kostaskaraivalis (12-06-2013) | ||
|
#186
|
|||
|
|||
|
Can anybody help me in making an installer with a video embedded in it ?
Such an installer was made by blackbox for Assassins Creed - Revaltions
|
|
#187
|
||||
|
||||
|
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??
|
|
#188
|
||||
|
||||
|
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 Last edited by Newbie; 11-06-2013 at 23:27. |
|
#189
|
|||
|
|||
|
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!
Last edited by hydefromt70s; 11-06-2013 at 09:10. |
|
#190
|
|||
|
|||
|
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. |
| The Following User Says Thank You to sentinelks For This Useful Post: | ||
Kurutucu (11-06-2013) | ||
|
#191
|
|||
|
|||
|
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!
Last edited by kostaskaraivalis; 12-06-2013 at 03:57. |
|
#192
|
||||
|
||||
|
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;
|
|
#193
|
|||
|
|||
|
@nicola16
I added this already! @kostaskaraivalis Use precomp 0.42 or use my compressor. Last edited by Kurutucu; 12-06-2013 at 08:03. |
| The Following User Says Thank You to Kurutucu For This Useful Post: | ||
nicola16 (12-06-2013) | ||
|
#194
|
|||
|
|||
|
Kurutucu check your versions unicode .. are not operating at 100%
only 1.4 razor script works perfectly on all versions unicode |
|
#195
|
|||
|
|||
|
I will update later.
|
![]() |
|
|
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 |