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

Reply
 
Thread Tools Display Modes
  #1  
Old 21-12-2017, 05:23
Titeuf's Avatar
Titeuf Titeuf is offline
Registered User
 
Join Date: Oct 2016
Location: France
Posts: 191
Thanks: 609
Thanked 22 Times in 19 Posts
Titeuf is on a distinguished road
Question How to make update patch with inno setup?

Hello,
How to make update patch with inno setup?
Or find a code example?
in advance thank you for your answers,
Titeuf
Reply With Quote
Sponsored Links
  #2  
Old 21-12-2017, 05:26
78372 78372 is offline
Registered User
 
Join Date: Dec 2016
Location: Bangladesh
Posts: 650
Thanks: 772
Thanked 949 Times in 309 Posts
78372 is on a distinguished road
You can use xdelta to create patch and ISXDeltaExtract function from ISDone to show progress and install patch. Or you can use Inno setup xdelta patch maker to create patch installer easily, which you can find here
__________________
NOT AVAILABLE

Last edited by 78372; 21-12-2017 at 05:29.
Reply With Quote
The Following 3 Users Say Thank You to 78372 For This Useful Post:
Jiva newstone (21-12-2017), Simorq (21-12-2017), Titeuf (21-12-2017)
  #3  
Old 21-12-2017, 05:32
Titeuf's Avatar
Titeuf Titeuf is offline
Registered User
 
Join Date: Oct 2016
Location: France
Posts: 191
Thanks: 609
Thanked 22 Times in 19 Posts
Titeuf is on a distinguished road
Quote:
Originally Posted by 78372 View Post
You can use xdelta to create patch and ISXDeltaExtract function from ISDone to show progress and install patch. Or you can use Inno setup xdelta patch maker to create patch installer easily, which you can find here
Hello 78372,
Can you give me a sample code (ISXDeltaExtract + ISDone)?
or find Inno setup xdelta patch maker with a tutorial?
thank you
Reply With Quote
  #4  
Old 22-12-2017, 05:01
78372 78372 is offline
Registered User
 
Join Date: Dec 2016
Location: Bangladesh
Posts: 650
Thanks: 772
Thanked 949 Times in 309 Posts
78372 is on a distinguished road
Download xdelta3 (google is your friend), create patch, get original ISDone script, Remove other extraction functions except ISXDeltaExtract, set the parameters and include the files and compile.
__________________
NOT AVAILABLE
Reply With Quote
The Following User Says Thank You to 78372 For This Useful Post:
Titeuf (22-12-2017)
  #5  
Old 22-12-2017, 05:33
Titeuf's Avatar
Titeuf Titeuf is offline
Registered User
 
Join Date: Oct 2016
Location: France
Posts: 191
Thanks: 609
Thanked 22 Times in 19 Posts
Titeuf is on a distinguished road
Quote:
Originally Posted by 78372 View Post
Download xdelta3 (google is your friend), create patch, get original ISDone script, Remove other extraction functions except ISXDeltaExtract, set the parameters and include the files and compile.
hmm, 78372,
do not you have an example code because I am a beginner!
what I see on the net is old tutorials of more than 3 or 4 years and not complete.
I'm sorry to disturb you but I like to understand!
thanks in advance

Edit msg error :

Thank your help !

Last edited by Titeuf; 22-12-2017 at 10:34.
Reply With Quote
  #6  
Old 23-12-2017, 10:20
Titeuf's Avatar
Titeuf Titeuf is offline
Registered User
 
Join Date: Oct 2016
Location: France
Posts: 191
Thanks: 609
Thanked 22 Times in 19 Posts
Titeuf is on a distinguished road
Quote:
Originally Posted by Titeuf View Post
hmm, 78372,
do not you have an example code because I am a beginner!
what I see on the net is old tutorials of more than 3 or 4 years and not complete.
I'm sorry to disturb you but I like to understand!
thanks in advance

Edit msg error :

Thank your help !
Hi,
Up please
Reply With Quote
  #7  
Old 23-12-2017, 11:17
78372 78372 is offline
Registered User
 
