Go Back   FileForums > Game Backup > PC Games > PC Games - CD/DVD Conversions > Conversion Tutorials

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 29-05-2019, 08:24
bunti_o4u's Avatar
bunti_o4u bunti_o4u is offline
Registered User
 
Join Date: Aug 2017
Location: India
Posts: 162
Thanks: 29
Thanked 172 Times in 61 Posts
bunti_o4u is on a distinguished road
Quote:
Originally Posted by devil777 View Post
I apologize for my serious mistake bunti Dada but.. is the script's Executable operation works only in desktop icon box.. I mean I've edited the Executable path 1 (ME/Far cry New daw || Far cry new dawn.exe to : Wildlands || GRW.exe ) when I try to install the files with only Desktop ICon box checked I DONT get any desktop icon.. But when I install files or file with both DESKTOP ICON and Start MENU ICON box checked I do get a shortcut icon this time.. I want your kind help that I would get the shortcut icon only in Desktop ICon box checked..
In working previous script from razor12911... it didn't happened bunti_04u.. dada

And SCEOND HELP (2)
Can you help me with implanting lolz_x86 in Knight compressor.... or on short I want to use lolz_x86 instead of 64version in the compressor ?? I have friends who own 32bit machine.. so please help me out..
Thanx for pointing out the bug..

Fixed the bug and uploaded the updated script..

For x86 compression: just copy paste lolz_x86.exe in the resource folder and change the lolz_x64.exe with lolz_x86.exe in arc.ini file..

Last edited by bunti_o4u; 29-05-2019 at 09:10.
Reply With Quote
The Following 2 Users Say Thank You to bunti_o4u For This Useful Post:
Behnam2018 (30-01-2020), devil777 (21-01-2020)
Sponsored Links
  #2  
Old 10-06-2019, 23:41
devil777's Avatar
devil777 devil777 is offline
Registered User
 
Join Date: May 2019
Location: Let.it.be
Posts: 106
Thanks: 280
Thanked 65 Times in 48 Posts
devil777 is on a distinguished road
Exclamation Error with Lzma...

Bunti Dada I do get strange kind of error... With Lzma.
With your provided compressor I've compressed data using this algorithm "srep:m3f:a32+delta+lzma:177mb:normal:bt4:273:mc10 00:lc8 "
When I try to decompress the data in the Wpi I got this error " archive header is corrupted.unarc.'ll returned an error code 14. ERROR : archive structure is corrupted (decompression of control block failed ) "

I've included Lzma in the wpu script and also put Lzma(external compressor) in Arc.ini... any fix dada.
I wonder how other repacker work it out they use Lzma as well in the script and also in arc.ini I... seek help

Plus I try to put a long name like "Tom Clancy Ghost recon wildlands" in app name and Inno setup failed to compile but if a short name like "Ghost recon wildlands" is used it can compile it ...
I would like to have a wonderful help in case of using long name error in the in the installer....

Last edited by devil777; 11-06-2019 at 08:48.
Reply With Quote
The Following User Says Thank You to devil777 For This Useful Post:
Behnam2018 (09-01-2020)
  #3  
Old 11-06-2019, 09:01
bunti_o4u's Avatar
bunti_o4u bunti_o4u is offline
Registered User
 
Join Date: Aug 2017
Location: India
Posts: 162
Thanks: 29
Thanked 172 Times in 61 Posts
bunti_o4u is on a distinguished road
Quote:
Originally Posted by devil777 View Post
Bunti Dada I do get strange kind of error... With Lzma.
Compressed and extracted the files with lzma and there is no such issue. below needs to be done:

Add below in the Arc.ini file
Code:
[External compressor:lzma]
header = 0
unpackcmd = lzma d lzma{:option} <stdin> <stdout>
Add below in innoscript

Code:
[Resources]
lzma=1

[Files]
#ifdef lzma
Source: Resources\UnpackTools\lzma\lzma.exe; DestDir: {tmp}; Flags: dontcopy;
#endif

function InitializeSetup:Boolean;
begin
  #ifdef lzma
  ExtractTemporaryFile('lzma.exe');
  #endif

I have checked it (long name issue) and it's working fine...
Attached Images
File Type: jpg Untitled.jpg (126.7 KB, 472 views)
Attached Files
File Type: zip lzma.zip (92.0 KB, 72 views)

Last edited by Joe Forster/STA; 12-06-2019 at 10:40. Reason: enclosed quotes into "code"
Reply With Quote
The Following 3 Users Say Thank You to bunti_o4u For This Useful Post:
ADMIRAL (26-05-2020), devil777 (11-06-2019), Newbie-repacker (06-05-2021)
  #4  
Old 12-06-2019, 08:22
devil777's Avatar
devil777 devil777 is offline
Registered User
 
Join Date: May 2019
Location: Let.it.be
Posts: 106
Thanks: 280
Thanked 65 Times in 48 Posts
devil777 is on a distinguished road
Red face Thanks dada just one last question

