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)

Bilawal 28-05-2015 08:15

1 Attachment(s)
Here is the script without Lock Screen and some other changes

ChronoCross 28-05-2015 14:25

1 Attachment(s)
I donīt know what is the problem. 5.5.1.ee2 (121216)

I have a wrong display.

mahdis14 28-05-2015 22:41

My issue is not resolved

punchao 28-05-2015 23:32

Quote:

Originally Posted by Bilawal (Post 441093)
Here is the script without Lock Screen and some other changes

Thanks ;)

pakrat2k2 29-05-2015 03:06

Quote:

Originally Posted by Bilawal (Post 441110)
Use Inno Setup Ultra

what do you think 5.5.1.ee2 (121216) is ?

mahdis14 29-05-2015 03:44

please link for download 5.5.1.ee2 (121216)mybe

pakrat2k2 29-05-2015 09:57

try post #80

ChronoCross 29-05-2015 12:07

Quote:

Originally Posted by pakrat2k2 (Post 441113)
what do you think 5.5.1.ee2 (121216) is ?

thanks pakrat2k2
sorry i forget type the (u) I have this version 5.5.1.ee2 (u)(121216) and others build version but i have the same problem.

Razor12911 29-05-2015 12:46

That script is edited and you messed it up.
You did something with the transparent option.

ChronoCross 29-05-2015 15:14

Hi razor12911
No i just download the script and i was think dark theme was the problem so i disabled. but no i still have this problem background colors in text. I donīt know what happend.

Abhinav0143 05-06-2015 02:00

Hi Razor, i am trying to make a repack please let me know which compressor should i use wit this script ????

LuzhinE 23-06-2015 14:25

which compressor to use for the installer?

mertderler 07-07-2015 00:38

Quote:

Originally Posted by Bilawal (Post 441093)
Here is the script without Lock Screen and some other changes

Redist1 error

punchao 11-07-2015 02:58

Quote:

Originally Posted by Bilawal (Post 441093)
Here is the script without Lock Screen and some other changes

How to disable ONLY Lockscreen in original script?

your script without Lock Screen and some other changes
I get errors when installing distributables

Thanks

pakrat2k2 11-07-2015 08:34

Quote:

Originally Posted by punchao (Post 441885)
How to disable ONLY Lockscreen in original script?

your script without Lock Screen and some other changes
I get errors when installing distributables

Thanks

asked & answered before post #81

punchao 11-07-2015 09:54

I do not know how to do it bro

pakrat2k2 11-07-2015 16:03

In the ISS script is section, just add each redist there. Make the folders like its shown in output folder ( next to where your exe will be )... WP_Output/Redist/DirectX Is the folder structure for below line:

