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 23-08-2015, 02:42
ffmla ffmla is offline
Registered User
 
Join Date: Nov 2014
Location: Digital world
Posts: 112
Thanks: 609
Thanked 65 Times in 41 Posts
ffmla is on a distinguished road
is there any way to add reflate method along with blackbox script
i need arc.ini for arc+reflate+srep+lmza method.it may helpfull in inno installer with freearc.
Thanks in Advance.
Reply With Quote
Sponsored Links
  #2  
Old 29-08-2015, 21:21
photuong1994 photuong1994 is offline
Registered User
 
Join Date: Dec 2014
Location: TPHCM
Posts: 11
Thanks: 3
Thanked 0 Times in 0 Posts
photuong1994 is on a distinguished road
I must put Video.mp4 where directory ? Because I test Video background, video didn't run . Please help me.
Reply With Quote
  #3  
Old 30-08-2015, 10:38
bastien360 bastien360 is offline
Registered User
 
Join Date: Jul 2014
Location: Rodrigues,Mauritius
Posts: 26
Thanks: 19
Thanked 0 Times in 0 Posts
bastien360 is on a distinguished road
can you give me a tutorial...i want the progress to be default color...green windows 7 theme
Reply With Quote
  #4  
Old 31-08-2015, 02:12
ffmla ffmla is offline
Registered User
 
Join Date: Nov 2014
Location: Digital world
Posts: 112
Thanks: 609
Thanked 65 Times in 41 Posts
ffmla is on a distinguished road
Smile skin with green progress

Quote:
Originally Posted by bastien360 View Post
can you give me a tutorial...i want the progress to be default color...green windows 7 theme
Hi bro,
if you want green progress while installing you can edit skin.cjstyle with the help of ISSkin Setup.

Also read the post no #693 ʶ
Password for themestyle.rar is Fileforums attachment in post #693

if you read the above post you can learn how to edit *.cjstyle file

All thanks goes to respective post Members.

Here my mac style green prograss bar
Attached Files
File Type: 7z Macskin{green_Progress}.7z (144.0 KB, 133 views)
Reply With Quote
The Following User Says Thank You to ffmla For This Useful Post:
bastien360 (31-08-2015)
  #5  
Old 31-08-2015, 06:21
nhinchihap3 nhinchihap3 is offline
Registered User
 
Join Date: Feb 2014
Location: VietNam
Posts: 13
Thanks: 4
Thanked 2 Times in 2 Posts
nhinchihap3 is on a distinguished road
How to add more images in slides ?
Reply With Quote
  #6  
Old 31-08-2015, 20:17
photuong1994 photuong1994 is offline
Registered User
 
Join Date: Dec 2014
Location: TPHCM
Posts: 11
Thanks: 3
Thanked 0 Times in 0 Posts
photuong1994 is on a distinguished road
Quote:
Originally Posted by nhinchihap3 View Post
How to add more images in slides ?
thì cứ tải về bình thường rồi chỉnh lại số thứ tự tiếp theo.

Ví dụ: trong đó có 7 hình, muốn thêm 1 hình nữa thì quăng vào rename thành "8". Rồi cứ tiếp tục.

Đang điên cái Video.mp4. Quăng vào mà chạy setup thử ở Compact mode, nó ko chạy Video.
Reply With Quote
  #7  
Old 31-08-2015, 20:20
photuong1994 photuong1994 is offline
Registered User
 
Join Date: Dec 2014
Location: TPHCM
Posts: 11
Thanks: 3
Thanked 0 Times in 0 Posts
photuong1994 is on a distinguished road
Someone can show me how to Play video background when I run setup.
I put Video.mp4 in source, and compile.

But when I test to run setup, choose Video background, it didn't run video.




Last edited by photuong1994; 31-08-2015 at 20:26.
Reply With Quote
  #8  
Old 31-08-2015, 21:27
photuong1994 photuong1994 is offline
Registered User
 
Join Date: Dec 2014
Location: TPHCM
Posts: 11
Thanks: 3
Thanked 0 Times in 0 Posts
photuong1994 is on a distinguished road


What is error ?
Reply With Quote
  #9  
Old 15-09-2015, 22:20
ffmla ffmla is offline
Registered User
 
Join Date: Nov 2014
Location: Digital world
Posts: 112
Thanks: 609
Thanked 65 Times in 41 Posts
ffmla is on a distinguished road
Installation windows size problem

my blackbox script is works fine{kurutuku}
But each time when i click the buttons{back,Next}, the bottom of installer window size is reduced.is there any way to fix this?.
Reply With Quote
  #10  
Old 16-09-2015, 08:49
y_thelastknight's Avatar
y_thelastknight y_thelastknight is offline
Registered User
 
