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 15-01-2014, 06:20
Vatsal Singh Vatsal Singh is offline
Registered User
 
Join Date: Jul 2013
Location: Kanpur
Posts: 5
Thanks: 26
Thanked 0 Times in 0 Posts
Vatsal Singh is on a distinguished road
I'm getting this error on merging setup.cab to setup.exe according to yener90's script v1.0.0.6 . Please help me. Thanks in advance. Sorry for my bad English.

Error:- Setup couldn't find necessary files.

Last edited by Vatsal Singh; 15-01-2014 at 06:26.
Reply With Quote
Sponsored Links
  #2  
Old 15-01-2014, 15:54
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 Vatsal Singh View Post
I'm getting this error on merging setup.cab to setup.exe according to yener90's script v1.0.0.6 . Please help me. Thanks in advance. Sorry for my bad English.

Error:- Setup couldn't find necessary files.
in both ISS scripts you need
#define internal NOT ;#define internal

then your setup.cab needs to be extracted into its setup folder. ( same place as ISS scripts ). Then when you compile both scripts, it will merge the setup folder ( basically your setup.cab ) into the exe.

Make sure that if you used compress.bat to make your files that the setup folder has arc.ini in the root of the folder. Also that you've specified the
extract settings in setup.ini properly... IE:
Code:
 [ExtractSettings]
FreeArcFile1=Data1.cab;DestDir:{app};Disk:1;
FreeArcFile2=Data2.cab;DestDir:{app};Disk:2;
Reply With Quote
The Following User Says Thank You to pakrat2k2 For This Useful Post:
y_thelastknight (15-01-2014)
  #3  
Old 15-01-2014, 22:45
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 pakrat2k2 View Post
in both ISS scripts you need
#define internal NOT ;#define internal

then your setup.cab needs to be extracted into its setup folder. ( same place as ISS scripts ). Then when you compile both scripts, it will merge the setup folder ( basically your setup.cab ) into the exe.
i don't know about that. i have to try
__________________
Glass BB | BlackBox v2 | Portable Installer
Reply With Quote
  #4  
Old 16-01-2014, 05:09
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 y_thelastknight View Post
i don't know about that. i have to try
all info is in REV0's topic here>
http://fileforums.com/showthread.php?t=93191
Reply With Quote
The Following User Says Thank You to pakrat2k2 For This Useful Post:
y_thelastknight (16-01-2014)
  #5  
Old 19-01-2014, 02:11
reiji777's Avatar
reiji777 reiji777 is offline
Registered User
 
Join Date: May 2011
Location: Tokyo
Posts: 53
Thanks: 50
Thanked 3 Times in 3 Posts
reiji777 is on a distinguished road
I would like to ask how to add bmp image to a button. please help

Last edited by reiji777; 21-01-2014 at 09:48.
Reply With Quote
  #6  
Old 15-01-2014, 10:16
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
here you go
Attached Files
File Type: rar Project1.rar (110.7 KB, 49 views)
__________________
Glass BB | BlackBox v2 | Portable Installer
Reply With Quote
The Following User Says Thank You to y_thelastknight For This Useful Post:
mask512 (15-01-2014)
  #7  
Old 15-01-2014, 10:53
mask512 mask512 is offline
Registered User
 
Join Date: May 2013
Location: Bandung
Posts: 7
Thanks: 2
Thanked 1 Time in 1 Post
mask512 is on a distinguished road
Quote:
Originally Posted by y_thelastknight View Post
here you go
Thank you very much
Reply With Quote
The Following User Says Thank You to mask512 For This Useful Post:
y_thelastknight (15-01-2014)
  #8  
Old 15-01-2014, 11:06
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 mask512 View Post
Thank you very much
i use axialis iconworkshop to create icons. and there more software to create or edit icons.
__________________
Glass BB | BlackBox v2 | Portable Installer
Reply With Quote
  #9  
Old 15-01-2014, 13:59
sentinelks sentinelks is offline
Banned
 
Join Date: May 2013
Location: hjklò
Posts: 281
Thanks: 74
Thanked 320 Times in 157 Posts
sentinelks is on a distinguished road
http://iconverticons.com/online/
Reply With Quote
  #10  
Old 21-01-2014, 02:39
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
how to create a quick install button for normal installer.
__________________
Glass BB | BlackBox v2 | Portable Installer
Reply With Quote
  #11  
Old 21-01-2014, 03:16
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 y_thelastknight View Post
how to create a quick install button for normal installer.
try this
function shouldskippage(pageid: integer):boolean;
begin
case pageid of
wplicense,wppassword: //add or remove skiped pages
result:=true;
else result:=false;
end;
end;
Reply With Quote
The Following 2 Users Say Thank You to altef_4 For This Useful Post:
papas (02-09-2016), y_thelastknight (21-01-2014)
  #12  
Old 21-01-2014, 03:40
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
thanks. used like this

Code:
function shouldskippage(pageid: integer):boolean;
begin
  If RadioButton1.Checked=true then
    case pageid of
    wpSelectDir,wpSelectProgramGroup,wpReady: //add or remove skiped pages
    result:=true;
    else
    result:=false;
  end;
end;
__________________
Glass BB | BlackBox v2 | Portable Installer
Reply With Quote
  #13  
Old 21-01-2014, 05:04
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 y_thelastknight View Post
thanks. used like this

Code:
function shouldskippage(pageid: integer):boolean;
begin
  If RadioButton1.Checked=true then
    case pageid of
    wpSelectDir,wpSelectProgramGroup,wpReady: //add or remove skiped pages
    result:=true;
    else
    result:=false;
  end;
end;
little edit
Code:
function shouldskippage(pageid: integer):boolean;
begin
  If RadioButton1.Checked then
    case pageid of
      wpSelectDir,wpSelectProgramGroup,wpReady: result:=true;
    else
      result:=false;
  else result:=false;
end;
Reply With Quote
The Following 2 Users Say Thank You to altef_4 For This Useful Post:
papas (02-09-2016), y_thelastknight (21-01-2014)
  #14  
Old 21-01-2014, 06:08
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
__________________
Glass BB | BlackBox v2 | Portable Installer
Reply With Quote
  #15  
Old 21-01-2014, 06:36
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
uuups, sorry little error, i think you already fix it yourself, but if no - hare edited code
Code:
function shouldskippage(pageid: integer):boolean;
begin
  If RadioButton1.Checked then
    case pageid of
      wpSelectDir,wpSelectProgramGroup,wpReady: result:=true;
    else
      result:=false;
    end
  else result:=false;
end;
i dont check but must work

Last edited by altef_4; 21-01-2014 at 06:39.
Reply With Quote
The Following User Says Thank You to altef_4 For This Useful Post:
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 22:27.


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