[Redists]
;Redist Caption|Exec Directory + File|Arguments
Redist1=Direct X 9.0c|Redist\DirectX\DXSetup.exe|/silent ( this is the on the key with \ ( use shift to get the symbol .. called MORE )

vcredist 2012 (x86)

Redist2=C++ 2012(x86)|Redist\Vcredist\2012\Vcredist_x86.exe|/q /norestart

WP_Output/Redist/C++ 2012 would be the folder structure.

vcredist 2012 (x64)

Redist3=C++ 2012(x64)|Redist\Vcredist\2012\Vcredist_x64.exe|/q /norestart

mertderler 12-07-2015 00:47

Quote:

Originally Posted by pakrat2k2 (Post 441899)
In the ISS script is section, just add each redist there. Make the folders like its shown in output folder ( next to where your exe will be )... WP_Output/Redist/DirectX Is the folder structure for below line:

[Redists]
;Redist Caption|Exec Directory + File|Arguments
Redist1=Direct X 9.0c|Redist\DirectX\DXSetup.exe|/silent ( this is the on the key with \ ( use shift to get the symbol .. called MORE )

vcredist 2012 (x86)

Redist2=C++ 2012(x86)|Redist\Vcredist\2012\Vcredist_x86.exe|/q /norestart

WP_Output/Redist/C++ 2012 would be the folder structure.

vcredist 2012 (x64)

Redist3=C++ 2012(x64)|Redist\Vcredist\2012\Vcredist_x64.exe|/q /norestart

(WPI_No_LScreen) @Bilawal

http://i.hizliresim.com/946rBo.jpg

Bilawal 12-07-2015 01:45

1 Attachment(s)
Quote:

Originally Posted by mertderler (Post 441903)
(WPI_No_LScreen) @Bilawal

http://i.hizliresim.com/946rBo.jpg

Fixed

mertderler 12-07-2015 02:01

Quote:

Originally Posted by Bilawal (Post 441907)
Fixed

Redist1=Visual C 32
Redist2=Visual C 64

redist installer error


http://i.hizliresim.com/qYgQd3.jpg
http://i.hizliresim.com/MEz8V6.jpg

mertderler 12-07-2015 03:43

http://i.hizliresim.com/ogLl27.jpg

Thanks @Razor12911
Thanks @Bilawal

punchao 12-07-2015 04:33

@Bilawal: with Fixed .iss error persist .Game and distributables installed correctly,but when finished installation i have 2 error windows:
http://snap.ashampoo.com/uploads/201...2/RtDeRSVy.png
http://snap.ashampoo.com/uploads/201...2/ltOKgtrC.png

Bilawal 12-07-2015 05:08

2 Attachment(s)
Here's the fix

punchao 12-07-2015 06:00

Thanks bro,much appreciated,and thans to Razor,problem solved.

because when you uninstall the game folder is not deleted
is there any way to fix this?

I tested this code, but the folder remains deleted

[UninstallDelete]
Name: {app}\*; Type: filesandordirs
Name: {app}; Type: dirifempty

pakrat2k2 12-07-2015 08:20

Quote:

Originally Posted by punchao (Post 441915)
Thanks bro,much appreciated,and thans to Razor,problem solved.

because when you uninstall the game folder is not deleted
is there any way to fix this?

I tested this code, but the folder remains deleted

[UninstallDelete]
Name: {app}\*; Type: filesandordirs
Name: {app}; Type: dirifempty

If read thru whole topic answer was on page 5

Code:

[UninstallDelete]
Type: filesandordirs; Name: {app}


punchao 12-07-2015 08:57

With this code:

[UninstallDelete]
Type: filesandordirs; Name: {app}

game folder is not deleted when uninstall

mertderler 12-07-2015 23:17

Quote:

Originally Posted by Bilawal (Post 441913)
Here's the fix

100% Working

toto621 27-07-2015 04:43

Edit : fixed

Thx for the script :)

toto621 28-07-2015 18:28

Hi,

I have a problem with the script, for redist I need to set an argument that point to "Documents" folder of windows so, following the rule described in the script :
;Redist Caption|Exec Directory + File|Arguments

I tried this :
Redist1=test redist 1 (7-Zip SFX)|Optionnal\test.exe|-o"{userdocs}\Documents\test1" -y
Redist2=test redist 2 (7-Zip SFX)|Optionnal\test.exe|-o{userdocs}"\Documents\test" -y
Redist3=test redist 3 (7-Zip SFX)|Optionnal\test.exe|-o"%userprofile%\Documents\test" -y
Redist4=test redist 4 (7-Zip SFX)|Optionnal\test.exe|-o%userprofile%"\Documents\test" -y

But all failled because "{userdocs}" or "%userprofile%" are treated as a folder name, not variable, is there a way to fix this ?

-- EDIT --
Another problem : No matter which soft I try (compressor or ultraarc, tested all available versions), it I tick precomp option WPI setup file ALWAYS fail with : Incorrect version of precomp.exe. Without precomp the decompression work as expected. I use WPI 3.1 untouched script from this thread.

Razor12911 29-07-2015 02:41

Find '{#R1[61]}' and rename it to ExpandConstant( '{#R1[61]}')
Find '{#R2[61]}' and rename it to ExpandConstant( '{#R2[61]}')
Find '{#R3[61]}' and rename it to ExpandConstant( '{#R3[61]}')
Find '{#R4[61]}' and rename it to ExpandConstant( '{#R4[61]}')
Find '{#R5[61]}' and rename it to ExpandConstant( '{#R5[61]}')

toto621 29-07-2015 03:40

Quote:

Originally Posted by Razor12911 (Post 442161)
Find '{#R1[61]}' and rename it to ExpandConstant( '{#R1[61]}')
Find '{#R2[61]}' and rename it to ExpandConstant( '{#R2[61]}')
Find '{#R3[61]}' and rename it to ExpandConstant( '{#R3[61]}')
Find '{#R4[61]}' and rename it to ExpandConstant( '{#R4[61]}')
Find '{#R5[61]}' and rename it to ExpandConstant( '{#R5[61]}')

Perfect !! Thx a lot :)

If you can also help me about the precomp problem it would be awesome:D

Razor12911 29-07-2015 04:53

what precomp problem?

toto621 29-07-2015 05:25

The one I added in edited post :
No matter which soft I try (compressor or ultraarc, tested all available versions), it I tick precomp option (tested all versions too 0.38 to 0.42) WPI setup file ALWAYS fail with : "Incorrect version of precomp.exe".

Without precomp option the decompression work as expected. I use WPI 3.1 untouched script from this thread.

Razor12911 29-07-2015 05:30

Well, If you tested all version from 0.38 to 0.42 (0.38, 0.40, 0.41 and 0.42) then it means you have used a much earlier version or newer version of precomp, 0.43 is not supported by WPI. UltraARC is not supported, only compressor is supported. With precomp, you must be consistent, if you use version 0.38, for decompression, you must use the same version.

toto621 29-07-2015 07:29

Ok I partially fixed my issue, until I do not tick "JPG compression" it seems to work, somehow (crc error at the end of decompression)...I will stop using PreComp for now.

Razor12911 29-07-2015 08:18

Try compressing different sets of data, for the crc error.

toto621 30-07-2015 01:53

I tried many sets of data and, from what I have seen, precomp should be renamed Uber_Alpha_Proccess...

From 10 sets of data, only 2 were successfully compressed and extracted, 6 times fail at compression and 2 at decompression (CRC error).

It's far too random to be reliable so better not use it...I know some do not have problem with (hard to believe) but it's clearly not my case.

Thx for your time and advises razor :)

Razor12911 30-07-2015 02:03

The only thing that makes that can be packjpg_dll.dll and zlib1.dll, just make sure that they are the same.

exorc 31-07-2015 02:14

Not found with ultra-arc create files?

Thanks..

toto621 31-07-2015 02:28

Quote:

Originally Posted by exorc (Post 442204)
Not found with ultra-arc create files?

Thanks..

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 ?


All times are GMT -7. The time now is 10:17.

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