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
  #211  
Old 14-06-2013, 07:41
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
Quote:
Originally Posted by ashyamsundar View Post
what about music on & off
to image ?
erxample:

Last edited by sentinelks; 26-06-2013 at 11:34.
Reply With Quote
The Following User Says Thank You to sentinelks For This Useful Post:
ashyamsundar (14-06-2013)
Sponsored Links
  #212  
Old 14-06-2013, 08:44
MartinezPL MartinezPL is offline
Registered User
 
Join Date: Oct 2011
Location: Poland
Posts: 117
Thanks: 46
Thanked 24 Times in 9 Posts
MartinezPL is on a distinguished road
Firts i want thank you now evrything works great ,installer unpacks evrything nicely
2nd guys don't add any videos etc ,cuz this installer was supposed to be a simple one
this installer is what i was looking for for long time
Reply With Quote
  #213  
Old 14-06-2013, 09:15
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
is a great script but it's always better .. razor will make a version with videos etc. or we will not use more than its patch for GTA4

Last edited by sentinelks; 14-06-2013 at 09:18.
Reply With Quote
  #214  
Old 14-06-2013, 09:35
MartinezPL MartinezPL is offline
Registered User
 
Join Date: Oct 2011
Location: Poland
Posts: 117
Thanks: 46
Thanked 24 Times in 9 Posts
MartinezPL is on a distinguished road
I got question
My .exe from game is located in Binaries\Win32

Quote:
Name: {group}\Uninstall Remember Me; Filename: {app}\unins000.exe; WorkingDir: {app}; Check: CheckError
Name: {group}\Remember Me; Filename: RememberMe.exe; WorkingDir: {app}Binaries\Win32; Check: CheckError
Name: {commondesktop}\Remember Me; Filename: RememberMe.exe; WorkingDir: {app}Binaries\Win32; Check: CheckError
Did i do something wrong ? After finished installtion Dektop shortcut is invalid

Last edited by MartinezPL; 14-06-2013 at 09:39.
Reply With Quote
  #215  
Old 14-06-2013, 09:45
Kurutucu Kurutucu is offline
Registered User
 
Join Date: Aug 2012
Location: Somewhere in the world
Posts: 159
Thanks: 78
Thanked 209 Times in 48 Posts
Kurutucu is on a distinguished road
@MartinezPL

Don't change anything.

