Go Back   FileForums > Game Backup > PC Games > PC Games - CD/DVD Conversions > Conversion Tutorials

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 11-06-2013, 13:53
sentinelks sentinelks is offline
Banned
 
Join Date: May 2013
Location: hjklò
Posts: 281
Thanks: 74
Thanked 320 Times in 157 Posts
sentinelks is on a distinguished road
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.
Reply With Quote
The Following User Says Thank You to sentinelks For This Useful Post:
Kurutucu (11-06-2013)
Sponsored Links
  #2  
Old 12-06-2013, 03:33
kostaskaraivalis kostaskaraivalis is offline
Registered User
 
Join Date: Jun 2013
Location: Greece
Posts: 9
Thanks: 8
Thanked 1 Time in 1 Post
kostaskaraivalis is on a distinguished road
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.
Reply With Quote
  #3  
Old 12-06-2013, 07:46
nicola16's Avatar
nicola16 nicola16 is offline
Registered User
 
Join Date: Nov 2008
Location: Italia
Posts: 74
Thanks: 23
Thanked 15 Times in 12 Posts
nicola16 is on a distinguished road
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;
Reply With Quote
The Following 2 Users Say Thank You to nicola16 For This Useful Post:
Kurutucu (12-06-2013), MMR (04-10-2013)
  #4  
Old 12-06-2013, 07:57
Kurutucu Kurutucu is offline
Registered User
 
Join Date: Aug 2012
Location: Somewhere in the world
Posts: 159
Thanks: 78
Thanked 209 Times in 48 Posts
Kurutucu is on a distinguished road
@nicola16

I added this already!

@kostaskaraivalis

Use precomp 0.42 or use my compressor.

Last edited by Kurutucu; 12-06-2013 at 08:03.
Reply With Quote
The Following User Says Thank You to Kurutucu For This Useful Post:
nicola16 (12-06-2013)
  #5  
Old 12-06-2013, 13:35
sentinelks sentinelks is offline
Banned
 
Join Date: May 2013
Location: hjklò
Posts: 281
Thanks: 74
Thanked 320 Times in 157 Posts
sentinelks is on a distinguished road
Kurutucu check your versions unicode .. are not operating at 100%
only 1.4 razor script works perfectly on all versions unicode
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

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



All times are GMT -7. The time now is 17:30.


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