Join Date: Dec 2016
Location: Bangladesh
Posts: 650
Thanks: 772
Thanked 949 Times in 309 Posts
78372 is on a distinguished road
This type of patch (which is not made by you) requires ISExec
__________________
NOT AVAILABLE
Reply With Quote
The Following User Says Thank You to 78372 For This Useful Post:
Titeuf (23-12-2017)
  #8  
Old 23-12-2017, 11:51
Titeuf's Avatar
Titeuf Titeuf is offline
Registered User
 
Join Date: Oct 2016
Location: France
Posts: 191
Thanks: 609
Thanked 22 Times in 19 Posts
Titeuf is on a distinguished road
Quote:
Originally Posted by 78372 View Post
This type of patch (which is not made by you) requires ISExec
Good evening,
Can you detail your answer, please!
I made this patch but I have the message of my image!
I must add what in inno?
I have to put as a parameter in Inno Setup XDELTA Patch Maker?
thank you
Reply With Quote
  #9  
Old 24-12-2017, 10:11
78372 78372 is offline
Registered User
 
Join Date: Dec 2016
Location: Bangladesh
Posts: 650
Thanks: 772
Thanked 949 Times in 309 Posts
78372 is on a distinguished road
If you made it, what you used to make it?
__________________
NOT AVAILABLE
Reply With Quote
The Following User Says Thank You to 78372 For This Useful Post:
Titeuf (24-12-2017)
  #10  
Old 24-12-2017, 10:42
Titeuf's Avatar
Titeuf Titeuf is offline
Registered User
 
Join Date: Oct 2016
Location: France
Posts: 191
Thanks: 609
Thanked 22 Times in 19 Posts
Titeuf is on a distinguished road
Hello,
Here is a screen of what I did in Inno setup Xdelta 2.5.2.0
Attached Images
File Type: jpg Patch.jpg (226.7 KB, 247 views)
Reply With Quote
  #11  
Old 24-12-2017, 10:54
78372 78372 is offline
Registered User
 
Join Date: Dec 2016
Location: Bangladesh
Posts: 650
Thanks: 772
Thanked 949 Times in 309 Posts
78372 is on a distinguished road
In this case, ISDone isn't needed, the generated patch will automatically install patches
__________________
NOT AVAILABLE
Reply With Quote
The Following User Says Thank You to 78372 For This Useful Post:
Titeuf (24-12-2017)
  #12  
Old 24-12-2017, 11:06
Titeuf's Avatar
Titeuf Titeuf is offline
Registered User
 
Join Date: Oct 2016
Location: France
Posts: 191
Thanks: 609
Thanked 22 Times in 19 Posts
Titeuf is on a distinguished road
Quote:
Originally Posted by 78372 View Post
In this case, ISDone isn't needed, the generated patch will automatically install patches
Ok, but that does not work look at my picture below!
otherwise tell me please the right parameters to put in ISXPM to work with my script inno setup
Reply With Quote
  #13  
Old 29-12-2017, 08:55
pakrat2k2's Avatar
pakrat2k2 pakrat2k2 is offline
Moderator
 
Join Date: Apr 2005
Location: Canada
Posts: 7,209
Thanks: 3,040
Thanked 9,030 Times in 3,083 Posts
pakrat2k2 is on a distinguished road
you don't put isxpm in inno, all you need to do is run the patch at end of an installation created by script you use, it will then patch your game with the xdelta update you created.
Reply With Quote
The Following 3 Users Say Thank You to pakrat2k2 For This Useful Post:
78372 (29-12-2017), Jiva newstone (29-12-2017), Titeuf (04-01-2018)
Reply

Thread Tools
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 06:51
Create Dll C++ in VS 2015 compatible with Inno Setup MCI Conversion Tutorials 14 08-09-2017 10:07
Inno Setup issue: windows security shield does not appear on setup icon Mohandas Software 1 08-09-2015 18:22
Prototype 2 (2xDVD5 - Inno Setup) Fabioddq PC Games - CD/DVD Conversions 13 07-02-2015 00:43
Darksiders II - 2xDVD5 (Inno Setup) Fabioddq PC Games - CD/DVD Conversions 12 06-02-2013 13:49



All times are GMT -7. The time now is 16:56.


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