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 19-03-2014, 14:50
danswano danswano is offline
Registered User
 
Join Date: Feb 2013
Location: Luxm
Posts: 314
Thanks: 218
Thanked 27 Times in 22 Posts
danswano is on a distinguished road
Hello,
How to unpack arc archive has bcj2 compression using ISDone?

Last edited by danswano; 19-03-2014 at 17:41.
Reply With Quote
Sponsored Links
  #2  
Old 23-03-2014, 23:55
Razor12911's Avatar
Razor12911 Razor12911 is offline
Noob
 
Join Date: Jul 2012
Location: South Africa
Posts: 3,754
Thanks: 2,190
Thanked 11,220 Times in 2,312 Posts
Razor12911 is on a distinguished road
most things are done under arc.ini
Reply With Quote
  #3  
Old 24-03-2014, 04:06
danswano danswano is offline
Registered User
 
Join Date: Feb 2013
Location: Luxm
Posts: 314
Thanks: 218
Thanked 27 Times in 22 Posts
danswano is on a distinguished road
Will that expose arc.ini in temp folder?
Reply With Quote
  #4  
Old 05-04-2014, 07:10
Darkangel5 Darkangel5 is offline
Registered User
 
Join Date: Oct 2013
Location: FRANCE
Posts: 18
Thanks: 0
Thanked 0 Times in 0 Posts
Darkangel5 is on a distinguished road
hello,

sorry to use google translation to translate.

I made an autorun (see screen).



I would like to know how to make a zoom effect passage of the mouse has on the button readme, manual etc etc.
Reply With Quote
  #5  
Old 07-04-2014, 12:06
Razor12911's Avatar
Razor12911 Razor12911 is offline
Noob
 
Join Date: Jul 2012
Location: South Africa
Posts: 3,754
Thanks: 2,190
Thanked 11,220 Times in 2,312 Posts
Razor12911 is on a distinguished road
Use a timer or sleep with repeat and until on the onmouseenter event and do the same with onmouseleave, during that period you can change the font size and etc.
Reply With Quote
  #6  
Old 08-04-2014, 05:40
Darkangel5 Darkangel5 is offline
Registered User
 
Join Date: Oct 2013
Location: FRANCE
Posts: 18
Thanks: 0
Thanked 0 Times in 0 Posts
Darkangel5 is on a distinguished road
Quote:
Originally Posted by Razor12911 View Post
Use a timer or sleep with repeat and until on the onmouseenter event and do the same with onmouseleave, during that period you can change the font size and etc.
thank you for your answer

are there any example scripts?
Reply With Quote
  #7  
Old 11-04-2014, 07:40
Logrim Logrim is offline
Registered User
 
Join Date: Jun 2009
Location: Spain
Posts: 153
Thanks: 116
Thanked 72 Times in 44 Posts
Logrim is on a distinguished road
Hi, long time without ask nothing ... i need to know how to make a unninstall button with botva2 buttons.. thanks.. ( i still have problems managings some reg keys )
Reply With Quote
  #8  
Old 19-04-2014, 03:20
Razor12911's Avatar
Razor12911 Razor12911 is offline
Noob
 
Join Date: Jul 2012
Location: South Africa
Posts: 3,754
Thanks: 2,190
Thanked 11,220 Times in 2,312 Posts
Razor12911 is on a distinguished road
@Logrim,

Same way you did with setup buttons, just that botva2.dll and innocallback.dll/callbackctrl.dll must exist in the temp directory when uninstalling.

Just find a way to copy the files to install directory when installing then when uninstalling, copy them to temp. , Problem solved.
Reply With Quote
  #9  
Old 19-04-2014, 14:38
Logrim Logrim is offline
Registered User
 
Join Date: Jun 2009
Location: Spain
Posts: 153
Thanks: 116
Thanked 72 Times in 44 Posts
Logrim is on a distinguished road
Thanks Razor, but i explain it badly.. if game is installed, i need to detect it an offer unninstall, but the problem is solved days ago,, sorry for no reply.. i finally make a custom form, that detect install in the beggining, and offer unninstall and repair .
Reply With Quote
  #10  
Old 23-04-2014, 06:10
Logrim Logrim is offline
Registered User
 
Join Date: Jun 2009
Location: Spain
Posts: 153
Thanks: 116
Thanked 72 Times in 44 Posts
Logrim is on a distinguished road
Edited.. Problem solved for my own..

Last edited by Logrim; 26-04-2014 at 02:24.
Reply With Quote
  #11  
