PDA

View Full Version : Windows Phone Installer (WPI)


Pages : 1 [2] 3 4

ZakirAhmad
04-11-2015, 09:29
Razor12911

First of all thanks Razor for Creating these incredible and brilliant works. I am just a fan of Your Works. I wish I meet u sometimes in life personally. Bro I used ur Glass Blackbox, WPI compressor. But I am just a die hard fan of WPI. But compared to other Installer it is loosing some features like splash, percentage time left/elapsed and slide show during installation but not during configuration and finalization. I s uggest for installation place a 2x2 cm percentage right of progress bar and replace status with current file extraction and to the bottom of progress bar place time elapced/left.
I tried very hard to modify your WPI like this but I failed because I have no knowledge of programming however I changed quite a few things clearly. Previously I also requested something from u but u even didn't replayed to my query. This time don't make me sad. Thanks
One more last thing I am using this compression method srep:l64:m3f+exe2+delta+lzma64:256m:bt4. My compression is better than compressor 2.2 but I still on an average my file size is 200mb more than repacker like rg and corepacks. Suggest some change without precomp.

Ichiraku2001
24-12-2015, 05:01
Help! Getting This Error While Uninstalling!
http://i.imgur.com/PvURvWI.png

panker1992
28-12-2015, 20:12
how can i use this without having records.ini, just having data1.bin and data2.bin etc... ?

RamiroCruzo
28-12-2015, 21:24
how can i use this without having records.ini, just having data1.bin and data2.bin etc... ?


Archive1Type=Freearc
Archive1Source={src}\data.rcf
Archive1Output={app}
Archive1Disk=1
Archive1Password=

Archive2Type=Freearc
Archive2Source={src}\data.rcf
Archive2Output={app}
Archive2Disk=1
Archive2Password=

panker1992
28-12-2015, 22:22
thanks Ramiro :D will be trying to go with that

rinaldo
05-01-2016, 09:29
Guys about the lock screen.... I want it to be there but if I minimize it or click else where it gets locked again. Can you help me with it? i.e I don't want it to get locked again after unlocking it.


Result.Tmr:= TTimer.Create(hParent);
with Result.Tmr do begin
OnTimer:=@LockTimer;
Interval:=1;
if hLock then
Enabled:=True
else
Enabled:=False;
end;


or disable lockscreen

AutorunLock:=LockCreate(AutorunForm,ExpandConstant ('{tmp}\Lockscreen.jpg'),False);

Susnath
21-01-2016, 05:14
First Thank you for this great installer. I repacked many games succesfully. but now facing a problem.
While repacking a game the installer failed to registry the game.
So, I manually added the .reg files using ISTool and got this error.

Runtime Error (at 242:1133):
Internal error: ExtractTemporaryFile: TheFile "Dark.png" was not found.

rinaldo
21-01-2016, 05:37
reg file has nothing to do with the error that you posted .. looks good not to have corrupted the code of your script

punchao
21-01-2016, 14:40
i add this

Result.Tmr:= TTimer.Create(hParent);
with Result.Tmr do begin
OnTimer:=@LockTimer;
Interval:=1;
if hLock then
Enabled:=True
else
Enabled:=False;
end;


but when I minimize it or click else where it gets locked again equally

Susnath
21-01-2016, 21:38
reg file has nothing to do with the error that you posted .. looks good not to have corrupted the code of your script

Sorry I didn't know that. Though I fixed it my self.:D

Susnath
22-01-2016, 02:24
Hey anybody knows how to add music to the Installer?

Razor12911
26-01-2016, 15:56
Fix 3 uploaded

Things fixed

Slideshow bug, but make sure images are 800x448 in dimensions.

panker1992
27-01-2016, 07:37
i took a look, cls-MSC.dll can handle decompression alone

no need to implement msc.exe, pack_tak.exe, pack_bmf.exe and pack_frog.exe

in the resources folder except there is a reason that i am not aware of :/

drsanjula
29-01-2016, 06:21
Hey Razor bro did you check out the new CPI v5.0 installer.
I really love it appreciate if you create a script for it

LOL

13417
http://corepacks.com/index.php?/topic/9253-introducing-corepacks-brand-new-installers-feelthechange/#comment-58348

RamiroCruzo
29-01-2016, 08:07
Hey Razor bro did you check out the new CPI v5.0 installer.
I really love it appreciate if you create a script for it

LOL


Hermano...Tell me your CP ID & I'll make sure you gonna regret this idiot-ism.... ;):Evil_laugh: Well its not that hard to make so make one by yourself....

ShivShubh
29-01-2016, 08:10
Hey Razor bro did you check out the new CPI v5.0 installer.
I really love it appreciate if you create a script for it

LOL

Well all credits goes to Razor12911 and Bilawal who worked on ASC and the initial template, I got all the ideas from his templates. And hey its not CPI/WPI v5.0, its new installer, CPI v5.0 looks like this :-

http://i68.servimg.com/u/f68/16/94/13/48/screen11.jpg

The same WPI with all such needed features.

rinaldo
29-01-2016, 09:10
>>>

but when I minimize it or click else where it gets locked again equally
update3

kaju55
29-01-2016, 10:57
How can I add % done and elapsed,remaining time? I tried but I didn't make it. Please help me

ShivShubh
29-01-2016, 11:23
i took a look, cls-MSC.dll can handle decompression alone

no need to implement msc.exe, pack_tak.exe, pack_bmf.exe and pack_frog.exe

in the resources folder except there is a reason that i am not aware of :/

Its better not to implement them in installers because some anti-virus detect those files as viruses. So its better to pack installers with CLS-MSC.dll only.

ShivShubh
29-01-2016, 11:27
How can I add % done and elapsed,remaining time? I tried but I didn't make it. Please help me

Its a bit hard and time taking.

kaju55
29-01-2016, 16:01
Why isn't 'remaining time' seen, where is the problem? (WPI Update 3)

panker1992
29-01-2016, 16:27
Kaju does this lock up ?? or it remains as it is ??

kaju55
29-01-2016, 17:02
Kaju does this lock up ?? or it remains as it is ??

I didn't exactly know what you said

panker1992
29-01-2016, 17:22
when you leave it as it is when installing does it lock up like original ?

rinaldo
30-01-2016, 06:15
Hey anybody knows how to add music to the Installer?

audio button in Setup (no Autorun)

ramazan19833
31-01-2016, 02:06
Hi Rinaldo

:confused:Reflate_1400 Help

:confused:CLS_1400 Help


http://i.hizliresim.com/a2vVpO.jpg (http://hizliresim.com/a2vVpO)

:confused:Can we ready for such installation to LaHelp

http://i.hizliresim.com/Yrynk6.jpg (http://hizliresim.com/Yrynk6)

:confused:PLEASE HELP[/QUOTE]

1234567890123
31-01-2016, 03:10
razor i want you tell something example i have 5 data (data1.bin,data2.bin...) i have been compress it with msc+srep64+rep+exe+delta+nz you know nanozip is slow.
When the first data's nanozip is finished (srep or something started to extract first data) in the setup; i want the second data's nanozip starts.i can't explain it i hope you understand me.Shortly i want multiextraction can you do that? i mean two data extraction in the same time.it will be very good to setup speed

Razor12911
31-01-2016, 04:29
razor i want you tell something example i have 5 data (data1.bin,data2.bin...) i have been compress it with msc+srep64+rep+exe+delta+nz you know nanozip is slow.
When the first data's nanozip is finished (srep or something started to extract first data) in the setup; i want the second data's nanozip starts.i can't explain it i hope you understand me.Shortly i want multiextraction can you do that? i mean two data extraction in the same time.it will be very good to setup speed

not possible.

Razor12911
31-01-2016, 04:36
Hi Rinaldo

:confused:Reflate_1400 Help

:confused:CLS_1400 Help


http://i.hizliresim.com/a2vVpO.jpg (http://hizliresim.com/a2vVpO)

:confused:Can we ready for such installation to LaHelp

http://i.hizliresim.com/Yrynk6.jpg (http://hizliresim.com/Yrynk6)

