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

Closed Thread
 
Thread Tools Search this Thread Display Modes
  #1426  
Old 07-08-2013, 01:32
red01 red01 is offline
Registered User
 
Join Date: May 2013
Location: last aayam
Posts: 95
Thanks: 36
Thanked 9 Times in 8 Posts
red01 is on a distinguished road
[QUOTE=i want to use different buttons for dafault installer and custom installer but it use the same button for both things as well as for next and back button.

is it possible to add different buttons for dafualt installation and custom installation if yes please tell me how...[/QUOTE]

Have any suggestions about this problem..?
Sponsored Links
  #1427  
Old 07-08-2013, 01:40
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
read the second section in http://fileforums.com/showthread.php?t=92805

listed something for custom buttons, which is what you want to do ?
  #1428  
Old 07-08-2013, 02:38
red01 red01 is offline
Registered User
 
Join Date: May 2013
Location: last aayam
Posts: 95
Thanks: 36
Thanked 9 Times in 8 Posts
red01 is on a distinguished road
Quote:
Originally Posted by pakrat2k2 View Post
read the second section in http://fileforums.com/showthread.php?t=92805

listed something for custom buttons, which is what you want to do ?
thanks for your help

i try the concept of burron2 but it make all buttons same (as button2)

but i want two different buttons for default installation and custom installation.
  #1429  
Old 07-08-2013, 06:41
Fabioddq's Avatar
Fabioddq Fabioddq is offline
Die Hard Member
 
Join Date: Oct 2011
Location: Earth
Posts: 1,221
Thanks: 336
Thanked 2,147 Times in 427 Posts
Fabioddq is on a distinguished road
I use on installer page, But you still use Button.png too. Otherwise the buttons will not appear.

Tip: When I want to use different buttons, i always set Button.png and ButtonSelected.png with the size 1x1. So i can use the buttons below and not have any issue.

Code:
Back.png, Next.png, Cancel.png, Music.png. 
BackSelected.png, NextSelected.png, CancelSelected.png, MusicSelected.png.
BackClicked.png, NextClicked.png, CancelClicked.png, MusicClicked.png.
Diferent buttons for SmallButtons:

Code:
SmallButton.png, SmallMusic.png, SmallCancel.png.
SmallButtonSelected.png, SmallMusicSelected.png, SmallCancelSelected.png.
SmallButtonClicked.png, SmallMusicClicked.png, SmallCancelClicked.png.
I use this system since the CIU 1.0.0.3. But i cant remember if CIU 1.0.0.6 has support for all these features.

You need to thoroughly test.

Last edited by Fabioddq; 07-08-2013 at 07:00.
The Following 2 Users Say Thank You to Fabioddq For This Useful Post:
Demonn (08-08-2013), red01 (07-08-2013)
  #1430  
Old 06-09-2013, 03:21
alley_u2's Avatar
alley_u2 alley_u2 is offline
Registered User
 
Join Date: Aug 2013
Location: India
Posts: 64
Thanks: 19
Thanked 42 Times in 21 Posts
alley_u2 is on a distinguished road
Exclamation

I am using this script to compress my files:
Code:
arc a -lc8 -ep1 -ed -r -w.\ Data\Data1.cab -mprecomp+srep+lzma:a1:mfbt4:d256m:fb128:mc1000:lc8
Precomp version is 0.43.

and changed the values in setup.ini to this:
Code:
[ExtractSettings2]
FreeArcFile1={src}\Data1.cab;DestDir:{app};Disk:1;PrecSrep:1
But still when I run the setup it doesn't install anything. What am I doing wrong?

I cant get the extraction to work at all. The setup just say installation finished without giving me a error. When i see the files in program files nothing has been installed.

Last edited by alley_u2; 06-09-2013 at 04:50.
  #1431  
Old 06-09-2013, 10:31
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
remove precsrep:1 from freearcfile1 line, add PrecompVer=inside to InstallOptions section of setup.ini
The Following User Says Thank You to pakrat2k2 For This Useful Post:
alley_u2 (06-09-2013)
  #1432  
Old 06-09-2013, 10:54
alley_u2's Avatar
alley_u2 alley_u2 is offline
Registered User
 
Join Date: Aug 2013
Location: India
Posts: 64
Thanks: 19
Thanked 42 Times in 21 Posts
alley_u2 is on a distinguished road
Quote:
Originally Posted by pakrat2k2 View Post
remove precsrep:1 from freearcfile1 line, add PrecompVer=inside to InstallOptions section of setup.ini
Thanks sir. But unfortunately i got this error
Attached Images
File Type: jpg Untitled.jpg (108.4 KB, 203 views)

Last edited by alley_u2; 06-09-2013 at 10:57.
  #1433  
Old 06-09-2013, 11:04
Fabioddq's Avatar
Fabioddq Fabioddq is offline
Die Hard Member
 
Join Date: Oct 2011
Location: Earth
Posts: 1,221
Thanks: 336
Thanked 2,147 Times in 427 Posts
Fabioddq is on a distinguished road
precomp 0.43 is not supported. Use 0.42
  #1434  
Old 08-09-2013, 01:47
Privat's Avatar
Privat Privat is offline
Registered User
 
Join Date: Apr 2011
Location: space
Posts: 55
Thanks: 120
Thanked 11 Times in 8 Posts
Privat is on a distinguished road
Help please
installer works correctly in English

Russian is not correct to

how to fix it?
  #1435  
Old 08-09-2013, 05:22
thenokiottos's Avatar
thenokiottos thenokiottos is offline
Registered User
 
Join Date: Aug 2012
Location: Italy
Posts: 10
Thanks: 0
Thanked 0 Times in 0 Posts
thenokiottos is on a distinguished road
Why is precomp 0.43 non supported?

Last edited by thenokiottos; 08-09-2013 at 05:26.
  #1436  
Old 08-09-2013, 10:43
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 Privat View Post
Help please
installer works correctly in English
Russian is not correct, how to fix it?
whose conversion script are you using ?

Quote:
Originally Posted by thenokiottos View Post
Why is precomp 0.43 non supported?
it wasn't released at the time the script was made, so whatever version of CI / CIU you are using means you have to use that version of precomp it supports.
  #1437  
Old 08-09-2013, 11:39
Privat's Avatar
Privat Privat is offline
Registered User
 
Join Date: Apr 2011
Location: space
Posts: 55
Thanks: 120
Thanked 11 Times in 8 Posts
Privat is on a distinguished road
Quote:
Originally Posted by pakrat2k2 View Post
whose conversion script are you using ?
CIU 1.0.0.5 by yener90
What would you suggest, I think is to blame setup.dll
  #1438  
Old 08-09-2013, 11:43
Razor12911's Avatar
Razor12911 Razor12911 is offline
Noob
 
Join Date: Jul 2012
Location: South Africa
Posts: 3,749
Thanks: 2,170
Thanked 11,206 Times in 2,307 Posts
Razor12911 is on a distinguished road
is your System/Operating System Language in Russian?
  #1439  
Old 10-09-2013, 08:32
Privat's Avatar
Privat Privat is offline
Registered User
 
Join Date: Apr 2011
Location: space
Posts: 55
Thanks: 120
Thanked 11 Times in 8 Posts
Privat is on a distinguished road
Yes, but defaul keyboard layout English
  #1440  
Old 23-09-2013, 11:51
alley_u2's Avatar
alley_u2 alley_u2 is offline
Registered User
 
Join Date: Aug 2013
Location: India
Posts: 64
Thanks: 19
Thanked 42 Times in 21 Posts
alley_u2 is on a distinguished road
Error

I am using CIU 1.0.0.6. I get this error when my installation is finished (refer image below)

Although the setup installs fine. Can anybody help.
Attached Images
File Type: png Untitled.png (1.78 MB, 132 views)
Closed Thread


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 - Questions Here REV0 Conversion Tutorials 1565 29-11-2024 09:51
Inno Setup: Additional Libraries altef_4 Conversion Tutorials 50 21-10-2020 09:59
INNO TUTORIAL - Using Unicode and ANSI Versions of INNO Setup REV0 Conversion Tutorials 51 26-03-2015 06:57
Help- How to extract a .bin file compressed by a code ? Adonix Conversion Tutorials 22 22-03-2015 15:02
yener90's older Inno Project Source Codes THADEADMAN2011 PC Games - CD/DVD Conversions 0 16-06-2012 03:40



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


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