|
|
|
#1
|
|||
|
|||
|
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) | ||
| Sponsored Links |
|
#2
|
|||
|
|||
|
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. |
|
#3
|
||||
|
||||
|
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;
|
|
#4
|
|||
|
|||
|
@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) | ||
|
#5
|
|||
|
|||
|
Kurutucu check your versions unicode .. are not operating at 100%
only 1.4 razor script works perfectly on all versions unicode |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
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 |