:confused:PLEASE HELP[/QUOTE]
I already sent my response about this in the reflate thread also via pm, what more do you want?

ramazan19833
31-01-2016, 05:03
]Data 1 http://s3.dosya.tc/server7/01yzvg/1.zip.html

Data 2http://s3.dosya.tc/server7/obzmqe/2.zip.html


sent you In the file work that belongs to someone else
I have I want to make these files work ?

my goal is to shrink in this way more game please help[/QUOTE]

Razor12911
31-01-2016, 05:13
dude, have you tried these trending projects?
fileforums.com/showthread.php?t=97553
fileforums.com/showthread.php?t=97530

chum
01-02-2016, 17:25
Precomp 0.43 is supported by this installer or Advanced Setup Creator?

Nizar3003
16-02-2016, 19:52
Windows Phone Installer v3.1

-Inno Setup Enhanced Edition 2 Unicode is required - Download
(http://fileforums.com/showpost.php?p=418194&postcount=16)-Design based on Windows 8.1, Windows Phone 7.5, 7.8 and 8
-Enjoy

Help, i use Installer Creator to compress using -mpaq8 n after that i use WPI Installer but not support.

What installer support -mpaq-8 compression ? help...

edward99
17-02-2016, 03:05
I modified CPI V5.3 with slideshow, remaining time, elapsed time and total taken time.

edward99
17-02-2016, 03:30
can anyone please modify it like this in WPI

mahbod
19-02-2016, 01:59
Mr.razor what the prepack

mahbod
19-02-2016, 02:16
New prepack is very good
I'm need this script please

drsanjula
24-02-2016, 05:30
Well all credits goes to Razor12911 and Bilawal who worked on ASC and the initial template, I got all the ideas from his templates. And hey its not CPI/WPI v5.0, its new installer, CPI v5.0 looks like this :-

http://i68.servimg.com/u/f68/16/94/13/48/screen11.jpg

The same WPI with all such needed features.

But can you give me the script. :):):)
I create repacks from the games I buy from pirated game dvd sellers. I just repack them to store them in less DVD5s. I create many installers from Installer Creator 3.2. but I never found a wonderful installer like this.

And also i'm a member in corepacks. Check me on Sanjula423. And I really love DEATHNUVO.

Also your repack size is amazing .i never achieved small size as yours. Really appreciate your work.

I thinck you a INDIAN. Am I right?
I'm right below you .In SRILANKA

Thanks !!! :):):):D:D:D

rinaldo
24-02-2016, 08:31
Here they sink the pirates ;)

drsanjula
28-02-2016, 04:14
Here they sink the pirates ;)

Is that for me :eek::eek::D:D ^_^

punchao
07-03-2016, 02:26
Can you share this Mini Installer?

rinaldo
10-03-2016, 08:46
razor..please add component option.. for language and additional pack..
I am not able to do so :(

felice2011
11-03-2016, 00:42
Reported Troll is required immediate elimination for contamination of the thread.

fishmeal60
https://upload.wikimedia.org/wikipedia/commons/thumb/e/ea/DoNotFeedTroll.svg/220px-DoNotFeedTroll.svg.png

rinaldo
11-03-2016, 03:09
IP ban of this vapid fishmeal60

ChronoCross
11-03-2016, 06:46
Yes moderator ban them banthem all. :)

brehm
12-03-2016, 01:58
How can I add another color out of the color range (01-20)?

Pulcione86
13-03-2016, 06:55
Which of external compression method is compatible ?

Nizar3003
20-03-2016, 20:32
hy anyone can need help.
how to add registry in inno setup ?
example :

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\SOFTWARE\illusion]

[HKEY_CURRENT_USER\SOFTWARE\Ubisfot\Assassins Creed Revelations]
"INSTALLDIR"="C:\\Program Files (x86)\\Assassins Creed Revelations"
@=""
"PRODUCTNAME"="Assassins Creed Revelations"
"VERSION"=dword:00000064
"Screenmanager Is Fullscreen mode_h3981298716"=dword:00000001
"Screenmanager Resolution Width_h182942802"=dword:00000556
"Screenmanager Resolution Height_h2627697771"=dword:00000300
"UnityGraphicsQuality_h1669003810"=dword:00000 002
"UnitySelectMonitor_h17969598"=dword:00000000

[HKEY_CURRENT_USER\SOFTWARE\Ubisoft\Assassins Creed Revelations]
"INSTALLDIR"="C:\\Program Files (x86)\\Assassins Creed Revelations"
"PRODUCTNAME"="Assassins Creed Revelations"
"
"Screenmanager Resolution Width_h182942802"=dword:00000556
"Screenmanager Resolution Height_h2627697771"=dword:00000300
"Screenmanager Is Fullscreen mode_h3981298716"=dword:00000001
"UnityGraphicsQuality_h1669003810"=dword:00000 003


i use windows 10.
how to add in inno script windows phone ???
help for 32-bit and 64-bit..
help..

Razor12911
21-03-2016, 09:31
http://fileforums.com/showthread.php?t=92995

Look around thus thread

Nizar3003
21-03-2016, 20:04
http://fileforums.com/showthread.php?t=92995

Look around thus thread

oh thank you Razor12911. You're the best.. :)

gauravxstore
27-03-2016, 03:48
how to add .bin file and how to delete the press up button slide?

zaniyah
08-05-2016, 09:25
how to fix this ? ISDone.dll

An error Occured when unpacking!
Unarc.dll returned error code:-1
ERROR: archive data corrupted (Decompression Fails)

this fail is when im installing it

Nizar3003
15-05-2016, 00:00
how to fix this ? ISDone.dll

An error Occured when unpacking!
Unarc.dll returned error code:-1
ERROR: archive data corrupted (Decompression Fails)

this fail is when im installing it

This archive is corrupt, try with other archive.

edward99
05-06-2016, 06:02
hello guys I modified WPI to CPI V5.0

EDIT by Grumpy .... Leave the abuse out of it ... next time you will be banned ... first and final warning.

edward99
05-06-2016, 06:05
none can modify WPI except me and Razor19911
I think so

Amsal
05-06-2016, 06:48
none can modify WPI except me and Razor19911
I think so

Lol hahah, he is so feeling proud by editing wpi, for me its just 30min work:cool:

RamiroCruzo
05-06-2016, 08:14
hello guys I modified WPI to CPI V5.0


none can modify WPI except me and Razor19911
I think so

Lol hahah, he is so feeling proud by editing wpi, for me its just 30min work:cool:

Geez, what are you guys getting on about O.o ??? Huh, you should be a bit more silent Amsal, for as long as I've known ya, you are bad with Inno :p

Edward, please don't spam. :!:

Mr.Secret
06-06-2016, 20:36
Everything is working fine till now in repacking stuff except the part when direct x has to be installed the installer says direct x installing but it doesnt installs but the installer hangs and i have to close it via task manager, can any one tell me that what am doing wrong?
http://i.imgur.com/JNqlyHI.png
http://i.imgur.com/lgLgBj9.png

edward99
08-06-2016, 04:23
hey Amsal if you can modify WPI Like CVI V5.1 then create it
i want to see whether you are able or unble to create

Amsal
08-06-2016, 05:36
Geez, what are you guys getting on about O.o ??? Huh, you should be a bit more silent Amsal, for as long as I've known ya, you are bad with Inno :p

Edward, please don't spam. :!:

Ramiro, now I am not that much weak that u think, I am expert in editing scripts in inno like blackbox and wpi, and I will send u some of my own created scripts after I come back from my hometown ;)

Amsal
08-06-2016, 05:38
hey Amsal if you can modify WPI Like CVI V5.1 then create it
i want to see whether you are able or unble to create

Hehhe he is challenging :cool: Will send you after I come from my hometown, currently I am enjoying with my grand parents and don't have lappy, but have phone and my uncle's broadband

edward99
08-06-2016, 13:23
Bro, I will wait for your coming .
Modify as it is (CPI V5.1).

