![]() |
Windows Phone Installer (bug free)
14 Attachment(s)
This is the bug free version of Windows Phone Installer script by Razor12911 with added functionality such as:
Changes done:
Credits:
Please forgive me if i forgot to mention anyone. There is no intention of infringing anyone's copyright. New version of Knight Compressor is out. Please check the thread: Click here. @Cesar82 Thanks for adding DiskSpan GUI v2 support. Please check the Post for WPI with DiskSpan GUI: Click here. Screenshots: |
Good work, Thanks bunti_o4u
|
Not found for me
Compile Error! Line: 939 Error: Column 8: Unknown type 'TTimer' |
Quote:
|
With all due respect sir's can you please help this newbie with Arc.ini...
I will not try to be a pain.. And won't try to kill you time, I'm a new student in this page you guys are like my teacher. Please teacher help me with Arc.ini file from the file you've given. |
After compressing in a combination of knights compressor when I try to unpack it using setup.exe (also from thethe script of yours) , I get unknown compression method.. zlib isn't supported. Please help in best and easiest way.
|
Quote:
BTW, nice to see another Bangladeshi here :) |
Quote:
set the decompression method in [Resources] section. simply put 1 against each method which you are using... e.g. if you have compressed game with pzlib3+srep+lolz then: [Resources] SRepInside=1 pZlib_x64=1 Lolz_x64=1 I hope it is clear now.. |
Thanks
Quote:
|
The proper edited one
3 Attachment(s)
Attention.!!!
This the version of mr.Bunti_o4u's bug free WPI Which is indeed edited by mr.Bunti's direction.. edit: previously added rar file wasn't uploaded in compressed format. # added WPInoneWEBfunctionSCRIPT.It doesn't bear the weblink or referred website link. # Lolz and LolzAlpha are both different version.They Share only Basic Command of Cls.ini.Lolz is the first publicly released v21a7 and LolzAlpha is v22c4b (they are for unpckaging purpose only).Advice is not to use both at the same time in the script. # LZMAx64 is the 64 bit one which usually can be found in the forums.(described it as others may try to run it in 32bit machines).Don't know if it works in 32bit machine.The general 32bit lzma was less then 100KB as i remember. to add other tools https://fileforums.com/showpost.php?...9&postcount=16 as well as search in the forum |
Wonder if you could help me out?
Quote:
But I wonder why I have compressed a file using xtool_pzlib+srep m5 a16+Lzma:d512+msc.... And when I try to decompress it using the script (though I've enabled xtool_pzlib In the script ) I get xpzlib method isn't supported.... Uhh boss one question if use lolz_x64 + pzlibv3 ... to compress a game in 64 pc .. will I be able to decompress it in 32 bit pc?. |
Quote:
Pl don't post the same question twice.. |
Bunti Dada help me with lolz_86 version...(in knight compressor)
Quote:
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.. |
Quote:
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.. |
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.... |
2 Attachment(s)
Quote:
Add below in the Arc.ini file Code:
[External compressor:lzma]Code:
[Resources]I have checked it (long name issue) and it's working fine... |
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.. |
Quote:
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... |
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 |
Quote:
You can modify the script and can use the different password for each archive.. |
Doesn't Component page not Prewiev
|
Quote:
|
In case of uninstall
Bunti_04u Dada files do uninstall correctly but everything in uninstall folder do remains hidden except uninstall.exe and uninstall.dat.... but boss the repack that repackers make do have everything in the uninstall folder unhidden or visible..
Even their uninstall program in control panel do have setup.exe's icon.. Hope you understood the matter I am telling you. Also when I go to uninstall the game or program that have been installed by the setup.exe ( setup.exe has been made by Inno script) don't contain icon and it merely 67.0KB (though the game size is 34GB).. Please help out |
Quote:
if (CurStep = ssPostInstall) and not ISDoneError then begin and paste the below code after begin: Code:
RegWriteDWordValue(HKEY_LOCAL_MACHINE, 'SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{#AppName}_is1', 'EstimatedSize', CalcSize*1024) |
Can you please
Bunti Dada please I'm getting error
And can you help me with the size it's not specifying correctly . Please Bunti Dada can you write the codes in a text and attach it in a post. I'm not telling you to update the .iss file A newbie and don't know coding |
Quote:
Post your script... |
Working but with.. size
Dada sorry I was busy.. my exam was going on
Shouldn't I write " RegWriteDWordValue.............. EstimatedSize', CalcSize*1024) " in a single line.. Also in case of icon " RegWriteStringValue(........... ExpandConstant('{app}\{#E1[60]}\{#E1[61]}')) " Should I write those codes... I mean I write this calculate size code after ISDoneError the begin in one line after that calculate code.... I wrote display icon code in one line from RedWriteStringValue..... to .... ExpandConstant('{app}\{#E1[60]}\{#E1[61]}')) in one line is that okay.. Edited: I sincerely apologize... I had left space after uninstall.. like unista ll... that's why code wasn't working also please reply about writing the codes in one line.. it's above " Edited: " I had written size 129 in [installer]... Also in uncompressed size of archive 129 (in MB) .. files installed correctly but size wasn't showing in control panel. |
Here it is dada
Bunti Dada here is my script (with resources)....
###it has been properly edited. Here it is. https://fileforums.com/showpost.php?...5&postcount=10 |
1 Attachment(s)
Quote:
Code:
;Archive1= Archive Type | Source | Output | Disk | Uncompressed Size in MB |
About image
All the way thanks Bunti_04u Dada for your previous hhelps.. but Dada I have a question...
I see that in your edited WPI setup creator you use 800*480 jpg pictures... But I wonder If I use 1920*1080p pictures during compile without changing any value in WPI.iss script will that be a problem or is that okay? |
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 |
How to eliminate the Lockscreen?
thx. |
Quote:
Code:
CheckBoxSetEvent(Lang#Chk,@Lang#ChkClick); |
Quote:
Code:
AutorunLock:=LockCreate(AutorunForm,ExpandConstant('{tmp}\Lockscreen.jpg'),True); |
Quote:
And matter of fact both of your statements are wrong. Code is there in the script... (line number: old script 6637 - update script - 6644) and it is working fine. Hope you know how to use a little function called "find" which can be run by pressing Ctrl+F....:p:p |
Langauage Files & HD Pack name Change Example Name : Fsi-Data_EN.bin - Fsi-Data_HDPack.bin
|
Yes it can be....
Quote:
|
Again help needed
Bunti Dada.. greetings.. Bunti_o4U Dada in case of selecting language files they do not come pre-selected..or already selected. when the installer is started.. I Want the help that I Want the language packs to be pre-selected.. and if the users wants he can deselect the Lang.. packs..
Wish you a happy day dada.. |
Quote:
Code:
if WizardForm.CurPageID = wpWelcome then |
bunti dada, lmao
wow, he gave you a good name :D |
| All times are GMT -7. The time now is 19:21. |
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
FileForums @ https://fileforums.com