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)

Razor12911 31-07-2015 02:48

Yep. It is possible.

toto621 31-07-2015 03:09

If you have time, can you explain me how ?

I tried by modifying the CheckBoxOnClick procedure like this :
Code:

#ifdef Redist1
      Redist1.Top: CheckBoxClick(Redist1);
      Redist1.Top: CheckBoxDown(Redist2); //Added this line

It compile but it do not work of course.

My coding skills are VERY basic and limited (I'm simply not smart enough) so I don't think I will be able to do it alone.

Razor12911 31-07-2015 04:54

I'll do it for you. Just check this post as it will be edited.

toto621 31-07-2015 08:12

Cool, I'm waiting for you then :)

exorc 31-07-2015 09:05

Quote:

Originally Posted by toto621 (Post 442206)
Like razor wrote earlier, UltraARC is not supported with WPI, only Compressor.

I have a question :
Actually I use Redist to install optionnal files but some are mutually exclusive.
For example, if Redist1 is ticked, Redist 2 must untick (if it is) and if redist2 is ticked, Redist1 must untick.

If it possible to modify the script to archieve this ?

Using Compressor, precomp0.38 + srep (mprecomp+srep+delta+lzma:a1:mfbt4:d158m:fb273:mc1 000:lc8), not found in WPI...

toto621 31-07-2015 12:49

Quote:

Originally Posted by exorc (Post 442216)
Using Compressor, precomp0.38 + srep (mprecomp+srep+delta+lzma:a1:mfbt4:d158m:fb273:mc1 000:lc8), not found in WPI...

You must modify this part of the script :
Code:

[Archives]
;Precomp 0.38, 0.40, 0.41 and 0.42
;Archive Types 7Zip, Freearc and WinRAR
Precomp=0.38
Archive1Type=Freearc
Archive1Source={src}\your_archive.bin
Archive1Output={app}
Archive1Disk=1
Archive1Password=


punchao 01-08-2015 10:42

;Precomp 0.38, 0.40, 0.41 and 0.42

delete ;

Razor12911 02-08-2015 07:15

No punchao, that part only shows the precomp versions supported.

shadowhacker 02-08-2015 07:42

hey sir thanks for your installer

i need help how to make windows installer in innosetup to install my setup-1.bin created by freearc...

Razor12911 02-08-2015 07:53

Answered your question, check private messaging.
Also check post #126

toto621 02-08-2015 08:46

@Razor12911:
Any news about the mutually exclusive redists option ? :)

toto621 03-08-2015 01:31

1 Attachment(s)
Here is the french translated ini file for Ressource folder, I did not saw any obvious language setting in WPI script so i suppose there is none for now.

Maybe now there is a reason to add one :)

Razor12911 03-08-2015 10:51

Quote:

Originally Posted by toto621 (Post 442245)
@Razor12911:
Any news about the mutually exclusive redists option ? :)

Well I hadn't forgotten. Its just that it is something that is not easy to do. I checked it out yesterday and a new function has to be added. But before it is added, it has to made.

toto621 03-08-2015 10:58

Quote:

Originally Posted by Razor12911 (Post 442261)
Well I hadn't forgotten. Its just that it is something that is not easy to do. I checked it out yesterday and a new function has to be added. But before it is added, it has to made.

Ok thx for your answer, take all the time you need :)

mrcunbeo 03-08-2015 23:46

hey Razor, i am wondering about when "the WPI working with Ultraarc" release?
thanks in advance :)

punchao 04-08-2015 03:24

WPI is fully compatible with UA

toto621 04-08-2015 03:27

Quote:

Originally Posted by punchao (Post 442278)
WPI is fully compatible with UA

Not really, Razor stated that WPI is made to work with Compressor, not UA and he will not offer support for UA for now.

TREGAKLE 04-08-2015 05:45

this problem is happening what to do ?
http://s5.postimg.org/vh8fusa47/problem.png

JacksMafia 04-08-2015 07:44

i get this every time i try to compile the script

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

i use unicode version of Inno

any help?

thanks

toto621 04-08-2015 07:57

Quote:

Originally Posted by JacksMafia (Post 442282)
i get this every time i try to compile the script

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

i use unicode version of Inno

any help?

thanks

-Inno Setup Enhanced Edition 2 Unicode is required

Download link in the OP of this thread.

shadowhacker 05-08-2015 03:34

I Need Help
 
I'm Facing A Not Responding Issue. Here Are Some Screenshots

and I Used Freearc and Created Setup.bin

Script
http://i.share.pho.to/56642427_l.jpeg
http://i.share.pho.to/4185e401_o.jpeg
http://i.share.pho.to/80cee4a6_o.jpeg