edward99
12-06-2016, 12:42
Amsal bro i think you failed to modify for 1 week have passed

Amsal
12-06-2016, 23:51
Amsal bro i think you failed to modify for 1 week have passed

Lol, I told I am in my hometown, I will be here till 22nd June, and after that I will be back in my home, then I will show you ;)

edward99
13-06-2016, 02:57
Ok, I will be in speaking terms with you on 22nd June

edward99
13-06-2016, 03:08
Amsal bro do you not offer Tarabi in Ramzan

Amsal
13-06-2016, 03:15
Amsal bro do you not offer Tarabi in Ramzan

I do:cool: I didn't missed any tarabhi, I am doing 10 days one, more 4 days to gi

edward99
21-06-2016, 00:32
Bro, Modify it is 22nd June Tomorrow

truerepacks
21-06-2016, 08:27
none can modify WPI except me and Razor19911
I think so
Even added UltraARC Support with correct progress percentage

RamiroCruzo
21-06-2016, 10:31
Haha... +1 Only for that Reply Topic "Bhide ga" >_< Truly hilarious...

Looks like I need to show some of Scripts from my collection ;)

felice2011
21-06-2016, 11:50
More than of the photos as swagger would be nice to share these scripts ...;)

edward99
21-06-2016, 14:22
hey truerepacks give me script in Personal Message
this is not CPI V5.1

truerepacks
21-06-2016, 17:31
hey truerepacks give me script in Personal Message
this is not CPI V5.1
It is more then that

Added all the fancy items like splash, music and a choice for enabling LOckscreen

mikey26
22-06-2016, 03:56
@truerepacks sharing is caring its good that you took something that was shared here.you added a few fixes which is awesome you showed pictures awesome but never mess with guys like that "It is more then that" whats more than that is sharing that very thing that was shared here in the first place.

@Razor thx for the awesome script :-)

truerepacks
22-06-2016, 08:01
never mess with guys like that "It is more then that" whats more than that is sharing that very thing that was shared here in the first place.

@Razor thx for the awesome script :-)

I doesn't Want to mess with anyone i m jst answring edward

There r two reason why i m not sharing my script
1. I did write the Slideshow module again and optimize it to reduce the slideshow timing according to the cpu usage and added some more Slideshow feature in it
bt the worst part is that i some how manages to produce errors, a lot of errors

and secondly i am working on this

edward99
22-06-2016, 13:12
bro please give me this WPI

edward99
23-06-2016, 03:30
hi Amsal What happened to you
I think you failed to create it

edward99
23-06-2016, 03:34
hi truerepacks give me setup.exe with Splash please bro

truerepacks
23-06-2016, 07:55
hi truerepacks give me setup.exe with Splash please bro of which game

edward99
23-06-2016, 12:29
Wpi

edward99
23-06-2016, 12:33
Hey Amsal
As you think as it is not that modifying WPI to CPI V5.1 is not a child's play

edward99
24-06-2016, 11:29
Hi Bro Amsal, I think that modifying is hard nut to crack for you

felice2011
24-06-2016, 11:33
Hi Bro Amsal, I think that modifying is hard nut to crack for you
I think you are giving only nuisance...if you still did not respond will have his reasons...;)

coveiro
24-06-2016, 12:58
Editing a mini version.

I will share here, when finished

http://i.imgsafe.org/dacb1b5bb8.png

http://i.imgsafe.org/d90a8e88ca.png

http://i.imgsafe.org/dcfeec59d8.png

truerepacks
24-06-2016, 19:59
I will share here, when finished


I never said i will not share that.
I u want a buggy version then i can share that

coveiro
24-06-2016, 20:16
I never said i will not share that.
I u want a buggy version then i can share that

I also never said or quoted, do not you share :p Lol

edward99
27-06-2016, 04:26
truerepacks only tell how to create pause and resume button in WPI

edward99
27-06-2016, 04:28
creating mini installer is a child's play bro

truerepacks
27-06-2016, 04:38
creating mini installer is a child's play bro
if it is a child play then why don't u create it yourself
Once u r saying that only u nd razor can make it hpn then now why u r asking me to help

Amsal
27-06-2016, 05:16
if it is a child play then why don't u create it yourself
Once u r saying that only u nd razor can make it hpn then now why u r asking me to help

Actually edward can't do anything, I tell you one incident, he was asking to shivshubh and begging for his CPI v5.1, shiv was laughing loudly and telling me about that incident, I don't know why he wants to copy, instead of trying something new himself, he is just doing this to get a same style like CPI v5.1, he can't do anything, and that's why I don't have interest to talk to that guy. One time he came to Facebook and talked my self and in just 6 minutes after talking him, I blocked him. And that's why still I don't wanna waste my limited internet which I have.

truerepacks
27-06-2016, 05:24
yeah he truly a headache, even sharing about why i m not sharing my Wpi he messaged me for the same, and now he is disgraced the coveiro's work

edward99
27-06-2016, 05:25
truerepacks i am failure

truerepacks
27-06-2016, 05:26
sorry if it feels u bad, bt it is what it is

edward99
27-06-2016, 05:28
hey Amsal i asked for modifing but you didn't
don't try to beat about the bush

coveiro
27-06-2016, 05:32
creating mini installer is a child's play bro

I did it because first, I like small installer, and just wanted to share here because I know who has more users that like. If you felt uncomfortable problem. At least I do or try to do, I'm not asking not help bro.

truerepacks
27-06-2016, 05:34
I did it because first, I like small installer, and just wanted to share here because I know who has more users that like. If you felt uncomfortable problem. At least I do or try to do, I'm not asking not help bro.
yeah thats the answer................ sorry for the post that should be done via pm...........................bt can't control

edward99
27-06-2016, 05:34
Hey Amsal you don't know about shiv
how silly he is
i was asking him for CPI V5.1 by creating a new fb new named Adam Smith and then he thought i am real Adam Smith then he game me

edward99
27-06-2016, 05:40
bro Amsal i don't copy actually i show my position what i can do

Nizar3003
27-06-2016, 09:59
I think mini installer version not bad, because i make to. but i can't share because i remove watermark. but the installer i make for me not for share. for Razor12911, i'm sorry for remove your watermark.

Grumpy
17-07-2016, 18:19
When uninstalling it does not delete game files (WPI_v3.1) Please Upload Script

4 posts in 3 minutes.... larger and larger text each time .... that IS Spamming .... I have banned you for 1 month to give you time to read the Forum Rules and to learn what 'patience' is and how it can be good for you. ;)

rinaldo
21-07-2016, 16:08
Edward Cullen post in forum please.. 'm very busy, maybe others can help you ;)


Code for Video >> (http://fileforums.com/showpost.php?p=434208&postcount=10)

I just added the video, someone can help you now :

procedure InitializeWizard;
#ifdef AVI
mciSendString('Close AVIFile','',0,0);
#endif
end;

ramkrishna
01-08-2016, 07:10
How to Version no. off

RamiroCruzo
05-08-2016, 08:44
Mr.Razor Please Add Video And Slide At This Script If You Have Time.
Please Share Now If you Have.
Thanks.

Man, don't spam. One post will sound the same to Razor-Kun's ear as multiple spammed posts.

Grumpy
05-08-2016, 16:54
3 posts in less then 10 minutes, learn some patience, & read forum rules.

Man, don't spam. One post will sound the same to Razor-Kun's ear as multiple spammed posts.

He wont be making another post for at least 2 months ... he has had plenty of warnings. ;)

SAM2712
06-08-2016, 10:08
Yes ! U can b'coz it has already compressors , perhaps except lzma64 :rolleyes:
U have to put this compressor in script in "files section" & also in "ExtractTemporaryFile section" :D

Pulcione86
11-08-2016, 04:20
Hello!

How do I add more files to be extracted?
Sorry for my english


[Archives]
;Precomp 0.38 or 0.42
;Archive Types 7Zip, Freearc and WinRAR
Precomp=0.42
Archive1Type=Freearc
Archive1Source={src}\Setup-1.cab
Archive1Output={app}
Archive1Disk=1

