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 18-02-2018, 15:18
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 ZakirAhmad View Post
Can anyone give a sample generic installer script with isdone support.
First & ONLY warning given, stop posting in every script topic there is, asking for the same thing over & over.
Reply With Quote
Sponsored Links
  #2  
Old 19-02-2018, 22:21
ZakirAhmad ZakirAhmad is offline
Registered User
 
Join Date: Sep 2015
Location: Kmr
Posts: 290
Thanks: 56
Thanked 58 Times in 37 Posts
ZakirAhmad is on a distinguished road
I want to cange the time format of my script from
elapsed time = 29 minutes 30 seconds remaining to 29:30.
how can i do that.
thanks.

Last edited by ZakirAhmad; 20-02-2018 at 09:11.
Reply With Quote
  #3  
Old 20-02-2018, 14:27
Andu21 Andu21 is offline
Registered User
 
Join Date: Feb 2016
Location: Impossible Planet
Posts: 114
Thanks: 179
Thanked 48 Times in 38 Posts
Andu21 is on a distinguished road
Hi guys/gals, is there any way i can make Razor work with ISExec? This is what i've tried so far with no luck:

Code:
if not ISExec ( 0, 0, 0, ExpandConstant('{tmp}\rz.exe'), ExpandConstant('x "{src}\data.rz" -o "{app}\Folder"'), ExpandConstant('{app}'), 'Extracting...',false) then break;

Last edited by Andu21; 20-02-2018 at 14:31. Reason: Better formatting.
Reply With Quote
  #4  
Old 20-02-2018, 22:58
ZakirAhmad ZakirAhmad is offline
Registered User
 
Join Date: Sep 2015
Location: Kmr
Posts: 290
Thanks: 56
Thanked 58 Times in 37 Posts
ZakirAhmad is on a distinguished road
i did that use timetype parameter as $1111.
how can i add win tb support.
Reply With Quote
  #5  
Old 22-02-2018, 08:12
Cyber_Phantom Cyber_Phantom is offline
Registered User
 
Join Date: Dec 2017
Location: India
Posts: 8
Thanks: 2
Thanked 21 Times in 2 Posts
Cyber_Phantom is on a distinguished road
Don't know if i should post this here. Its related to WPI installer.
I added 3 archives to it and now the install bar goes upto to 300%. i tried to add ArchiveProgress=33 for each file....still same
Reply With Quote
  #6  
Old 22-02-2018, 10:14
ZakirAhmad ZakirAhmad is offline
Registered User
 
Join Date: Sep 2015
Location: Kmr
Posts: 290
Thanks: 56
Thanked 58 Times in 37 Posts
ZakirAhmad is on a distinguished road
Quote:
Originally Posted by Cyber_Phantom View Post
Don't know if i should post this here. Its related to WPI installer.
I added 3 archives to it and now the install bar goes upto to 300%. i tried to add ArchiveProgress=33 for each file....still same
u might have added recoeds.inf with installer
Reply With Quote
  #7  
Old 27-10-2018, 21:34
Jiva newstone's Avatar
Jiva newstone Jiva newstone is offline
Registered User
 
Join Date: Nov 2016
Location: India
Posts: 190
Thanks: 227
Thanked 412 Times in 96 Posts
Jiva newstone is on a distinguished road
Quote:
Originally Posted by Cyber_Phantom View Post
Don't know if i should post this here. Its related to WPI installer.
I added 3 archives to it and now the install bar goes upto to 300%. i tried to add ArchiveProgress=33 for each file....still same
Send the CurPageChanged code, i think i can help u
Reply With Quote
  #8  
Old 23-02-2018, 10:51
ZakirAhmad ZakirAhmad is offline
Registered User
 
Join Date: Sep 2015
Location: Kmr
Posts: 290
Thanks: 56
Thanked 58 Times in 37 Posts
ZakirAhmad is on a distinguished road
Is it possible to nclude exe files like pzlib with setup just like cls are included with setup. that is we r not able to see other thing working with setup/unimstall in task manager.
Reply With Quote
  #9  
