|
|
|
#1
|
||||
|
||||
|
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??
|
| Sponsored Links |
|
#2
|
||||
|
||||
|
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. |
|
#3
|
|||
|
|||
|
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. |
|
#4
|
|||
|
|||
|
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) | ||
|
#5
|
|||
|
|||
|
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. |
|
#6
|
||||
|
||||
|
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;
|
|
#7
|
|||
|
|||
|
@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) | ||
|
#8
|
|||
|
|||
|
I will update later.
|
|
#9
|
|||
|
|||
|
Update 1.7
-Converted for Unicode. -Fixed extraction problems. -Added precomp 0.43 and srep 3.2. -ISDone.iss included to Main.iss. -Added Precomp Versions folder for replace precomp.exe in include folder. -You can edit archives in Archives.ini. |
| The Following 3 Users Say Thank You to Kurutucu For This Useful Post: | ||
|
#10
|
|||
|
|||
|
Update 1.7
Unicode perfect
|
|
#11
|
|||
|
|||
|
Can someone post a compression comparison
between packzip and free arc+srep+precomp?
|
|
#12
|
||||
|
||||
|
nice thanks for unicode.
|
|
#13
|
|||
|
|||
|
Installer with a video embedded in it ???
How can one make an installer like this, with a video embed in it ????
![]() Be VERY careful what you post, this forum does NOT toleate WAREZ of any kind !!! you have BOTH warez group & website name in your Image !! Last edited by pakrat2k2; 13-06-2013 at 16:44. Reason: WAREZ |
|
#14
|
||||
|
||||
|
that's easy, learn more on delphi programming,
.PM me the setup.exe so that I can make one like it. |
|
#15
|
|||
|
|||
|
Quote:
which program do you use to open a setup razor .. common ways not read the code delphi and pascal Last edited by sentinelks; 13-06-2013 at 08:58. |
![]() |
|
|
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 |