As I continue ?

felice2011
11-08-2016, 04:35
Common example ....

[Records]
Precomp=0.38
[Record1]
Type=Freearc_Original
Source={src}\Data1.arc
Output={app}
Password=
Disk=1
[Record2]
Type=Freearc_Original
Source={src}\Data2.arc
Output={app}
Password=
Disk=1
[Record3]
Type=Freearc_Original
Source={src}\Data3.arc
Output={app}
Password=
Disk=1

Pulcione86
11-08-2016, 04:59
Common example ....

[Records]
Precomp=0.38
[Record1]
Type=Freearc_Original
Source={src}\Data1.arc
Output={app}
Password=
Disk=1
[Record2]
Type=Freearc_Original
Source={src}\Data2.arc
Output={app}
Password=
Disk=1
[Record3]
Type=Freearc_Original
Source={src}\Data3.arc
Output={app}
Password=
Disk=1

Grazie per la risposta felice, ma io non sto usando il file records.ini ma tramite le righe in inno setup...

Se apro windows phone installer trovo la riga di comando che ho messo prima, vorrei sapere come continuare, perchè sto facendo mille prove, ma continua a estrarre sempre e solo il primo file...

-------------------------

Thanks for the answer felice, but I am not using the records.ini files but through the rows in inno setup...

If I open my windows phone installer I find the command line that I put before, I want to know how to continue, because I'm doing a thousand tests, but continues to increasingly extract and only the first file...

felice2011
11-08-2016, 05:08
The concept should be the same even through the line, but I do not use WPI, I leave you in good hands, someone here in the threads will give you the right solution.;)

Il concetto dovrebbe essere lo stesso anche tramite riga, ma io non uso WPI, ti lascio in buone mani, qualcuno qui nel threads saprà darti la giusta soluzione.

SAM2712
11-08-2016, 07:50
Hello!

How do I add more files to be extracted?
Sorry for my english


[Archives]
;Precomp 0.38 or 0.42
;Archive Types 7Zip, Freearc and WinRAR
Precomp=0.42
Archive1Type=Freearc
Archive1Source={src}\Setup-1.cab
Archive1Output={app}
Archive1Disk=1

As I continue ?

With Next Serial No. like below :D
Precomp=0.42
Archive2Type=Freearc
Archive2Source={src}\Setup-2.cab
Archive2Output={app}
Archive2Disk=1

Gupta
16-08-2016, 03:04
Razor can u do me a favour?
i can't manage to create something like this post #53 (http://fileforums.com/showpost.php?p=436519&postcount=53) i mean by the scrolling of form when mouse hovers on the tiles.
can u share a example or jst the trick.
I want to use it in my modified version of ur WPI.

Thanks in advance

mahbod
25-08-2016, 03:11
Please All INeed This Script Please I Like Use This in my setup

http://sl.uploads.im/t/1Ovn2.png (http://uploads.im/1Ovn2.png)

-PUNISHER-
25-08-2016, 03:42
i mean by the scrolling of form when mouse hovers on the tiles.


Create a function WPIFormMouseMove with condition that if MouseIsMoving then set the Tiles position = Tiles Position - X ///Cursor's X coordinate

:) Pretty easy stuff if you are able to use these lines of WPI:


{$EXTERNALSYM MOUSEEVENTF_MOVE}
MOUSEEVENTF_MOVE = $0001; { mouse move }
{$EXTERNALSYM MOUSEEVENTF_ABSOLUTE}
MOUSEEVENTF_ABSOLUTE = $8000; { absolute move }

Gupta
25-08-2016, 03:59
Create a function WPIFormMouseMove with condition that if MouseIsMoving then set the Tiles position = Tiles Position - X ///Cursor's X coordinate

:) Pretty easy stuff if you are able to use these lines of WPI:


{$EXTERNALSYM MOUSEEVENTF_MOVE}
MOUSEEVENTF_MOVE = $0001; { mouse move }
{$EXTERNALSYM MOUSEEVENTF_ABSOLUTE}
MOUSEEVENTF_ABSOLUTE = $8000; { absolute move }


Thanks bt already done

mahbod
25-08-2016, 04:52
Please Guy I NEED This Script

edward99
28-08-2016, 02:33
I Modified WPI

L0v3craft
29-08-2016, 16:57
I Modified WPI

Your setup contains spam. When I close it, my browser opens a website... corep.....

Razor12911
29-08-2016, 17:05
I Modified WPI

What are we supposed to do with this?

L0v3craft
29-08-2016, 17:51
What are we supposed to do with this?

Thanks Razor12911 for this installer ! But I want replace the up arrow to unlock the first screen, with a simple clic of the mouse. Can you say to me what I must edit ?

Razor12911
29-08-2016, 18:00
Find this in script

procedure LockKeyDown(Sender: TObject; var Key: Word; Shift: TShiftState);
make it

procedure LockKeyDown(Sender: TObject);

then find:
OnKeyDown:=@LockKeyDown;

Make this
OnClick:=@LockKeyDown;

Note: This is not tested, I wrote code with Notepad.

L0v3craft
29-08-2016, 18:17
Find this in script

procedure LockKeyDown(Sender: TObject; var Key: Word; Shift: TShiftState);
make it

procedure LockKeyDown(Sender: TObject);

then find:
OnKeyDown:=@LockKeyDown;

Make this
OnClick:=@LockKeyDown;

Note: This is not tested, I wrote code with Notepad.

I got this

https://s18.postimg.org/vr3ywvsv9/Immagine.png (https://s18.postimg.org/8pndr4t7t/Immagine.png)

Razor12911
29-08-2016, 18:20
remove that line

L0v3craft
29-08-2016, 18:29
remove that line

Perfect :)

dregatar
18-09-2016, 10:34
Hi I'm new here.
Has anyone managed to get the installing percentage working in this script??

rinaldo
22-09-2016, 21:41
Hi I'm new here.
Has anyone managed to get the installing percentage working in this script??

there are a million in Threed

Prince Soft
30-09-2016, 00:05
My Friends Any Body Have Any Project For Better?

Prince Soft
30-09-2016, 00:09
I doesn't Want to mess with anyone i m jst answring edward

There r two reason why i m not sharing my script
1. I did write the Slideshow module again and optimize it to reduce the slideshow timing according to the cpu usage and added some more Slideshow feature in it
bt the worst part is that i some how manages to produce errors, a lot of errors

and secondly i am working on this
My Friend truerepacks Share This Project That I Wand To Fix Errors And Design It For Better.

Fakhruddinmaruf_
02-10-2016, 06:37
how to make autorun of setup? why when i compile the setup, there is no autorun that have compiled

Fakhruddinmaruf_
04-10-2016, 06:23
can't get past this screen.http://s19.postimg.org/v2n6ff4mr/fgd.jpg

How to get past this screen

How to enable lockscreen like that?

Fakhruddinmaruf_
06-10-2016, 04:48
How to fix this? Error when redist has installed and appear that.http://fileforums.com/attachment.php?attachmentid=15741&stc=1&d=1475754470
http://fileforums.com/attachment.php?attachmentid=15742&stc=1&d=1475754470

Razor12911
06-10-2016, 12:13
How to fix this? Error when redist has installed and appear that.http://fileforums.com/attachment.php?attachmentid=15741&stc=1&d=1475754470
http://fileforums.com/attachment.php?attachmentid=15742&stc=1&d=1475754470

http://fileforums.com/attachment.php?attachmentid=9882&stc=1&d=1410653813

Can you see the part that says, Publish by Ubisoft?

Then look at the part that says Installation Finalization, it shows that the original script doesn't have any of the errors but the modified one does.

The original script is found here
http://fileforums.com/showpost.php?p=433799&postcount=1

Fakhruddinmaruf_
08-10-2016, 00:32
http://fileforums.com/attachment.php?attachmentid=9882&stc=1&d=1410653813

Can you see the part that says, Publish by Ubisoft?

Then look at the part that says Installation Finalization, it shows that the original script doesn't have any of the errors but the modified one does.