Old 11-06-2018, 05:30
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,689
Thanks: 1,106
Thanked 7,336 Times in 2,838 Posts
KaktoR is on a distinguished road
Could anyone give me a easy example for FindFile function?

Have to find a specific file inside {app} folder, use result for FileCopy function that copies the specific file to result location.
__________________
Haters gonna hate
Reply With Quote
  #10  
Old 11-06-2018, 09:26
Sergey3695 Sergey3695 is offline
Registered User
 
Join Date: Mar 2013
Location: Russia
Posts: 86
Thanks: 43
Thanked 76 Times in 42 Posts
Sergey3695 is on a distinguished road
Quote:
Originally Posted by KaktoR View Post
Could anyone give me a easy example for FindFile function?

Have to find a specific file inside {app} folder, use result for FileCopy function that copies the specific file to result location.
http://forum.oszone.net/post-1351758-1312.html
Reply With Quote
The Following 2 Users Say Thank You to Sergey3695 For This Useful Post:
ffmla (11-06-2018), KaktoR (11-06-2018)
  #11  
Old 27-10-2018, 10:35
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
brought to front page
Reply With Quote
  #12  
Old 27-10-2018, 21:04
CANNIBAL CANNIBAL is offline
Registered User
 
Join Date: May 2014
Location: Sri Lanka
Posts: 10
Thanks: 7
Thanked 0 Times in 0 Posts
CANNIBAL is on a distinguished road
How To Add "Split" Module To Inno Script? Please Help
Reply With Quote
  #13  
Old 15-11-2018, 09:59
blairknox blairknox is offline
Registered User
 
Join Date: Sep 2018
Location: South Africa
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
blairknox is on a distinguished road
I have a problem with my installer. After the installer is finished there are 2 folders freearc..... .tmp. they are not being deleted and are taking up space. Both folders are few size less than unpacked files that are installed.

I'm using Inno Setup Compiler 5.5.1.ee2 (u) (build 121002). I am creating installler like WPI by RAZOR 12911 as practice.
i tried using deleteafterinstall next to flag under [files] section but it is still not working. i even tried to use WPI files by RAZOR 12911 but still does not work.
Can someone please help me.
Reply With Quote
  #14  
Old 03-12-2018, 03:30
blairknox blairknox is offline
Registered User
 
Join Date: Sep 2018
Location: South Africa
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
blairknox is on a distinguished road
even deleteafterinstall does not work. can some one please help me. here is the file if you need.
Attached Files
File Type: zip WindowsPhone.zip (22.4 KB, 9 views)
Reply With Quote
  #15  
Old 10-12-2018, 03:24
Jiva newstone's Avatar
Jiva newstone Jiva newstone is offline
Registered User
 
Join Date: Nov 2016
Location: India
Posts: 190
Thanks: 227
Thanked 412 Times in 96 Posts
Jiva newstone is on a distinguished road
Quote:
Originally Posted by doofoo24 View Post
any idea how to fix percentage with isdone
if not ISExec (0, 0, 0, ExpandConstant('{tmp}\app.exe'),
if not ISExec (0, 0, 0, ExpandConstant('{tmp}\app.exe'),
if not ISExec (0, 0, 0, ExpandConstant('{tmp}\app.exe'),
if not ISExec (0, 0, 0, ExpandConstant('{tmp}\app.exe'),
i get 200% 300% for each one
i'm looking for like this 10% 20% 30% ....
correct setting and first run it and get records.inf and use and extract records.inf in temp folder , in second time it works fine
u can change the records.inf creation location in
if ISDoneInit(ExpandConstant('{tmp}\records.inf'), $FFFF, 0,0,0, MainForm.Handle, 512, @ProgressCallback) then begin
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
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
Frequently Asked Questions Joe Forster/STA PC Games - Frequently Asked Questions 0 29-11-2005 09:48



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


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