Go Back   FileForums > Game Backup > PC Games > PC Games - CD/DVD Conversions > Conversion Tutorials
Register FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 13-10-2015, 19:25
rinaldo's Avatar
rinaldo rinaldo is offline
Registered User
 
Join Date: Sep 2015
Location: Rome
Posts: 433
Thanks: 101
Thanked 696 Times in 191 Posts
rinaldo is on a distinguished road
Quote:
Originally Posted by gatosky1620 View Post
-copy redist folder must be install redistributables and in the scrip edit to add it dont you think?
-Directory star menu cold be publisher\appname

and please add language support and internal compression

THANKS FOR YOUR WORK
please let a screenshot detailed, so that I can understand
internal compression ok: screenshot the rest

Last edited by rinaldo; 13-10-2015 at 19:40.
Reply With Quote
Sponsored Links
  #2  
Old 14-10-2015, 09:38
pakrat2k2's Avatar
pakrat2k2 pakrat2k2 is offline
Moderator
 
Join Date: Apr 2005
Location: Canada
Posts: 7,209
Thanks: 3,040
Thanked 9,043 Times in 3,086 Posts
pakrat2k2 is on a distinguished road
Quote:
Originally Posted by rinaldo View Post
please let a screenshot detailed, so that I can understand
internal compression ok: screenshot the rest
In your ISS script you have:
Code:
[Files]
//Redist Folder
#ifdef Software
Source: Soft\*.*;    DestDir: {app}\Soft;  Check: CreateSoft
#endif
We need to be able to edit them individually much like we can with CIUV2 ( from Setup.ini [LauncherSettings].
Code:
[LauncherSettings]
InstallRedist=1

//[Launch1]
Name=DirectX
32Exe={app}\_CommonRedist\DirectX\Jun2010\DXSETUP.exe 
Argument=/silent
BeforeInstall=0

[Launch1]
Name=Visual C++ 2010
32Exe={app}\_CommonRedist\vcredist\2010\vcredist_x86.exe
64Exe={app}\_CommonRedist\vcredist\2010\vcredist_x64.exe
Argument=/passive /norestart
BeforeInstall=0

[Launch2]
Name=Visual C++ 2012
32Exe={app}\_CommonRedist\vcredist\2012\vcredist_x86.exe
64Exe={app}\_CommonRedist\vcredist\2012\vcredist_x64.exe
Argument=/passive /norestart
BeforeInstall=0
Please update first post, so that Version1 complete, then have Update 2 Complete.
Rather then a bunch of fixes, that have different names then original files do.

Last edited by pakrat2k2; 14-10-2015 at 09:46.
Reply With Quote
The Following User Says Thank You to pakrat2k2 For This Useful Post:
Titeuf (06-07-2017)
  #3  
Old 14-10-2015, 14:03
rinaldo's Avatar
rinaldo rinaldo is offline
Registered User
 
Join Date: Sep 2015
Location: Rome
Posts: 433
Thanks: 101
Thanked 696 Times in 191 Posts
rinaldo is on a distinguished road
mmm.. ini file only Redist
Reply With Quote
  #4  
Old 14-10-2015, 14:15
gatosky1620's Avatar
gatosky1620 gatosky1620 is offline
Registered User
 
Join Date: Oct 2011
Location: Perú
Posts: 287
Thanks: 13
Thanked 966 Times in 131 Posts
gatosky1620 is on a distinguished road
Quote:
Originally Posted by rinaldo View Post
mmm.. ini file only Redist

and this for internal


Code:
[ExtractSettings]
FreeArcFile1=Data1.cab;DestDir:{app};Disk:1;
FreeArcFile2=Data2.cab;DestDir:{app};Disk:1;
FreeArcFile3=Data3.cab;DestDir:{app};Disk:2;
FreeArcFile4=Data4.cab;DestDir:{app};Disk:2;
FreeArcFile5=Data5.cab;DestDir:{app};Disk:3;
FreeArcFile6=Data6.cab;DestDir:{app};Disk:4;
FreeArcFile7=Data7.cab;DestDir:{app};Disk:5;
FreeArcFile8=Data8.cab;DestDir:{app};Disk:6;
FreeArcFile9=Data9.cab;DestDir:{app};Disk:7;
FreeArcFile10=Data10.cab;DestDir:{app};Disk:8;
Reply With Quote
  #5  
Old 14-10-2015, 18:09
pakrat2k2's Avatar
pakrat2k2 pakrat2k2 is offline
Moderator
 
Join Date: Apr 2005
Location: Canada
Posts: 7,209
Thanks: 3,040
Thanked 9,043 Times in 3,086 Posts
pakrat2k2 is on a distinguished road
Quote:
Originally Posted by rinaldo View Post
mmm.. ini file only Redist
NO NOT ini file, that was just for information. Keep the editing within the ISS script itself. You can change it from {src} to {app } as needed, but IMO is much better location for it.
Reply With Quote
  #6  
Old 14-10-2015, 19:05
rinaldo's Avatar
rinaldo rinaldo is offline
Registered User
 
Join Date: Sep 2015
Location: Rome
Posts: 433
Thanks: 101
Thanked 696 Times in 191 Posts
rinaldo is on a distinguished road
Quote:
Originally Posted by pakrat2k2 View Post
NO NOT ini file, that was just for information. Keep the editing within the ISS script itself. You can change it from {src} to {app } as needed, but IMO is much better location for it.

I can install components in Run on one CheckBox, so that you can add all the drivers that you want, it is not designed for this .... but you can do
Reply With Quote
  #7  
Old 06-07-2017, 12:22
Titeuf's Avatar
Titeuf Titeuf is offline
Registered User
 
Join Date: Oct 2016
Location: France
Posts: 191
Thanks: 614
Thanked 22 Times in 19 Posts
Titeuf is on a distinguished road
Quote:
Originally Posted by pakrat2k2 View Post
In your ISS script you have:
Code:
[Files]
//Redist Folder
#ifdef Software
Source: Soft\*.*;    DestDir: {app}\Soft;  Check: CreateSoft
#endif
We need to be able to edit them individually much like we can with CIUV2 ( from Setup.ini [LauncherSettings].
Code:
[LauncherSettings]
InstallRedist=1

//[Launch1]
Name=DirectX
32Exe={app}\_CommonRedist\DirectX\Jun2010\DXSETUP.exe 
Argument=/silent
BeforeInstall=0

[Launch1]
Name=Visual C++ 2010
32Exe={app}\_CommonRedist\vcredist\2010\vcredist_x86.exe
64Exe={app}\_CommonRedist\vcredist\2010\vcredist_x64.exe
Argument=/passive /norestart
BeforeInstall=0

[Launch2]
Name=Visual C++ 2012
32Exe={app}\_CommonRedist\vcredist\2012\vcredist_x86.exe
64Exe={app}\_CommonRedist\vcredist\2012\vcredist_x64.exe
Argument=/passive /norestart
BeforeInstall=0
Please update first post, so that Version1 complete, then have Update 2 Complete.
Rather then a bunch of fixes, that have different names then original files do.
Hello pakrat2k2,
If I understand correctly, you have to put this information in myinstallscript.iss?
It is correct?
Reply With Quote
  #8  
Old 06-07-2017, 14:17
Titeuf's Avatar
Titeuf Titeuf is offline
Registered User
 
Join Date: Oct 2016
Location: France
Posts: 191
Thanks: 614
Thanked 22 Times in 19 Posts
Titeuf is on a distinguished road
Hello,
I have an error message but can not see the text when I run setup.exe, look at my photo :



Thank you for your help with this issue.
Titeuf

P.s : with Inno Setup Enhanced Unicode

Last edited by Titeuf; 06-07-2017 at 14:22. Reason: Add P.S
Reply With Quote
  #9  
Old 06-07-2017, 23:20
Chayan Manna's Avatar
Chayan Manna Chayan Manna is offline
Registered User
 
Join Date: Jun 2016
Location: India
Posts: 82
Thanks: 89
Thanked 114 Times in 37 Posts
Chayan Manna is on a distinguished road
Quote:
Originally Posted by Titeuf View Post
Hello,
I have an error message but can not see the text when I run setup.exe, look at my photo :



Thank you for your help with this issue.
Titeuf

P.s : with Inno Setup Enhanced Unicode
You have to add one or more compressed files to be extracted through this installer.
The Error Message is that it can't find the files like "Setup-1".bin which will be extracted.
You have to compress some files and put the compressed file near the setup.exe

I modified the setup for pZLib, Lzma, Srep & MSC support.
Now you just have to compress some files and rename it to Data1.bin and put it near the setup.
you can add more bin files by editing "Archives.ini".
Also you can add more methods with arc.ini & by adding them in setup.(I have replaced IsDone.dll and unarc.dll for smooth installation)
Attached Files
File Type: rar Codex.rar (5.40 MB, 529 views)

Last edited by Chayan Manna; 08-07-2017 at 05:35.
Reply With Quote
The Following 8 Users Say Thank You to Chayan Manna For This Useful Post:
Gehrman (04-06-2022), NickX700K (26-04-2019), shazzla (09-08-2017), Simorq (28-07-2017), Sonansyach_10 (21-12-2017), Sony091090 (21-11-2017), Stor31 (16-07-2017), Titeuf (06-07-2017)
  #10  
Old 05-08-2017, 10:11
Titeuf's Avatar
Titeuf Titeuf is offline
Registered User
 
Join Date: Oct 2016
Location: France
Posts: 191
Thanks: 614
Thanked 22 Times in 19 Posts
Titeuf is on a distinguished road
Quote:
Originally Posted by Chayan Manna View Post
You have to add one or more compressed files to be extracted through this installer.
The Error Message is that it can't find the files like "Setup-1".bin which will be extracted.
You have to compress some files and put the compressed file near the setup.exe

I modified the setup for pZLib, Lzma, Srep & MSC support.
Now you just have to compress some files and rename it to Data1.bin and put it near the setup.
you can add more bin files by editing "Archives.ini".
Also you can add more methods with arc.ini & by adding them in setup.(I have replaced IsDone.dll and unarc.dll for smooth installation)
Hello,
Yes it works well, except it does not make the icon on the desk when I have cooled the box!
How to fix this problem?
thank you
Reply With Quote
Reply


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
Conversion Designer/Installer Creator Razor12911 Conversion Tutorials 1613 03-10-2024 01:24
altef_4's installer altef_4 Conversion Tutorials 244 24-05-2024 22:20
Game Installer Designer by altef_4 altef_4 Conversion Tutorials 236 28-05-2021 02:54
Crysis 3 DVD9 to 3xDVD5 Custom Installer spawniectes PC Games - CD/DVD Conversions 79 31-08-2017 07:19
Tutorial using CI 8.0.0 yener90 Conversion Tutorials 424 21-10-2014 09:49



All times are GMT -7. The time now is 18:39.


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