The original script is found here
http://fileforums.com/showpost.php?p=433799&postcount=1

ok sir i have downloaded your original script. but I have a problem. I will repack GTA IV. it haven't the icon of executable. whereas its icon will be a shortcut on the desktop. what should I do in order if sucsesfully installed of game. the game have icon in desktop.http://fileforums.com/attachment.php?attachmentid=15760&stc=1&d=1475911832
http://fileforums.com/attachment.php?attachmentid=15761&stc=1&d=1475911832

edward99
08-10-2016, 01:44
[Execs]
;Tile Caption|Exec Directory|Exec File|Shortcut Name/Action Name
AppExe1=GTA IV||LaunchGTAIV.exe|GTA IV

Fakhruddinmaruf_
08-10-2016, 07:23
[Execs]
;Tile Caption|Exec Directory|Exec File|Shortcut Name/Action Name
AppExe1=GTA IV||LaunchGTAIV.exe|GTA IV

It's same. Empty icon. I mean that LaunchGTAIV.exe later can exist on the desktop icon although in folder game there will be no icon. see this picture to know what i mean
http://fileforums.com/attachment.php?attachmentid=15764&stc=1&d=1475936472
http://fileforums.com/attachment.php?attachmentid=15765&stc=1&d=1475936472

Razor12911
08-10-2016, 10:10
Do this

Fakhruddinmaruf_
08-10-2016, 20:49
Do this

Ok, work razor

edward99
11-10-2016, 11:18
Hello Guys I modified A New One
I didn't complete it till now

Blade2239
12-10-2016, 04:27
Sweet

Fakhruddinmaruf_
18-10-2016, 00:42
Please if you know how fix this, reply quickly
Okay. I use DLG compressor and i will add my setup-1.bin on widows phone installer. But i just got problems
http://fileforums.com/attachment.php?attachmentid=15886&stc=1&d=1476776294
http://fileforums.com/attachment.php?attachmentid=15885&stc=1&d=1476776294
Please reply this post. I very need your help. Thanks

Noobknight
04-11-2016, 01:56
Razor12911
How to add multiple data.bin file is windows style .iss script???
And thanks for this .iss file....

ZAZA4EVER
12-11-2016, 14:30
[Archives]
;Precomp 0.38, 0.40, 0.41 and 0.42
;Archive Types 7Zip, Freearc and WinRAR
PrecompVer=0.38
Archive1Type=Freearc
Archive1Source={src}\data1.bin
Archive1Output={app}
Archive1Disk=1
Archive1Password=
PrecompVer=0.38
Archive2Type=Freearc
Archive2Source={src}\data2.bin
Archive2Output={app}
Archive2Disk=1
Archive2Password=
PrecompVer=0.38
Archive3Type=Freearc
Archive3Source={src}\data3.bin
Archive3Output={app}
Archive3Disk=1
Archive3Password=

user123456
03-01-2017, 04:21
i want to change color how i do this ?

ZAZA4EVER
03-01-2017, 10:09
From Theme
Change This Number From 01 to 20
Note : Make save Before Complie

rinaldo
04-01-2017, 18:49
do not use the original razor WPI...but a mod ;)

records.inf You can store the progress of the extraction timer

Sebazz
05-01-2017, 08:33
Thanks for the help. But i has a custom inno based in wpi with the razor code, for this reason i like fix this things.

rinaldo
05-01-2017, 09:24
maybe you're wrong, progress remains 100 :eek:

Sebazz
05-01-2017, 16:12
maybe you're wrong, progress remains 100 :eek:

Yes men youre right. You can upload the script please. Thanks

rinaldo
05-01-2017, 17:37
upload your script

rinaldo
05-01-2017, 18:10
your script no have percentage code

Siber Pro
09-01-2017, 07:48
Hello guys I was trying to add video on lockscreen by import code in iss file but it's not working. How I can do?

rinaldo
09-01-2017, 15:41
xvid

use parent AutorunLock.Tile.handle

mciSendString('open "'+ ExpandConstant('{tmp}\Video.avi') +'" alias AVIFile parent '+ IntToStr(AutorunLock.Tile.handle) +' style child','',0,0)

Siber Pro
11-01-2017, 09:39
very Thanks Friend but I added your info and that was not working. please help me again

rinaldo
12-01-2017, 00:45
get help now, I put in only the code

Siber Pro
15-01-2017, 23:32
Very thanks now I testing it

Siber Pro
16-01-2017, 22:06
Ver Very Thanks MY Best Friend.
Now I Got A New Idea.
I Want Add Video On Setup1.jpg For Be Nice Form.
Of Cource Now I Creating New Template For ASC.
If You Have Good Idea Show Me For Work On It.
No Have Different By Inno Setup Or ASC.

ImmortalArc
19-01-2017, 03:30
xvid

use parent AutorunLock.Tile.handle

mciSendString('open "'+ ExpandConstant('{tmp}\Video.avi') +'" alias AVIFile parent '+ IntToStr(AutorunLock.Tile.handle) +' style child','',0,0)

Can you modify WPI and share with progress percentage Time remain estimate elapsed and which current file is extracting I no experience with codes mate please......
And how can I use animated gif in this??

user123456
20-01-2017, 11:05
How to change colour

mausschieber
20-01-2017, 13:09
How to change colour

Read post 395

rinaldo
20-01-2017, 16:20
[Theme]
;Interface either be in dark or light
;Colors are Originally from OS Windows Phone 8 (01-20)
;Color random (21)
Image=1
Dark=1
Color=21


function MetroColor(Col: Integer): TColor;
begin
case Col of
01: Result:=$00C4A4;
02: Result:=$17A960;
03: Result:=$008A00;
04: Result:=$A9AB00;
05: Result:=$E2B11A;
06: Result:=$EF5000;
07: Result:=$FF006A;
08: Result:=$FF00AA;
09: Result:=$D072F4;
10: Result:=$7300D8;
11: Result:=$2500A2;
12: Result:=$0014E5;
13: Result:=$0068FA;
14: Result:=$0AA3FF;
15: Result:=$00C8E3;
16: Result:=$2C5A82;
17: Result:=$64876D;
18: Result:=$877664;
19: Result:=$8A6076;
20: Result:=$2D52A0;
21: Result:=random($FFFFFF);
end;
end;

Siber Pro
22-01-2017, 07:38
Rinaldo Or Anyone Please Help Me. I Added Video On Wizard For Play On Setup.jpg But That Have A Error When Testing. How I Can Do It? Please Help Me Now!!!

EzzEldin16
03-02-2017, 06:29
Hey @Razor12911 or anyone can help me i want to update this script by adding :
1.percentage progress next to the progress bar
2.create start up menu icon button and address bar and browsing button same as desktop icon
3.extracting current file under the status
4.elapsed and remaining time
5.music button
* i'm making my own personal repacks i'm not sharing anything so please help if you have time

78372
08-02-2017, 05:52
Can I use reflate+srep+delta+lzma archives with this installer? If I can use, how?

78372
09-02-2017, 01:26
I've got this error. What's the problem? Any fix?

pakrat2k2
09-02-2017, 09:19
never seen written with so many #endif in a row.

usually written

#ifdef AppExe1
Launch1Tile.Tmr: TleTimer(Launch1Tile);
#endif
#ifdef AppExe2
Launch1Tile.Tmr: TleTimer(Launch2Tile);
#endif
#ifdef AppExe3
Launch1Tile.Tmr: TleTimer(Launch3Tile);
#endif
#ifdef AppExe4
Launch1Tile.Tmr: TleTimer(Launch4Tile);
#endif
#ifdef AppExe5
Launch1Tile.Tmr: TleTimer(Launch5Tile);
#endif
#ifdef AppExe6
Launch1Tile.Tmr: TleTimer(Launch6Tile);
#endif
ImgApplyChanges(Autorun.Form.Handle);
#end

TWOELV
09-02-2017, 13:43
How Can We Add Music To It
this

78372
10-02-2017, 05:54
Not working, However, I only need to use reflate on this script, for now

