FileForums

FileForums (https://fileforums.com/index.php)
-   Conversion Tutorials (https://fileforums.com/forumdisplay.php?f=55)
-   -   Windows Phone Installer (WPI) (https://fileforums.com/showthread.php?t=96242)

harshlohaan 13-06-2017 00:03

Thank you so much...
I will create and test a repack right away.

harshlohaan 14-06-2017 23:36

Runtime Error!
 
Quote:

Originally Posted by Razor12911 (Post 433799)
Windows Phone Installer v3.1

-Inno Setup Enhanced Edition 2 Unicode is required - Download
-Design based on Windows 8.1, Windows Phone 7.5, 7.8 and 8
-Enjoy

Thanks for the script, man. I made a repack with update 3 of your script. It installs well. But while uninstalling I'm getting some
Runtime Error (at 313:845):

Could not call proc.

Please help...:(

harshlohaan 15-06-2017 22:18

Quote:

Originally Posted by truerepacks (Post 449632)
Even added UltraARC Support with correct progress percentage

Cool! Please give me the link to this script...the very same.

Chayan Manna 02-07-2017 03:50

Quote:

Originally Posted by harshlohaan (Post 459770)
Thanks for the script, man. I made a repack with update 3 of your script. It installs well. But while uninstalling I'm getting some
Runtime Error (at 313:845):

Could not call proc.

Please help...:(

Answered !! :)
http://fileforums.com/showthread.php...792#post459792

harshlohaan 17-07-2017 06:30

Unable to write data to the goddamn disk!
 
3 Attachment(s)
I'm getting this error. The 'data.cpi' is compressed using pzlib by Razor12911 (Thanks to him, great compression!)
I've attached the screenshot resources files I used and my script.
Please help!
What is it I've done wrong?:(

78372 17-07-2017 08:50

Because you used incompatible arc.exe and unarc.dll

harshlohaan 17-07-2017 19:03

Thanks for the response. :)
I used the Carldric Clements' Mini Compressor to compress the game data. I've also tried copying the resources from his compressor's ISDone Support folder but still I get this error.

Titeuf 04-08-2017 00:12

Hello,
How to change the font, bold or otherwise because when using clear images, the text is difficult to read.
Thanks in advance,
Titeuf

MMBDON 09-08-2017 10:30

Script
 
Sir, Please provide this script with WPI.

MMBDON 09-08-2017 10:35

Quote:

Originally Posted by edward99 (Post 449670)
Wpi

Edward99 Sir, please provide your modified WPI V6.0 Inno Script. Please sir.....

Kobi Blade 21-08-2017 03:24

It's a shame you retired, you will always be among the best Razor, I can understand how you feel though.

I haven't done anything in this community yet who given me so much, but I always used your projects in my work (properly credited).

Sebazz 27-08-2017 09:58

Someone can help me ? What is the code for add this option in the iss script. Thanks

https://k60.kn3.net/6/2/3/B/B/F/0BF.jpg

-NORO- 27-08-2017 10:49

Quote:

Originally Posted by Sebazz (Post 462029)
Someone can help me ? What is the code for add this option in the iss script. Thanks

https://k60.kn3.net/6/2/3/B/B/F/0BF.jpg

You need to create a checkbox like "create a desktop icon" , this is the same principle , also look at CreateShortcuts function in your .iss , you will understand.

StartMenuIcon:=CheckBoxCreate(WizardForm,x,x,x,x,' Create Start Menu Icons');
CheckBoxSetChecked(StartMenuIcon,True);

It creates a checkbox but you need to declare first StartMenuIcon as variable and add it in procedures as CheckBoxOnUp,CheckBoxOnUpdown , .. etc.

Sebazz 27-08-2017 13:18

Quote:

Originally Posted by -NORO- (Post 462031)
You need to create a checkbox like "create a desktop icon" , this is this same principle , also look at CreateShortcuts function in your .iss , you will understand.

StartMenuIcon:=CheckBoxCreate(WizardForm,x,x,x,x,' Create Start Menu Icons');
CheckBoxSetChecked(StartMenuIcon,True);

It creates a checkbox but you need to declare first StartMenuIcon as variable and add it in procedures as CheckBoxOnUp,CheckBoxOnUpdown , .. etc.

Ok. I add these function lines, only have a problem with this code. When try to add the function, this not compile because says duplicate.

I try to copy this same function and replace the 'DesktopChk' with 'StartMenuIcon', but dont worked. Can you help me?

Code:

function CreateShortcuts:Boolean;
begin
  if ISDoneError then
    Result:=False
  else
    Result:=CheckBoxGetChecked(DesktopChk);
end;


MMBDON 28-08-2017 09:50

Installer Request
 
Razor12911 brother plz provide download link for EZ Installer(GUI) with UltraArc Support(Precompmt).

mikey26 04-09-2017 03:31

@saada your best bet is to go ask corepack.this is not the place where you find help on corepacks stuff.

darkwolves 04-09-2017 23:16

Does anyone have the latest wpi installer by razor?
one un alterd by anyone else?

Chayan Manna 05-09-2017 02:05

Quote:

Originally Posted by darkwolves (Post 462159)
Does anyone have the latest wpi installer by razor?
one un alterd by anyone else?

Go to the first post.....
http://fileforums.com/showthread.php?t=96242

MCI 05-09-2017 18:27

Whast?? :confuso: :confuso:

darkwolves 06-09-2017 17:55

Quote:

Originally Posted by Chayan Manna (Post 462160)


Ah ok thank you i am very new to the installer scene...
i kept seeing different ones labled 5.1 :confused: it confused me..lol

darkwolves 06-09-2017 20:30

Quote:

Originally Posted by harshlohaan (Post 460762)
I'm getting this error. The 'data.cpi' is compressed using pzlib by Razor12911 (Thanks to him, great compression!)
I've attached the screenshot resources files I used and my script.
Please help!
What is it I've done wrong?:(

i began having that -11 error with all my games when i reinstalled my windows.
oddly enough simply installing 7zip on my pc fixed the problem

bunti_o4u 09-09-2017 14:45

Help needed!

Disk space and no group icons not taking effect immediately.

Kobi Blade 13-09-2017 14:58

Quote:

Originally Posted by bunti_o4u (Post 462246)
Help needed!

Disk space and no group icons not taking effect immediately.

Check,

function StartShortcuts:Boolean;

and

procedure DirEditOnChange(Sender: TObject);

darkwolves 13-09-2017 22:00

Quote:

Originally Posted by saada (Post 462319)
How to Compress Game Files Like Corepack and data.cpi

no idea go ask them that is if they are willing to tell

KaktoR 13-09-2017 23:11

Time for a ban for you bro.

Ask them instead of spamming this forum.

darkwolves 14-09-2017 00:52

Quote:

Originally Posted by KaktoR (Post 462333)
Time for a ban for you bro.

Ask them instead of spamming this forum.

woah you are right he has asked in many different posts

darkwolves 14-09-2017 08:08

Quote:

Originally Posted by saada (Post 462329)
How to Compress Game Files Like Corepack and data.cpi

please stop spamming this all over the forums.... no repack group will give its repack secrets

bunti_o4u 15-09-2017 13:55

Need help on the below three bugs in the script:

01. No icons check box is not disabling group browse button and group path text. (though start menu icons will not be created on checkbox is checked).

02. if free space is less than the app size the install button getting disabled but install button layout is appearing as enabled.

03. About button, close button, directory browse button and group browse button remain active on click.

bunti_o4u 16-09-2017 01:17

Quote:

Originally Posted by darkwolves (Post 462383)
have you typed in the exact folder location of the exe file?
also having the game set on 500000 megabytes doesn't help
that is a half a terabyte in size thats why it is stopping you from installing
i set the game size to 0 and it unlocked the install button
then i set it to 20000 install button was unlocked
btw i am looking over this script now
you do not appear to have an arc.exe that you need
when i have some time later i'll use this script to try and install a game

Install button function is working fine. the only concern i have is that though it gets disabled in case app size is more than the free space (but button layout is not appearing as disabled).

I set the game size as 500000MB to test the result of code coz my laptop's c drive is about 450gb.

darkwolves 16-09-2017 02:04

Quote:

Originally Posted by bunti_o4u (Post 462384)
Install button function is working fine. the only concern i have is that though it gets disabled in case app size is more than the free space (but button layout is not appearing as disabled).

I set the game size as 500000MB to test the result of code coz my laptop's c drive is about 450gb.

ive rewritten it a bit and i am about to try install need for speed the run lets see if it does the same to me

darkwolves 16-09-2017 02:15

Quote:

Originally Posted by bunti_o4u (Post 462384)
Install button function is working fine. the only concern i have is that though it gets disabled in case app size is more than the free space (but button layout is not appearing as disabled).

I set the game size as 500000MB to test the result of code coz my laptop's c drive is about 450gb.

its installing it but it isnt showing progress on the installer
did it do that to you
my game folder gets bigger but its not showing progress otherwise

darkwolves 16-09-2017 03:47

Quote:

Originally Posted by bunti_o4u (Post 462369)
Need help on the below three bugs in the script:

01. No icons check box is not disabling group browse button and group path text. (though start menu icons will not be created on checkbox is checked).

02. if free space is less than the app size the install button getting disabled but install button layout is appearing as enabled.

03. About button, close button, directory browse button and group browse button remain active on click.

seems to be a built in fail safe from the coding it also appears to be a beta corepack modded installer

bunti_o4u 16-09-2017 04:36

Quote:

Originally Posted by darkwolves (Post 462386)
its installing it but it isnt showing progress on the installer
did it do that to you
my game folder gets bigger but its not showing progress otherwise

If you are running it through inno setup just minimize the inno setup or start it from output folder.

bunti_o4u 16-09-2017 04:37

Quote:

Originally Posted by darkwolves (Post 462389)
seems to be a built in fail safe from the coding it also appears to be a beta corepack modded installer

I have done all the changes in the razor's script

http://www.fileforums.com/showthread.php?t=96242

darkwolves 16-09-2017 04:41

Quote:

Originally Posted by bunti_o4u (Post 462392)
I have done all the changes in the razor's script

http://www.fileforums.com/showthread.php?t=96242

its odd it will not accept any of my .bin files only accepted one i quickly repacked as .cpi

Kobi Blade 16-09-2017 05:16

Quote:

Originally Posted by darkwolves (Post 462393)
its odd it will not accept any of my .bin files only accepted one i quickly repacked as .cpi

Cause the setup he is using is a leaked old script from a CorePack member, and he just claimed to be the coder.

Everyone been using that script and asking for help with bugs :rolleyes:

darkwolves 16-09-2017 11:24

Quote:

Originally Posted by Kobi Blade (Post 462395)
Cause the setup he is using is a leaked old script from a CorePack member, and he just claimed to be the coder.

Everyone been using that script and asking for help with bugs :rolleyes:

lol....i said in an earlier comment the coding looked like corepacks

darkwolves 16-09-2017 14:10

Quote:

Originally Posted by bunti_o4u (Post 462392)
I have done all the changes in the razor's script

http://www.fileforums.com/showthread.php?t=96242

i compressed a game as .cpi it had no problems installing and it immediately made a desktop icon this is a corepack modded razor installer
if you want to use it you need to compress everything as .cpi and you can only use the settings in the script unless you add more functions to it
more than one has told me this is a leaked early corepack script
and a close look at the coding confirms it...
it has thier work written all over it:rolleyes:

ramazan19833 16-09-2017 14:53

darkwolves Hello there
 
game .cpi compression help

.cpi compression game back loading PoP T2T tool help

file share do you know ?

darkwolves 16-09-2017 15:50

Quote:

Originally Posted by ramazan19833 (Post 462406)
game .cpi compression help

.cpi compression game back loading PoP T2T tool help

file share do you know ?

.cpi is just a file type just like .bin and.arc
if there is a special tool corepack uses i do not know what it is
i am not part of corepack or any other repack team..
i simply just used my own compressor and set it to save as data.cpi
instead of data.bin as i normally do..
but my compressor cannot be trusted for that script because i had to mod the resources and ini files to get my compressor to work for it..
as the script was set to only accept pzlib3, srep64 and lzma2
and my compressor is designed to work with the installer i modfied due to changing the names of commands due to conflicts

so in a nut shell pzlib+srep64+lzma2 is the repack method saved as data.cpi
it is not designed for precomp or anything else
do not change a .bin file to cpi after the repack like so many have done...
it will not work...it must be set to be repacked as .cpi
this is the last time i will address that script


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

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