Dada I hadn't put Lzma configuration.. on initializesetup:Boolean... I'm a newbie... Thanks dada Bunti....
One last question would it be "RRGGBB" .....-in the line of "BBGGRR"... hope you understand my question.. I had found BBGGRR in you script so I want to know wouldn't it be "RRGGBB".. not trying to spam posts..
Reply With Quote
  #5  
Old 12-06-2019, 09:24
bunti_o4u's Avatar
bunti_o4u bunti_o4u is offline
Registered User
 
Join Date: Aug 2017
Location: India
Posts: 162
Thanks: 29
Thanked 172 Times in 61 Posts
bunti_o4u is on a distinguished road
Quote:
Originally Posted by devil777 View Post
Dada I hadn't put Lzma configuration.. on initializesetup:Boolean... I'm a newbie... Thanks dada Bunti....
One last question would it be "RRGGBB" .....-in the line of "BBGGRR"... hope you understand my question.. I had found BBGGRR in you script so I want to know wouldn't it be "RRGGBB".. not trying to spam posts..
Generally colors are quoted as RRGGBB but in this script, colors are coded in the manner "BBGGRR" that is why I have written like this

So lets suppose you want "Red color" for your script and the corresponding hex code is FF0000. if you write the hex color code "FF0000" in the script, the script will translate it as "0000FF which is Blue color".

I hope I made it clear...
Reply With Quote
The Following User Says Thank You to bunti_o4u For This Useful Post:
devil777 (15-06-2019)
  #6  
Old 15-06-2019, 08:17
devil777's Avatar
devil777 devil777 is offline
Registered User
 
Join Date: May 2019
Location: Let.it.be
Posts: 106
Thanks: 280
Thanked 65 Times in 48 Posts
devil777 is on a distinguished road
Talking Thanks and in case of password

Bunti Dada sorry for my late reply... Thanks you've made it clear about BBGGRR matter.. but I want to know if add password more thank numbers(like 1235..) should I use "the password" or ' the password'... as an example I've use pack.4444 as password and I've used "pack.4444" to identify "pack". Should I use any(more or other) caption to use both number and word as password in the script..

Want to learn cause I'm a newbie dada (other matters been cleared) but will ask if there is something unclear

Last edited by devil777; 15-06-2019 at 08:18. Reason: Miss placing word
Reply With Quote
  #7  
Old 17-06-2019, 02:07
bunti_o4u's Avatar
bunti_o4u bunti_o4u is offline
Registered User
 
Join Date: Aug 2017
Location: India
Posts: 162
Thanks: 29
Thanked 172 Times in 61 Posts
bunti_o4u is on a distinguished road
Quote:
Originally Posted by devil777 View Post
I want to know if add password more thank numbers(like 1235..) should I use "the password" or ' the password'..
You can give any password but it should not consist of space and it is common password across all the archives..

You can modify the script and can use the different password for each archive..
Reply With Quote
The Following User Says Thank You to bunti_o4u For This Useful Post:
devil777 (25-06-2019)
  #8  
Old 06-07-2019, 09:46
devil777's Avatar
devil777 devil777 is offline
Registered User
 
Join Date: May 2019
Location: Let.it.be
Posts: 106
Thanks: 280
Thanked 65 Times in 48 Posts
devil777 is on a distinguished road
Red face Can you provide help regarding Component:Language

Greetings Bunti Dada..
Dada setup.exe file doesn't select all the languages.
Is there is something to do in the script.I've enabled everything in component and language option but when I try to select all the language pack in setup.exe it only selects just any one language pack (also all the language packs were present).
Now I seek your help... but I'm not sure about the optional component option cause I haven't tried it yet

Plus Dada about picture.. I had tried 1280*720p pictures... in that case setup do gain some MB but the size in desktop remains the same.. also pictures In setup window do gets better. But I wonder If it would be a problem in future in case of low resolution monitor

Last edited by devil777; 06-07-2019 at 09:50. Reason: A reply related to previous question
Reply With Quote
  #9  
Old 08-07-2019, 10:25
bunti_o4u's Avatar
bunti_o4u bunti_o4u is offline
Registered User
 
Join Date: Aug 2017
Location: India
Posts: 162
Thanks: 29
Thanked 172 Times in 61 Posts
bunti_o4u is on a distinguished road
Quote:
Originally Posted by devil777 View Post
Can you provide help regarding Component:Language
Find below lines (replace # with 1 to 8)
Code:
CheckBoxSetEvent(Lang#Chk,@Lang#ChkClick);
Either delete these lines or put "//" at the start of line...
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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
Coming Soon: Metro Install Creator Razor12911 Conversion Tutorials 48 31-10-2021 02:59
Windows Phone Installer (FMX) Redists Help... ramazan19833 Conversion Tutorials 3 15-12-2017 04:08
Custom Installer (help test ) windows 8 Dante1995 Conversion Tutorials 4 07-07-2014 03:43
321 studios game x copy acehardy12 XBox Games 6 29-06-2005 13:55



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


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