rinaldo
10-02-2017, 06:09
Not working, However, I only need to use reflate on this script, for now

if you are unable to solve such a simple mistake, it is very difficult if not impossible to engage in compressions :)

78372
10-02-2017, 08:55
Sorry but I am very much new to inno setup coding.

rinaldo
10-02-2017, 09:25
noted defects by working version at not working version

move WindowsPhone.iss working version to box1 and WindowsPhone.iss not working version box2
and look for a difference

Razor12911
10-02-2017, 09:59
never seen written with so many #endif in a row.

usually written

#ifdef AppExe1
Launch1Tile.Tmr: TleTimer(Launch1Tile);
#endif
#ifdef AppExe2
Launch1Tile.Tmr: TleTimer(Launch2Tile);
#endif
#ifdef AppExe3
Launch1Tile.Tmr: TleTimer(Launch3Tile);
#endif
#ifdef AppExe4
Launch1Tile.Tmr: TleTimer(Launch4Tile);
#endif
#ifdef AppExe5
Launch1Tile.Tmr: TleTimer(Launch5Tile);
#endif
#ifdef AppExe6
Launch1Tile.Tmr: TleTimer(Launch6Tile);
#endif
ImgApplyChanges(Autorun.Form.Handle);
#end

You must have at least 1 application executable else you'll get this error.
AppExe1 must be defined.

never seen written with so many #endif in a row.

usually written

#ifdef AppExe1
Launch1Tile.Tmr: TleTimer(Launch1Tile);
#endif
#ifdef AppExe2
Launch1Tile.Tmr: TleTimer(Launch2Tile);
#endif
#ifdef AppExe3
Launch1Tile.Tmr: TleTimer(Launch3Tile);
#endif
#ifdef AppExe4
Launch1Tile.Tmr: TleTimer(Launch4Tile);
#endif
#ifdef AppExe5
Launch1Tile.Tmr: TleTimer(Launch5Tile);
#endif
#ifdef AppExe6
Launch1Tile.Tmr: TleTimer(Launch6Tile);
#endif
ImgApplyChanges(Autorun.Form.Handle);
#end

It's actually correct, nothing wrong.

TWOELV
12-02-2017, 21:55
how can i unpack data1.bin and data2.bin at the same time ?

i tried playing around with this

Archive1Type=Freearc
Archive1Source={src}\data1.bin
Archive1Output={app}
Archive1Disk=1
Archive1Password=

but i cannot seem to make it work :/

-XCX-
13-02-2017, 01:01
Archive2Type=Freearc
Archive2Source={src}\data1.bin
Archive2Output={app}
Archive2Disk=1
Archive2Password=


Archive2Type=Freearc
Archive2Source={src}\data2.bin
Archive2Output={app}
Archive2Disk=2
Archive2Password=

TWOELV
13-02-2017, 03:57
Archive2Type=Freearc
Archive2Source={src}\data1.bin
Archive2Output={app}
Archive2Disk=1
Archive2Password=


Archive2Type=Freearc
Archive2Source={src}\data2.bin
Archive2Output={app}
Archive2Disk=2
Archive2Password=
doesn't work :/ it still extracts only data1.bin
i am using Inno Setup Compiler 5.5.1.ee2 (u) (build 121002)

-XCX-
13-02-2017, 04:25
doesn't work :/ it still extracts only data1.bin
i am using Inno Setup Compiler 5.5.1.ee2 (u) (build 121002)

[Archives]
;Archive Types 7Zip, Freearc and WinRAR
Archive1Type=Freearc
Archive1Source={src}\data1.bin
Archive1Output={app}\
Archive1Disk=1
Archive1Password=
Archive2Source={src}\data2.bin
Archive2Output={app}\
Archive2Disk=2
Archive2Password=

TWOELV
13-02-2017, 04:34
[Archives]
;Archive Types 7Zip, Freearc and WinRAR
Archive1Type=Freearc
Archive1Source={src}\data1.bin
Archive1Output={app}\
Archive1Disk=1
Archive1Password=
Archive2Source={src}\data2.bin
Archive2Output={app}\
Archive2Disk=2
Archive2Password=
i have already tried this but this seems to extract nothing not even data1.bin

TWOELV
13-02-2017, 04:43
okay found the issue "Yourpassword" was missing that's why it wasn't working :p
so you posted like this Archive2Password=
but its suppose to be like this Archive2Password=Yourpassword
but thank you so much for helping me :D

-XCX-
13-02-2017, 04:43
i have already tried this but this seems to extract nothing not even data1.bin

give your script to check it whether it works or not

TWOELV
13-02-2017, 04:46
give your script to check it whether it works or not
okay found the issue "Yourpassword" was missing that's why it wasn't working
so you posted like this Archive2Password=
but its suppose to be like this Archive2Password=Yourpassword
but thank you so much for helping me

TWOELV
13-02-2017, 09:09
deleted

harshlohaan
14-02-2017, 22:34
Thank you Razor12911 for the script. But I have a question. I've created multiple .bin archives (Setup-1.bin, Setup-2.bin,...). So in the script where there is a single 'data.bin' what changes I need to make for these multiple archives?

rinaldo
15-02-2017, 00:25
harshlohaan
=> ;) (http://fileforums.com/showpost.php?p=455968&postcount=427)

TWOELV
19-02-2017, 03:16
how can i add this "optimal-twoelv.bin"

i tried changing this

ArchiveoptimalType=Freearc
ArchiveoptimalSource={src}\optimal-twoelv.bin
ArchiveoptimalOutput={app}
ArchiveoptimalDisk=2
ArchiveoptimalPassword=YourPassword

also tried like this


Archive2Type=Freearc
Archive2Source={src}\optimal-twoelv.bin
Archive2Output={app}
Archive2Disk=2
Archive2Password=YourPassword

but none of these seems to work :/

Edit: nvm fixed it

Siber Pro
19-02-2017, 20:23
Please Help Me.
How I Can Add Video on wizard In WindowsIphone.iss?
Anyone Can Help Me About This?
I Need To Know It.
Please.

pakrat2k2
20-02-2017, 08:15
search in topic ... page 24, read

ZakirAhmad
21-02-2017, 06:38
Can anyone please add # diskspace available # diskspaceneed to the wpi script...

rinaldo
21-02-2017, 08:49
look at this example o°o

ZakirAhmad
23-02-2017, 09:09
Thanks Bro, That example was Very Helpfull... I modified mine...
I am using Shewain's reflate and the cls of this by razor... While xompressing with command precomp+reflate+srep64+lzma, everything completes well but while extracting with WPI I get crc error at 8%... What is problem with it can u please point out... can u please provide me a working reflate with cls and without any limitation link...
Waiting for u sir...
and by the way precomp version is 042...

rinaldo
24-02-2017, 06:49
try normal isdone installation, and do not change unless you know what to do ... just add files for decompression

ZakirAhmad
27-02-2017, 06:11
bro also precompmt is not working with wpi... i compress files successfully with precompmt+srep+lzma... but when extracting it with wpi... i am getting error archive data corrupted... unarc.dll has returned with error code 1... i added all necessary files to wpi... when i tried using cmd decompressor everything extracted well... please help...

TWOELV
28-02-2017, 16:57
http://i.imgur.com/pdVqBDN.png
some people are getting that error with my repack but most people doesn't get it
so i decided to use different installer based on inno and same story
does it have something to do with masked data compressor not supporting wpi very well ?
i use the optimal compression method

Gupta
28-02-2017, 20:52
Mainly happens when you have used FAZip's Lzma with large dictionary > 96MB for compression and unpack it with ARC's LZMA
Make sure u defined LZMA as External COmpressor with FAzip in Arc.in

http://fileforums.com/showpost.php?p=450687&postcount=540
http://fileforums.com/showpost.php?p=450899&postcount=553

ZakirAhmad
28-02-2017, 23:48
How can I make WPI show progress during installation of game in apps icon at bootom of taskbar...
Any example script please..
thanks in advance...

Gupta
01-03-2017, 00:06
http://fileforums.com/showpost.php?p=430479&postcount=2

rinaldo
01-03-2017, 00:13
I do not know if I understand



#define AppExe = "game.exe"

[Icons]
Name: "{userdesktop}\Uninstall {#AppName}"; Filename: "{app}\Uninstall\unins000.exe"; WorkingDir: {app}\Uninstall; Check: CheckError
Name: "{userdesktop}\Install {#AppName}"; Filename: "{app}\{#AppExe}";WorkingDir: {app}; Check: CheckError
Name: "{group}\{#AppName}"; Filename: "{app}\{#AppExe}"; WorkingDir: {app}; Check: CheckError
Name: "{group}\Uninstall {#AppName}"; Filename: "{app}\Uninstall\unins000.exe"; WorkingDir: {app}\Uninstall; Check: CheckError

ZakirAhmad
01-03-2017, 03:59
@rinaldo
Bro... as i am newbie in programming... I failed what is missing while trying to compile ur script... please if possible... post the full script... thanks alot for all ur help and patience... thanks...

felice2011
01-03-2017, 05:18
http://i.imgur.com/pdVqBDN.png
some people are getting that error with my repack but most people doesn't get it
so i decided to use different installer based on inno and same story
does it have something to do with masked data compressor not supporting wpi very well ?
i use the optimal compression method

You can compress with any archiving program here in the forum, inno-setup goes configured so that during extraction temporary files, ISS has to find the same decompression files used for compression, with proper setting in the configuration file (*.ini), contrarily you will always the same error.;)