Old 26-04-2014, 02:27
Logrim Logrim is offline
Registered User
 
Join Date: Jun 2009
Location: Spain
Posts: 153
Thanks: 116
Thanked 72 Times in 44 Posts
Logrim is on a distinguished road
Another rapid question.. i have a custom form made for disc change, but i dont know how to "activate" the form without isdone. With isdone is not problem but without isdone i dont know where to put the code for where change disc form appears..

P.D. sorry if my english is not good

P.D.2. Again problem solved... thanks for "your responses"

Last edited by Logrim; 27-04-2014 at 13:30.
Reply With Quote
  #12  
Old 28-04-2014, 13:30
Snipunk's Avatar
Snipunk Snipunk is offline
Registered User
 
Join Date: Apr 2014
Location: Andromeda
Posts: 6
Thanks: 2
Thanked 1 Time in 1 Post
Snipunk is on a distinguished road
I'm familIarizing myself with inni setup and I have repacked some games before (simple methods).
But I couldn't get a hint about what "yener CI" is, can any one tell me our post a link where I could get it or what it is, please?
__________________
Its better to die with a full stomach than live with an empty one.
Reply With Quote
  #13  
Old 29-04-2014, 06:38
Razor12911's Avatar
Razor12911 Razor12911 is offline
Noob
 
Join Date: Jul 2012
Location: South Africa
Posts: 3,754
Thanks: 2,190
Thanked 11,220 Times in 2,312 Posts
Razor12911 is on a distinguished road
http://fileforums.com/showthread.php?t=95717
Reply With Quote
The Following User Says Thank You to Razor12911 For This Useful Post:
Logrim (05-05-2014)
  #14  
Old 05-05-2014, 06:03
Logrim Logrim is offline
Registered User
 
Join Date: Jun 2009
Location: Spain
Posts: 153
Thanks: 116
Thanked 72 Times in 44 Posts
Logrim is on a distinguished road
I have a little problem. I try to make a function to show text when mouse is over a button.. i need to put two diferent text in each button. My problem is that the first text work fine but with the second text i get an error "colon ( : ) expected".

This is the code of one of the button:

procedure MessageOnClick(hBtn:HWND);
begin
sndPlaySound(ExpandConstant('{tmp}\mouseover.wav') , $0001);
case hBtn of
NextBtn:
MessageTitleLabel.Caption:=ExpandConstant('{cm:Sta rtInstallTitle}');
MessageLabel.Caption:=ExpandConstant('{cm:StartIns tall}');
end;

Thanks for your help
Reply With Quote
  #15  
Old 05-05-2014, 06:18
altef_4's Avatar
altef_4 altef_4 is offline
Registered User
 
Join Date: Mar 2012
Location: Ukraine
Posts: 361
Thanks: 248
Thanked 1,022 Times in 239 Posts
altef_4 is on a distinguished road
Quote:
Originally Posted by Logrim View Post
I have a little problem. I try to make a function to show text when mouse is over a button.. i need to put two diferent text in each button. My problem is that the first text work fine but with the second text i get an error "colon ( : ) expected".

This is the code of one of the button:

procedure MessageOnClick(hBtn:HWND);
begin
sndPlaySound(ExpandConstant('{tmp}\mouseover.wav') , $0001);
case hBtn of
NextBtn:
MessageTitleLabel.Caption:=ExpandConstant('{cm:Sta rtInstallTitle}');
MessageLabel.Caption:=ExpandConstant('{cm:StartIns tall}');
end;

Thanks for your help
procedure MessageOnEnter(hBtn:HWND);
begin
sndPlaySound(ExpandConstant('{tmp}\mouseover.wav') , $0001);
case hBtn of
NextBtn: MessageTitleLabel.Caption:=ExpandConstant('{cm:Sta rtInstallTitle}');
end;
end;

procedure MessageOnLeave(hBtn:HWND);
begin
sndPlaySound(ExpandConstant('{tmp}\mouseleave.wav' ), $0001);
case hBtn of
NextBtn: MessageLabel.Caption:=ExpandConstant('{cm:StartIns tall}');
end;
end;
...
BtnSetEvent(NextBtn,BtnEnterEventID,CallbackAddr(' MessageOnEnter'));
BtnSetEvent(NextBtn,BtnLeaveEventID,CallbackAddr(' MessageOnLeave'));
Reply With Quote
The Following 2 Users Say Thank You to altef_4 For This Useful Post:
Logrim (05-05-2014), papas (02-09-2016)
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 12:16.


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