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
  #91  
Old 22-05-2012, 04:26
REV0 REV0 is offline
Banned
 
Join Date: Nov 2010
Location: Hawaii
Posts: 998
Thanks: 63
Thanked 1,851 Times in 292 Posts
REV0 is on a distinguished road
So, we can only use one internal compression.. I'm using lzma as compression in INNO, i would be ok with more compression level as internal though
Sponsored Links
  #92  
Old 22-05-2012, 14:12
gk4u gk4u is offline
Registered User
 
Join Date: May 2012
Location: Earth
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
gk4u is on a distinguished road
Thanks for the reply.

I did like this:- arc->precomp->arc.
It extracted successfully, but progress bar completes 100% when it decompresses with precomp, and again it starts from beginning when it extracts arc archive after that.
So it feels like hanging when it processes with precomp.
Is there a way to fix this?

I hope you understood what i want to say!!!
  #93  
Old 02-06-2012, 10:03
einzjha einzjha is offline
Registered User
 
Join Date: May 2012
Location: indonesia
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
einzjha is on a distinguished road
How To Make This??

hi all, I'm new here, I want to ask how to make this? any help would be very useful for me. (^_^)

Last edited by einzjha; 02-06-2012 at 10:07.
  #94  
Old 02-06-2012, 10:11
mehrdad mehrdad is offline
Registered User
 
Join Date: Nov 2011
Location: turkey
Posts: 14
Thanks: 2
Thanked 0 Times in 0 Posts
mehrdad is on a distinguished road
i have a script maxpyne3 and i just copy "Profiles" folder to USERPROFILE*Documents/Rockstar Games/Social Club* when install the setup. give script of inno setup to this action please

Last edited by mehrdad; 02-06-2012 at 10:40.
  #95  
Old 02-06-2012, 10:31
einzjha einzjha is offline
Registered User
 
Join Date: May 2012
Location: indonesia
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
einzjha is on a distinguished road
Quote:
Originally Posted by mehrdad View Post
i just copy "Profiles" folder to USERPROFILE*Documents/Rockstar Games/Social Club* when install the setup. give script please
you think my installer script?? (sorry for my bad english)
  #96  
Old 02-06-2012, 14:18
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 einzjha View Post
hi all, I'm new here, I want to ask how to make this? any help would be very useful for me. (^_^)
its just a logo.. use paint etc create your own
  #97  
Old 02-06-2012, 18:25
einzjha einzjha is offline
Registered User
 
Join Date: May 2012
Location: indonesia
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
einzjha is on a distinguished road
Quote:
Originally Posted by pakrat2k2 View Post
its just a logo.. use paint etc create your own
but i don;t know how to insert it to my instaler, could you teach me step by step pakrat2k2??
  #98  
Old 02-06-2012, 20: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
same place as you grabbed inno.. go back & look for ispack5.5 ( exe or unicode.exe )
either one depending on where you are. The ispack installs a writing script tool, that you can visualy see how your installer image will look, use that to place your logo.
Code:
http://www.jrsoftware.org/isdl.php
Thats all I'll say on it, as the rest is up to you to READ & figure it out. I dont use it, because I dont like logo's in installers. Nice & simple will do.
  #99  
Old 03-06-2012, 00:22
einzjha einzjha is offline
Registered User
 
Join Date: May 2012
Location: indonesia
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
einzjha is on a distinguished road
Quote:
Originally Posted by pakrat2k2 View Post
same place as you grabbed inno.. go back & look for ispack5.5 ( exe or unicode.exe )
either one depending on where you are. The ispack installs a writing script tool, that you can visualy see how your installer image will look, use that to place your logo.
Code:
http://www.jrsoftware.org/isdl.php
Thats all I'll say on it, as the rest is up to you to READ & figure it out. I dont use it, because I dont like logo's in installers. Nice & simple will do.
thank you i wil try it.
  #100  
Old 04-06-2012, 00:20
einzjha einzjha is offline
Registered User
 
Join Date: May 2012
Location: indonesia
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
einzjha is on a distinguished road
Need Help!

hello guys, I encountered an error during installation program is complete. and I do not know how to fix this, can you fix my script? error.jpg look to see the error. thank you
Attached Images
File Type: jpg error.jpg (41.5 KB, 306 views)
Attached Files
File Type: zip MyProgram.zip (1.5 KB, 42 views)

Last edited by einzjha; 04-06-2012 at 03:20. Reason: No body answer my question
  #101  
Old 04-06-2012, 11:28
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
einzjha, error in script.. change the ??? to uninstall, and add something for desktop / startmenu icon as well.

Code:
[Icons] 
Name: {group}\???????; IconFilename: {app}\unins000.exe; Filename: {app}\unins000.exe
  #102  
Old 05-06-2012, 06:01
alias-as's Avatar
alias-as alias-as is offline
Registered User
 
Join Date: Sep 2011
Location: France
Posts: 64
Thanks: 30
Thanked 3 Times in 2 Posts
alias-as is on a distinguished road
Good Morning
i wanna know what's the arguments for silent install of Punkbuster in 'setup.ini' ??
  #103  
Old 05-06-2012, 09:19
kassane's Avatar
kassane kassane is offline
Registered User
 
Join Date: Nov 2011
Location: Somewhere in the World
Posts: 174
Thanks: 578
Thanked 117 Times in 47 Posts
kassane is on a distinguished road
I'm in trouble when I use precomp042, every time I use this version in the middle of the compaction process it stops working, I can only use version 038. Has a solution?
  #104  
Old 05-06-2012, 13:51
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 alias-as View Post
Good Morning
i wanna know what's the arguments for silent install of Punkbuster in 'setup.ini' ??
pbsvc.exe /i --no-display --i-accept-the-pb-eula
  #105  
Old 26-06-2012, 10:56
Good Man Good Man is offline
Registered User
 
Join Date: Oct 2011
Location: usa
Posts: 24
Thanks: 2
Thanked 0 Times in 0 Posts
Good Man is on a distinguished road
hi man

what i can change in the iss for command and conquer 4 ?

Last edited by Good Man; 27-06-2012 at 08:14.
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
Tutorial On How To Create Your Own Crack..! mojo8850 PC Games 17 20-03-2005 22:43
Mafia - Newbie Cracking Tutorial online cdkiller PC Games 6 14-12-2002 09:01
every game needs a special dvd rip tutorial??? billete100 PS2 Games 1 10-10-2001 01:44
Brief fast tutorial on DC copy? webcamworld DC Games 1 02-05-2001 20:27
grandia 2 SAGICE's tutorial DarCwuN DC Games 2 17-12-2000 16:43



All times are GMT -7. The time now is 14:53.


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