rinaldo
01-03-2017, 05:20
@rinaldo
Bro... as i am newbie in programming... I failed what is missing while trying to compile ur script... please if possible... post the full script... thanks alot for all ur help and patience... thanks...

done

TWOELV
01-03-2017, 14:40
http://fileforums.com/showpost.php?p=450687&postcount=540
http://fileforums.com/showpost.php?p=450899&postcount=553
Hey man thank you so much but i have a question so if i use 2.5.1 both masked data and wpi then i shouldn't face anymore isdone errors right ? i am asking this because as you have specifically modified the wpi for masked data 2.5.1
so all the compression method in 2.5.1 should be supported ?
Fast,mediuml1,mediuml2,ultral1,ultral2,ultral3

sorry if i am asking noob questions but i am extremely sorry i am still learning

again thank you so much for the help <3

rinaldo
04-03-2017, 12:41
the mask in a few mistakes, so sometimes inexperienced does not work

TWOELV
05-03-2017, 11:01
http://i.imgur.com/8rPjbER.png

how can i add these options in wpi ?

GTX590
05-03-2017, 14:58
Open WindowsPhone.iss and edit like this:

[Redists]
;Redist Caption|Exec Directory + File|Arguments
Redist1=Direct X 9.0c|DirectX\DXSetup.exe|/silent
Redist2=Microsoft Visual C++ 2013 x86|_CommonRedist\vcredist\2013\vcredist_x86.exe|q uiet /norestart

Hope it'll help:cool:

TWOELV
05-03-2017, 16:41
thank you also how can i do that 64 bit and 32 bit ?

GTX590
05-03-2017, 18:24
Same thing, just open WindowsPhone.iss and edit like this:
[Execs]
;Tile Caption|Exec Directory|Exec File|Shortcut Name/Action Name
AppExe1=Battlefield 4||bf4_x86.exe|Play Battlefield(TM) 4
AppExe2=Battlefield 4 (64-Bit)||bf4.exe|Play Battlefield(TM) 4 (64-Bit)

TWOELV
05-03-2017, 20:12
i meant how can i make 32bit and 64bit optional like if the user wants to only install 64bit version of the game then 32 bit needs to be unchecked

rinaldo
06-03-2017, 01:20
Automatic
IsWin64
not IsWin64

manual

TWOELV
06-03-2017, 04:49
Thank you so much <3

so i am assuming it should be the same if i want to add .bin files there right ?

like user can choose which .bin to install and which not too

rinaldo
06-03-2017, 04:50
Thank you so much <3

so i am assuming it should be the same if i want to add .bin files there right ?

like user can choose which .bin to install and which not too


yes
you can choose to install whatever you want adding Vx ...

TWOELV
06-03-2017, 19:58
awesome so i got everything working fine :) now i just need to know how can i make these two button direct to one of the .bin files
so if the user clicks on the 64bit then it will install data2.bin
and if the user clicks on the 32bit then it will install data3.bin

http://i.imgur.com/G39P6Wd.png

rinaldo
07-03-2017, 05:09
I have already given so too contribution to this script that I claim copyright to the creator :), now use other scripts because this program to the limitations .. I'm sorry but I will no longer forgive me updates :(

TWOELV
07-03-2017, 13:58
I have already given so too contribution to this script that I claim copyright to the creator :), now use other scripts because this program to the limitations .. I'm sorry but I will no longer forgive me updates :(

i understand man you have helped me a lot so no worries cheers :)

Viper645
08-03-2017, 00:04
Any option to use reflate by gozarck in WPI?

TWOELV
10-03-2017, 04:39
Mainly happens when you have used FAZip's Lzma with large dictionary > 96MB for compression and unpack it with ARC's LZMA
Make sure u defined LZMA as External COmpressor with FAzip in Arc.in

http://fileforums.com/showpost.php?p=450687&postcount=540
http://fileforums.com/showpost.php?p=450899&postcount=553

okay using ultral2 gives inno error -11 but using mediuml2 gives error -1 any idea why ? i have also tried other methods but the same issue

Edit : advanced setup creator works just fine with any compression method i guess now i will just have to take my time and try to replicate wpi in asc...

Edit : okay after playing around with asc i still like wpi better :p oh well rip

ZakirAhmad
13-03-2017, 02:39
@rinaldo: Bro WPI is not showing icon in "uninstall or change a program"... how to make it show their icon....

ZakirAhmad
25-03-2017, 18:28
@Anyone who can help, I want to add .png buttons instead of text buttons in WPI, can someone help.

Nizar3003
31-03-2017, 10:14
I mod WPI installer to mini version....
Hope you all like it...

i give example in setup...

Thanks to Razor12911 and rinaldo :D

oltjon
31-03-2017, 11:29
I mod WPI installer to mini version....
Hope you all like it...

i give example in setup...

Thanks to Razor12911 and rinaldo :D
very nice man;)

008black
06-04-2017, 10:42
HOW TO add
PZLIB AND PZLIB LIBRARY FILES SO THAT IT CAN EXTRACT FILE PZLIB+SREP64+LZMA2 I HAVE EDITED ARC.INI AND ADDED PZLIB.EXE AND DLL FILE IN
Resource folder and edit script file under file section to include these files but it still not extracting as in temp folder there is no Pzlib and DLL file so can any one help how to add Pzlib files so that it can extract

78372
06-04-2017, 11:38
HOW TO add
PZLIB AND PZLIB LIBRARY FILES SO THAT IT CAN EXTRACT FILE PZLIB+SREP64+LZMA2 I HAVE EDITED ARC.INI AND ADDED PZLIB.EXE AND DLL FILE IN
Resource folder and edit script file under file section to include these files but it still not extracting as in temp folder there is no Pzlib and DLL file so can any one help how to add Pzlib files so that it can extract

You must add ExtractTemporaryFile to do that

008black
06-04-2017, 19:11
Can u post the source code

TWOELV
08-04-2017, 16:30
after adding pzlib support i am getting -11 error

Nizar3003
08-04-2017, 21:06
after adding pzlib support i am getting -11 error


SS please, mabe we can help you :D

Nizar3003
08-04-2017, 21:11
Can u post the source code

like this...

TWOELV
08-04-2017, 23:07
SS please, mabe we can help you :D
i would really really appreciate it if you can help me i have attached my script thank you ^_^ also i tried adding stats but it doesn't work like i want it to show how much time left to install and stuff

Nizar3003
09-04-2017, 03:35
i would really really appreciate it if you can help me i have attached my script thank you ^_^ also i tried adding stats but it doesn't work like i want it to show how much time left to install and stuff