toto621 05-08-2015 04:31

Quote:

Originally Posted by shadowhacker (Post 442298)
I'm Facing A Not Responding Issue. Here Are Some Screenshots

and I Used Freearc and Created Setup.bin

On the first screen I see an error in the log windows (bottom), it may be intentionnal btw (manually stopped compilation). Also, I suggest you to use Compressor 2.2 to create bin files since it's officially supported with this script.

You may also encounter problems with windows 8.x/10 since some already reported, try to launch Inno and Compressor with windows 7 compatibility setting.

shadowhacker 05-08-2015 04:58

No Luck
 
No! Still No Luck Getting That Error

toto621 05-08-2015 05:02

Quote:

Originally Posted by shadowhacker (Post 442303)
No! Still No Luck Getting That Error

You can try something else to check if the problem come from bin files or from the script :
Use 7-Zip to create a small archive saved as bin file and generate a new setup for it (don't forget to change archive type from Freearc to 7zip).

Also try to launch the setup.exe with admin rights, Windows UAC/Smartscreen can be very annoying with this type of files.

shadowhacker 05-08-2015 10:37

Progress Bar Bug
 
Everything Work Fine Now! I Figured out how to set it

now another problem arose

Progress Bar is not working correctly

it work like it is stuck at 0% and the game finished installing

what is this bug or im doing something wrong

Razor12911 06-08-2015 15:17

Maybe archive type error, if your archive is made with another program (freearc) then you must set Freearc as archive type instead of 7-Zip

emadmoner 06-08-2015 15:21

http://i.imgur.com/4FlxxBA.png

help

emadmoner 06-08-2015 15:23

Quote:

Originally Posted by Razor12911 (Post 442362)
Maybe archive type error, if your archive is made with another program (freearc) then you must set Freearc as archive type instead of 7-Zip

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

emadmoner 06-08-2015 15:24

still same problem

Razor12911 06-08-2015 15:30

Did you read at the beginning of the script.
It says "Save script before compiling to update the changes since this is used as ini".
Did you do that?

emadmoner 06-08-2015 15:43

Quote:

Originally Posted by Razor12911 (Post 442366)
Did you read at the beginning of the script.
It says "Save script before compiling to update the changes since this is used as ini".
Did you do that?

thanks solved
but
another problem
and sorry i am learning
http://picload.org/image/ipigwii/screencapture008.png

Razor12911 06-08-2015 15:49

http://fileforums.com/showthread.php?t=95288
Try using this compressor, last time I checked, it was compatible.

emadmoner 06-08-2015 15:56

Quote:

Originally Posted by Razor12911 (Post 442368)
http://fileforums.com/showthread.php?t=95288
Try using this compressor, last time I checked, it was compatible.

this the compressor i used to make this file

Razor12911 06-08-2015 16:23

Windows Phone Installer Updated

Changes

* Now supports compressor v2.2
* Fixed precomp version error.
* Fixed precomp jpg compression error.

emadmoner 06-08-2015 16:32

Quote:

Originally Posted by Razor12911 (Post 442373)
Windows Phone Installer Updated

Changes

* Now supports compressor v2.2
* Fixed precomp version error.
* Fixed precomp jpg compression error.



where

Razor12911 06-08-2015 16:33

Seriously? Where did you download the source that you have?

emadmoner 06-08-2015 16:43

Quote:

Originally Posted by Razor12911 (Post 442375)
Seriously? Where did you download the source that you have?

sorry
got it trying now
sorry again to be ur headache tonight

exorc 07-08-2015 01:13

Thaks, It works perfectly with the compressor program...

as off lockscreen?




PD: Solved..

toto621 07-08-2015 02:06

1 Attachment(s)
Quote:

Originally Posted by Razor12911 (Post 442373)
Windows Phone Installer Updated

Changes

* Now supports compressor v2.2
* Fixed precomp version error.
* Fixed precomp jpg compression error.

Thx, I will check this out as soon as I'm back home :)

-- EDIT --
While Compressor is working (I try precomp with JPEG settings) on huge test folder, here is a No LockScreen version of the updated WPI script, you still need to download the OP release, it's just an addon ^^

Nothing was touched beside lockscreen functions I just disabled with comments. Tested and working on my rig.

Thx again Razor :)

emadmoner 07-08-2015 02:51

Quote:

Originally Posted by emadmoner (Post 442367)
thanks solved
but
another problem
and sorry i am learning
http://picload.org/image/ipigwii/screencapture008.png

i used Windows Phone Installer Updated same problem :(


All times are GMT -7. The time now is 08:52.

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