Code:
Name: {group}\Uninstall {#AppName}; Filename: {app}\unins000.exe; WorkingDir: {app}; Check: CheckError
Name: {group}\{#AppName}; Filename: {app}\{#AppExec}; WorkingDir: {app}; Check: CheckError
Name: {commondesktop}\{#AppName}; Filename: {app}\{#AppExec}; WorkingDir: {app}; Check: CheckError
Code:
#define AppExec "Binaries\Win32\RememberMe.exe"

Last edited by Kurutucu; 14-06-2013 at 09:50.
Reply With Quote
The Following User Says Thank You to Kurutucu For This Useful Post:
pakrat2k2 (14-06-2013)
  #216  
Old 15-06-2013, 05:50
assassin193 assassin193 is offline
Registered User
 
Join Date: Jun 2013
Location: HCM
Posts: 18
Thanks: 8
Thanked 0 Times in 0 Posts
assassin193 is on a distinguished road
hello, i'm from vietnam
i'm a newbie with Inno
and i have just practice with Inno
now i need how to create skin for setup.exe and found this thread
but i don't understand how the code work
so can you teach me how to use Inno and create skin carefully and clearly ???
thank you so much
Reply With Quote
  #217  
Old 15-06-2013, 06:26
Pein46's Avatar
Pein46 Pein46 is offline
Registered User
 
Join Date: Feb 2013
Location: Malaysia
Posts: 27
Thanks: 12
Thanked 8 Times in 7 Posts
Pein46 is on a distinguished road
@assassin193

check here..

Don't forget to change "Office2007.cjstyles" with your own filename..
Eg: skin.cjstyles

Last edited by Joe Forster/STA; 15-06-2013 at 11:29.
Reply With Quote
The Following User Says Thank You to Pein46 For This Useful Post:
assassin193 (15-06-2013)
  #218  
Old 15-06-2013, 09:20
kr0m kr0m is offline
Registered User
 
Join Date: Nov 2011
Location: Europe
Posts: 2
Thanks: 0
Thanked 1 Time in 1 Post
kr0m is on a distinguished road
I'm testing this inno script, change as describe on first step, compile with success but when I execute the setup, forms and text are mess up and I dint change nothing there.
Please, some one now what's happening.
Reply With Quote
  #219  
Old 15-06-2013, 10:03
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
which script are you using ??

just changing line in script ( to match installed game dir is fine ) BUT
you also must make changes in setup.ini to match game information.
Reply With Quote
  #220  
Old 15-06-2013, 10:11
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
Black_Box_Script_By_Kurutucu_V1.8 Based on Black_Box_Script_By_Kurutucu_V1.4_Unicode By Razor12911

Changes
-Changed music button position for better place
-Added Logo+URL.
-Added Unlimited Picture Slideshow
-Added Video Background
-Added Compact Mode
-Added Task Progressbar
-Fixed Bug in Task Installation

Put your video file in the same directory where is main.iss
Support Mp4, avi, mpg, or wmv


For Internal Compression Change this to
Code:
;#define Internal "C:\Program Files\Fileforums\Blackbox Inno Setup Script\"
This
Code:
#define Internal "yourgameinstallationpath\"
Thank to Razor12911 for The Help





Attached Files
File Type: 7z Black_Box_Script_By_Kurutucu_V1.8.7z (7.08 MB, 909 views)

Last edited by y_thelastknight; 15-06-2013 at 11:17.
Reply With Quote
The Following 9 Users Say Thank You to y_thelastknight For This Useful Post:
ashyamsundar (15-06-2013), BLACKFIRE69 (02-06-2019), kostaskaraivalis (16-06-2013), MMR (04-10-2013), Pein46 (15-06-2013), Prince Soft (10-11-2016), Razor12911 (15-06-2013), Simorq (16-01-2015), Stor31 (09-02-2015)
  #221  
Old 15-06-2013, 12:00
Kurutucu Kurutucu is offline
Registered User
 
Join Date: Aug 2012
Location: Somewhere in the world
Posts: 159
Thanks: 78
Thanked 209 Times in 48 Posts
Kurutucu is on a distinguished road
@y_thelastknight

It's my work. but you change logo with your name. Reported.
Reply With Quote
  #222  
Old 15-06-2013, 12:17
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 Kurutucu View Post
@y_thelastknight

It's my work. but you change logo with your name. Reported.
lol..only logo dude..i just improve ur script (i dont want any credit)
there is a psd file in psd folder..it has a gradient like that so everybody can change it..
it just a example no body is going to use my logo or your logo..that is the real fact

i will Reupload.
Reply With Quote
  #223  
Old 15-06-2013, 12:21
Kurutucu Kurutucu is offline
Registered User
 
Join Date: Aug 2012
Location: Somewhere in the world
Posts: 159
Thanks: 78
Thanked 209 Times in 48 Posts
Kurutucu is on a distinguished road
@y_thelastknight

I say to you 2 times. When you editing this script send me with message. Then I will test and share in main post. Sorry but you don't understand this.

Last edited by Kurutucu; 15-06-2013 at 12:38.
Reply With Quote
  #224  
Old 15-06-2013, 12:24
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
error:
isdoneprogressbar1.Position:=isdoneprogressbar1.Po sition + 10;


better precompile scripts or someone you can not go wrong
Reply With Quote
The Following User Says Thank You to sentinelks For This Useful Post:
Kurutucu (15-06-2013)
  #225  
Old 15-06-2013, 12:24
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 Kurutucu View Post
@y_thelastknight

I say to you 2 times. When you editing this script send me with message. Then I will test and share in main post. Sorry but kids don't understand this.
sorry dude my mistake..:/
Reply With Quote
The Following User Says Thank You to y_thelastknight For This Useful Post:
Kurutucu (15-06-2013)
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 09:44.


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