i checked, and you doing right... maybe you forgot add unpack in arc.ini

008black
09-04-2017, 05:22
like this...

Thanks

008black
09-04-2017, 05:30
I used Pzlib -m2 -x c256m +srep +Lzma2 to compress GTA 5 and also used msc for audio (compressed to 15.3 gb intial size 16.6 gb ) and final compressed size is of 39 gb version 1.36 but there are repacks on net like fitgirl 36 gb approx can anyone tell how to achieve that size

TWOELV
09-04-2017, 08:57
i checked my arc.ini and i can see it has unpack see the attachments

felice2011
09-04-2017, 11:36
TWOELV, Whyyyy Lzma2, "CMD Viper Edition" does not use the name LZMA2, but with 7z is compression line "a -txz -an -mcrc=0 -m1=lzma2:d192m:fb=273:mf=bt4:mc=999999:lc=4:lp=0 -mmt=2 -mx9", the LZ77 algorithm is LZMA 16.04 with this "-a1 -d27 -fb273 -mc100000000 -lc8 -lp4 -mfbt4 -mt8"...

so you have to delete this from INI files ...

[External compressor:Lzma2]
header = 0
unpackcmd = 7z x -txz -an -y -si -so <stdin> <stdout>


this edited ...

[External compressor:7z]
header = 0
packcmd = 7z a -txz -an -mcrc=0 -m1=lzma2:d450m:fb=273:mf=bt4:mc=1000000:lc=4:lp=0 -mmt=4 -mx9 -si -so <stdin> <stdout>
unpackcmd = dec x -txz -an -y -si -so <stdin> <stdout>


And finally uses this method and try ..."pzlib+srep64+7z"

:)

EDIT : Tested and functional out with the said method, two in bin format archives with your password, let me know if you have solved, otherwise tell me if you submit your work here or in private ...ciaoo;)

TWOELV
09-04-2017, 13:12
the arc.ini that i attached was for wpi not for cmd bench so i have to compress the files with pzlib+srep64+7z again ?

cause i am having problem when i try to install it with wpi i get -11 error but if i remove lzma2 from wpi arc.ini then installer says unknown compression method

felice2011
09-04-2017, 13:20
EDIT : Tested and functional out with the said method, two in bin format archives with your password, let me know if you have solved, otherwise tell me if you submit your work here or in private ...ciaoo;)

the arc.ini that i attached was for wpi not for cmd bench so i have to compress the files with pzlib+srep64+7z again ?

Yesssssssssssssss..brooo:p
and remember you should use the same file is arc.ini for compression and decompression of installer with inno-setup.

TWOELV
09-04-2017, 13:24
alright thank you so much for all the info and help i will start compressing now, it will take a while so i will report back after its done

TWOELV
09-04-2017, 13:31
TWOELV, Whyyyy Lzma2, "CMD Viper Edition" does not use the name LZMA2, but with 7z is compression line "a -txz -an -mcrc=0 -m1=lzma2:d192m:fb=273:mf=bt4:mc=999999:lc=4:lp=0 -mmt=2 -mx9",

with 7z that is not working so i am using this instead
"a -t7z -r -mcrc=0 -m1=lzma2:d900m:fb=273:mf=bt4:mc=1000000:lc=4:lp=0 -mmt=4 -mx9"
is this good ?

Edit : nvm i just had to replace "txz" with "t7z"

felice2011
09-04-2017, 23:38
TWOELV....Extract copy and replace in the folder "WPI_Inno 2.5", open ISS recompile and Test the installer.

selashsunny
10-04-2017, 07:53
How to add music in this script

selashsunny
10-04-2017, 07:54
How To Add Music In This Script

Nizar3003
10-04-2017, 08:47
How To Add Music In This Script

this....

TWOELV
10-04-2017, 09:39
TWOELV....Extract copy and replace in the folder "WPI_Inno 2.5", open ISS recompile and Test the installer.

wow it works but the thing is "pzlib+srep64+7z" is not giving me good compression i thought it was. So what tool can i use to properly compress using "pzlib+srep64+Lzma2"

Edit : seems like "pzlib+srep64+lzma" works with wpi and also cmd bench viper so i am compressing now hopefully i will get same ratio as lzma2

Edit 2 : "pzlib+srep64+lzma" didn't gave me good results :/ i need this method "pzlib+srep64+Lzma2" to support wpi

felice2011
10-04-2017, 12:15
Lzma is used as an internal compressor in FA through fazip, Lzma2 you can even call it Pippo or Pluto, nothing changes, and it is controlled through the set of comp 7z, the only difference is you can obtained with LZ77 lzma16.04, where you can manually set the compression options in the arc.ini file.
if you want to push harder reducing few gigabytes with slower compression speed uses nanozip.

TWOELV
10-04-2017, 12:34
with pzlib+srep64+lzma2 i get 4gb
but with pzlib+srep64+lzma i get 9gb :/
same goes for pzlib+srep64+7z :/

so i will try nanozip and lZ77 and report back

Edit : tried LZ77 not good and Nanozip not good either and doesn't install with wpi :/

yojansdey
11-04-2017, 15:25
bueno no se ingles lo estoy traducciendo en google......
Mi consulta es que por ningun motivo este scrip funiona con mas de en un disco ya probe todo lo que dicen en los comentarios y respuestas pero nada sigue sin funcionar el detalle es que aparentemente si lo detecta pero no lo extrae, solo el archivo contenido en el primer disco ... solucion ???

yojansdey
11-04-2017, 15:26
Well I do not know English, I'm translating it on google ......
My query is that for no reason this scrip works with more than on a disk and probe everything they say in the comments and answers but nothing still does not work the detail is that apparently if it detects but does not extract it, only the file contained in The first disk ... solution ???

Nizar3003
11-04-2017, 23:49
with pzlib+srep64+lzma2 i get 4gb
but with pzlib+srep64+lzma i get 9gb :/
same goes for pzlib+srep64+7z :/

so i will try nanozip and lZ77 and report back

Edit : tried LZ77 not good and Nanozip not good either and doesn't install with wpi :/

I change this WPI to support method pZLib+msc+srep64+lzma2
I tested on my own compression tool and working fine :D

Nizar3003
11-04-2017, 23:54
Well I do not know English, I'm translating it on google ......
My query is that for no reason this scrip works with more than on a disk and probe everything they say in the comments and answers but nothing still does not work the detail is that apparently if it detects but does not extract it, only the file contained in The first disk ... solution ???

Create more for data.arc 2

TWOELV
12-04-2017, 05:04
I change this WPI to support method pZLib+msc+srep64+lzma2
I tested on my own compression tool and working fine :D
wow !! it works but halfway it gets stuck :/ oh well i guess my file is corrupted

ImmortalArc
17-04-2017, 10:45
Where i can get this thing
If anybody have please share it here.

Razor12911
17-04-2017, 18:34
Where i can get this thing
If anybody have please share it here.

I wonder why would anyone want this, this was just a compiler to limit users from source.

Basically it's this thing here.

http://fileforums.com/showpost.php?p=437212&postcount=24

ImmortalArc
17-04-2017, 22:57
Your one is cool
Can you share that ?

78372
19-04-2017, 09:42
Yes, that's very good looking compiler :D But I am not sure either that method to encrypt script is good or not, it's very easy to get the source from the exe. However, if you post the source of that compiler design, it will be great Razor :)

Sebazz
24-04-2017, 09:15
i have a problem. Actually i use wpi installer by razor, but in the instalation during extraction file, when i click to cancel the program closes but not delete the extracted files (only when appear some error). Also, when i use pzlib v3 the setup not closes the program, it keep running in task manager. How to fix this ?. I need to add some code to my scrip ? Thanks

008black
24-04-2017, 09:34
i have a problem. Actually i use wpi installer by razor, but in the instalation during extraction file, when i click to cancel the program closes but not delete the extracted files. Also, when i use pzlib v3 the setup not closes the program, it keep running in task manager. How to fix this ?. I need to add some code to my scrip ? Thanks
Same here