Join Date: Mar 2010
Location: Canada
Posts: 437
Thanks: 616
Thanked 576 Times in 213 Posts
y_thelastknight is on a distinguished road
Quote:
Originally Posted by ffmla View Post
my blackbox script is works fine{kurutuku}
But each time when i click the buttons{back,Next}, the bottom of installer window size is reduced.is there any way to fix this?.
yes, there is a code in the procedure CurPageChanged(CurPageID: Integer); which reduce the size of the windows. remove that.
__________________
Glass BB | BlackBox v2 | Portable Installer
Reply With Quote
  #11  
Old 18-09-2015, 01:35
ffmla ffmla is offline
Registered User
 
Join Date: Nov 2014
Location: Digital world
Posts: 112
Thanks: 609
Thanked 65 Times in 41 Posts
ffmla is on a distinguished road
Smile Installation page problem

Quote:
Originally Posted by y_thelastknight View Post
yes, there is a code in the procedure CurPageChanged(CurPageID: Integer); which reduce the size of the windows. remove that.
Thanks for your reply,
In the script I edit to remove the following section
Quote:
Procedure CurPageChanged(CurPageID: integer);
begin
CurPageChanged1(CurPageID);
end
But the installer wizard make all page information to one
page. (All page wizards mixed in to single page)
How to fix it.
Thanks in advance.
Reply With Quote
  #12  
Old 18-09-2015, 10:42
y_thelastknight's Avatar
y_thelastknight y_thelastknight is offline
Registered User
 
Join Date: Mar 2010
Location: Canada
Posts: 437
Thanks: 616
Thanked 576 Times in 213 Posts
y_thelastknight is on a distinguished road
Quote:
Originally Posted by ffmla View Post
Thanks for your reply,
In the script I edit to remove the following section

But the installer wizard make all page information to one
page. (All page wizards mixed in to single page)
How to fix it.
Thanks in advance.
can you share the script file, i will fix it for u.
i don't know how to explain it :/
__________________
Glass BB | BlackBox v2 | Portable Installer
Reply With Quote
The Following User Says Thank You to y_thelastknight For This Useful Post:
ffmla (19-09-2015)
  #13  
Old 22-09-2015, 18:42
kannasuki kannasuki is offline
Registered User
 
Join Date: Sep 2015
Location: Cochabamba
Posts: 3
Thanks: 1
Thanked 0 Times in 0 Posts
kannasuki is on a distinguished road
Please help, installing my repack with archives.ini show "ISDone.dll An error ocurred when unpacking!
Unarc.dll returned an error code:-1
ERROR: archive data corrupted (decrompresion fails)
Reply With Quote
  #14  
Old 22-09-2015, 19:21
Razor12911's Avatar
Razor12911 Razor12911 is offline
Noob
 
Join Date: Jul 2012
Location: South Africa
Posts: 3,751
Thanks: 2,181
Thanked 11,211 Times in 2,309 Posts
Razor12911 is on a distinguished road
Quote:
Originally Posted by kannasuki View Post
Please help, installing my repack with archives.ini show "ISDone.dll An error ocurred when unpacking!
Unarc.dll returned an error code:-1
ERROR: archive data corrupted (decrompresion fails)
make sure arc.exe you used is compatible with unarc.dll.
Reply With Quote
  #15  
Old 23-09-2015, 04:12
kannasuki kannasuki is offline
Registered User
 
Join Date: Sep 2015
Location: Cochabamba
Posts: 3
Thanks: 1
Thanked 0 Times in 0 Posts
kannasuki is on a distinguished road
If archives.ini have only Data1-4 works, but with Data5 fails in different percentage.
Quote:
if not ISArcExtract ( 0, 20, ExpandConstant('{src}\Data1.bin'), ExpandConstant('{app}'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}'), False) then break;
if not ShowChangeDiskWindow ('Please Insert Disk 2 To Continue..', ExpandConstant('{src}'),'Data2.bin') then break;
if not ISArcExtract ( 0, 20, ExpandConstant('{src}\Data2.bin'), ExpandConstant('{app}'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}'), False) then break;
if not ShowChangeDiskWindow ('Please Insert Disk 2 To Continue..', ExpandConstant('{src}'),'Data3.bin') then break;
if not ISArcExtract ( 0, 20, ExpandConstant('{src}\Data3.bin'), ExpandConstant('{app}'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}'), False) then break;
if not ShowChangeDiskWindow ('Please Insert Disk 2 To Continue..', ExpandConstant('{src}'),'Data4.bin') then break;
if not ISArcExtract ( 0, 20, ExpandConstant('{src}\Data4.bin'), ExpandConstant('{app}'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}'), False) then break;
if not ShowChangeDiskWindow ('Please Insert Disk 2 To Continue..', ExpandConstant('{src}'),'Data5.bin') then break;
if not ISArcExtract ( 0, 20, ExpandConstant('{src}\Data5.bin'), ExpandConstant('{app}'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}'), False) then break;

Last edited by kannasuki; 23-09-2015 at 04:15. Reason: quote
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
Copy file with Inno Setup Script emrahcey Software 1 02-07-2010 08:24



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


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