FileForums

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

Newbie-repacker 28-04-2021 21:00

Bunti can u tell me how to add custom Cursors to this installer??

bunti_o4u 29-04-2021 01:40

Quote:

Originally Posted by Newbie-repacker (Post 491626)
Bunti can u tell me how to add custom Cursors to this installer??

I think you can change cursor by using below function (I am not sure):
Code:

function LoadCursorFromFile(FileName: String): Longint;
  external 'LoadCursorFromFileW@user32 stdcall';


Newbie-repacker 29-04-2021 04:45

Quote:

Originally Posted by Newbie-repacker (Post 491584)
Done it got fixed.....

One more thing ,
If i encrypt the installer (using iscrypt.dll- code given below) first it says Iscrypt is missing
Code:


[Setup]
AppName={#AppName}
AppPublisher={#AppPublisher}
AppVersion={#AppVersion}
VersionInfoVersion={#AppVersion}
DefaultDirName={pf}\{#AppDir}
DefaultGroupName={#AppDir}
SetupIconFile=Icon.ico
OutputBaseFilename=Setup
OutputDir=WP_Output
UninstallFilesDir={app}\Uninstall
UninstallDisplaySize= {#AppSize}
DiskSpanning=No
Compression=lzma2/ultra
SolidCompression=No
EnableDirDoesntExistWarning=no
DirExistsWarning=no
Encryption=yes
Password=1234

#ifdef SystemRequirement
UserInfoPage=yes
#endif
#ifndef Component
DisableDirPage=Yes
#endif


So putting iscrypt.dll to the main inno enhanced version it gives me error like
Here is the error after installing iscrypt.dll

https://i.ibb.co/80D8y1C/Error-ISCRYPT-dll.png

Any fix for this

gangathara 29-04-2021 06:21

A digital workplace is a cloud based work platform that lets businesses move work to the virtual space. Such platforms contain all the applications, data, tools and collaboration features employees need to perform work within a secure online interface that they can access from anywhere, anytime and on any device.

Newbie-repacker 29-04-2021 21:07

Quote:

Originally Posted by Newbie-repacker (Post 491634)
Any fix for this

??

GaMEr_2077 29-04-2021 21:16

Quote:

Originally Posted by Newbie-repacker (Post 491626)
Bunti can u tell me how to add custom Cursors to this installer??

you should try THIS

PsYcHo_RaGE 01-05-2021 10:07

Windows Phone Installer
 
1 Attachment(s)
Changelog
  • Splash Added
  • Nothing XD

Epic Titan 69 02-05-2021 08:19

Quote:

Originally Posted by bunti_o4u (Post 491629)
I think you can change cursor by using below function (I am not sure):
Code:

function LoadCursorFromFile(FileName: String): Longint;
  external 'LoadCursorFromFileW@user32 stdcall';


Can U explain plzzz
Am facing certain issues!!!!

Newbie-repacker 03-05-2021 07:29

1 Attachment(s)
Which tool corresponds to the method no 112 in the compressor to the script??

I tried Enabling options
pZlib_x86 and _x64 but the setup didnt extracted but enabling all the options extracts the bin created using option 112

Harsh ojha 03-05-2021 08:24

1 Attachment(s)
[QUOTE=Newbie-repacker;491755]Which tool corresponds to the method no 112 in the compressor to the script??

El.Amigos 07-05-2021 22:22

Is there any option for data files (Setup.bin's) hashing at the start of setup........

Harsh ojha 08-05-2021 06:21

Quote:

Originally Posted by El.Amigos (Post 491860)
Is there any option for data files (Setup.bin's) hashing at the start of setup........

Check this out 😉
https://fileforums.com/showthread.php?t=103336

El.Amigos 08-05-2021 07:05

Quote:

Originally Posted by Harsh ojha (Post 491861)

Yep tried it already but didnt got anything.....
Any other way......

Newbie-repacker 08-05-2021 21:27

Does this installer supports
DiskSpan GUI v1.0.0.4 by: Razor12911, modified and updated by Cesar82

pratikpatel8982 14-05-2021 20:32

Support for Mini Compressor
 
Can someone add support for Mini Compressor?? All the files required for installation are inside _ISFiles folder.
I tried but it didn't work.
What have I tried so far:
  • Importing all files inside Isfiles folder. (unsupported method error)
  • I found out that it is caused due to incorrect arc.ini
  • Mini Compressor uses two ini files, arc.ini and fa.ini
  • I merged both into one file, but it still give different error.
  • Seems like this script doesn't support two .ini files

I think that I will use compressor supported by this script to use this script.

GaMEr_2077 18-05-2021 02:26

Hey BUNTI
what to do if our archieve has no password
i mean i made data.cpi without password
so how to modify the script??

bunti_o4u 21-05-2021 00:58

Quote:

Originally Posted by GaMEr_2077 (Post 492061)
Hey BUNTI
what to do if our archieve has no password
i mean i made data.cpi without password
so how to modify the script??

Modify the password as below:
#define Password ""

If it doesn't work then find the FileDecompress.iss and remove the {#Password}.

GaMEr_2077 21-05-2021 01:09

And what if there is a sperate password for all the required archieves and optional content.cpi

Newbie-repacker 21-05-2021 03:40

bunti what to do if i want to display some custom text [like unpacking archieves, etc] in stead of extracting so and so item
here
https://fileforums.com/attachment.ph...1&d=1557438013

DylanForsyth 24-05-2021 07:48

bunti_o4u Thank you for your patience and work

Cesar82 08-07-2021 14:19

Windows Phone Installer (DiskSpan GUI)
 
5 Attachment(s)
At the request of user @GaMEr_2077 I created an alternate version of "Windows Phone Installer (WPI)" with support for "DiskSpan GUI v2+".
The changes were initially based on the script shared by @PsYcHo_RaGE using part of the changes he added.
As I had already changed the script for only one user, I decided to share it here so that other interested users have access to the modified script. ;)

@bunti_o4u, if you feel that I shouldn't be sharing versions of the script you keep the thread on, let me know that I delete this post.
If you want to continue using this script for your main post, feel free.

CHANGES:
-Added full compatibility with "DiskSpan GUI v2+" limited to 1 game and maximum 12 tasks.
- Changed "Components" page to "Tasks" to meet compatibility with "DiskSpan GUI".
P.S: "DiskSpan GUI" works the components as multiple games (Collection) creating subfolders for each one of the games. As WPI doesn't support game collection the page has been changed to tasks that are just inclusion of additional items like "Extras", "Optional Languages", etc.
It was also necessary o remove the languages ​​group from the "Components" page (Now Tasks Page).
Up to 12 items can be used in the "Tasks" page with settings for Checked/Enabled/Exclusive (Exclusive creates Items like RadioButton that only one will be checked at a time).
- Added "Slide" in fullscreen during installation.
- Added Splash (by @PsYcHo_RaGE).
- Added Memory/CPU usage Limit (based on item disposition by @PsYcHo_RaGE).
P.S: The 2GB Memory Limit checkbox is required to determine which of the "ARC_Standard.ini/ARC_Optimal.ini" settings generated by "DiskSpan GUI" will be used in the installation.

INFORMATION:
I didn't have time to test the tasks (if you're installing only the selected tasks) but from what @GaMEr_2077 reported it's working correctly.
If they find errors they can inform by PM that I will try to solve them.

To use the modified script download the last "DiskSpan GUI v2+".
Extract the "COMPRESSOR" folder and put it next to the "WPI" script so that your Setup.exe is created directly in the Setup_Files folder.

UPDATE:
- Added WPI update 5 (Added support to DiskSpan GUI 2.0.1.4+ except hash checking).

INFO:
- The WPI update 4 not work with previous version of the DiskSpan GUI (Only with DSG 2.0.1.3 or newer).

IMPORTANT:
- WPI (DSG) script is only compatible with DSG version 2.0.1.4 to 2.0.1.9.

GaMEr_2077 11-07-2021 22:09

Quote:

CHANGES:
- Added "Slide" in fullscreen during installation.
Can you add a button to turn on/off slides just as the button of Music on/off
Because I can figure out that slides are impacting the installation speed and resource usage

GaMEr_2077 12-07-2021 20:32

I think Cesar82 dosent have time n mood for adding above option

If anyone else could help??

Joe Forster/STA 12-07-2021 22:32

Quote:

Originally Posted by GaMEr_2077 (Post 493224)
I think Cesar82 dosent have time n mood for adding above option

I think you're not patient enough.

Grumpy 12-07-2021 23:50

Quote:

Originally Posted by GaMEr_2077 (Post 493224)
I think Cesar82 dosent have time n mood for adding above option

If anyone else could help??

I find your comment to be very rude and disrespectful to be honest :rolleyes:

GaMEr_2077 13-07-2021 02:28

Quote:

Originally Posted by Grumpy (Post 493226)
I find your comment to be very rude and disrespectful to be honest :rolleyes:

Sorry for being rude
actually i dont know english much and usually use translator

I think this might be translators fault because at that time i was in happy to use the installer

Once again sorry for being rude and disrespectful

XxAZAxX 18-07-2021 03:10

Language selection in components
 
2 Attachment(s)
Hi gentlemen, I downloaded from the first page "Windows Phone Installer" + Update, I would say that everything works fine only that I came across something that I can not modify and it is in component pack language as from the script they are all already "active" me I have disabled that function but the problem persists if I insert other languages that is they are selectable but not disabled "once selected they cannot be disabled anymore" and I am not finding a solution about it. can you help me understand please?

Cesar82 20-07-2021 08:58

Quote:

Originally Posted by GaMEr_2077 (Post 493212)
Can you add a button to turn on/off slides just as the button of Music on/off
Because I can figure out that slides are impacting the installation speed and resource usage

I'm not home for another week.

Just disable the slide by putting value 0 on the key Slides=.
By doing this, Inno Setup will preprocess the script removing all code referring to the slide.

Cesar82 20-07-2021 16:00

Quote:

Originally Posted by XxAZAxX (Post 493301)
Hi gentlemen, I downloaded from the first page "Windows Phone Installer" + Update, I would say that everything works fine only that I came across something that I can not modify and it is in component pack language as from the script they are all already "active" me I have disabled that function but the problem persists if I insert other languages that is they are selectable but not disabled "once selected they cannot be disabled anymore" and I am not finding a solution about it. can you help me understand please?

Language checkboxes are exclusive items.
When you check one all others are unchecked (like radio buttons).
But you can use "Additional Components" for additional languages. These behave like normal checkboxes, but have only 4 additional component items.

P.S: The modified WPI version with "DiskSpan GUI" support allows to use each checkbox as exclusive item (like Radio Button) or as normal checkbox.

XxAZAxX 20-07-2021 16:15

Language selection in components
 
Quote:

Originally Posted by Cesar82 (Post 493341)
Language checkboxes are exclusive items.
When you check one all others are unchecked (like radio buttons).
But you can use "Additional Components" for additional languages. These behave like normal checkboxes, but have only 4 additional component items.

P.S: The modified WPI version with "DiskSpan GUI" support allows to use each checkbox as exclusive item (like Radio Button) or as normal checkbox.

Thanks brother Cesar82, unfortunately I can not understand how to use the "DiskSpan GUI" even looking at the various screenshots you have provided, I have always used "FreeArc" you say I can use it anyway?

ps ... If it's considered exclusive, you say it can be done as it is allowed to do in "CorePack Installer UI Final Build"? li gives you the ability to choose and select multiple components of your choice. i don't know if you know the script i mentioned now.

Thanks for answering me bro

EDIT: I have disabled "exclusive" on all languages, and it seems that I have solved the problem that they are not disabled !!!

mausschieber 21-07-2021 00:57

Quote:

Originally Posted by XxAZAxX (Post 493342)
Thanks brother Cesar82, unfortunately I can not understand how to use the "DiskSpan GUI" even looking at the various screenshots you have provided, I have always used "FreeArc" you say I can use it anyway?

ps ... If it's considered exclusive, you say it can be done as it is allowed to do in "CorePack Installer UI Final Build"? li gives you the ability to choose and select multiple components of your choice. i don't know if you know the script i mentioned now.

Thanks for answering me bro

EDIT: I have disabled "exclusive" on all languages, and it seems that I have solved the problem that they are not disabled !!!

for using Diskspan_GUI read this Tutorial

FIFA_LOVER 25-07-2021 08:25

Quote:

Originally Posted by Epic Titan 69 (Post 490713)
Can Anyone tell me that is the processor speed here is in "Hz" or "GHz"
Code:

[SystemReq]

ReqProcessorSpeed=3100

moreover what are the other codes for OS
Code:

;513 = WinXP, 611 = Win7, ...
ReqOS=611



Try these windows codes

(Win2000 = 5.0) (Win XP = 5.1) (WinXP64 & WinServer2003 & 2003R2 = 5.2) (Win Vista & WinServer2008 = 6.0) (WinServer2008R2 & Win7 = 6.1) (WinServer2012 & Win8 = 6.2) (WinServer2012R2 & Win8.1 = 6.3) (Win10 = 10.0)

fabrieunko 09-10-2021 14:40

Hello, I would like to use this script but I have a big problem. I can't change the name of the game, can you tell me how?

I have changed the following value but the name of the game always remains the same (FAR CRY NEW DAWN)

AppName=The Lightbringer

but in the first screen nothing changes

https://zupimages.net/up/21/40/p1yh.jpg

as well as on the installation screen.
I do not understand why

https://zupimages.net/up/21/40/65dp.jpg

Cesar82 14-10-2021 19:01

Quote:

Originally Posted by fabrieunko (Post 494334)
Hello, I would like to use this script but I have a big problem. I can't change the name of the game, can you tell me how?

I have changed the following value but the name of the game always remains the same (FAR CRY NEW DAWN)

AppName=The Lightbringer

but in the first screen nothing changes

https://zupimages.net/up/21/40/p1yh.jpg

as well as on the installation screen.
I do not understand why

https://zupimages.net/up/21/40/65dp.jpg

You must save the script after the changes before compiling the script.

fabrieunko 14-10-2021 21:51

1 Attachment(s)
hello, i have save the file before but nothing changes. I put the iss file to you to modify (translated into french) maybe I touched something that should not be?
if you have time i watch it. thank you so much

bunti_o4u 15-10-2021 02:57

2 Attachment(s)
Quote:

Originally Posted by fabrieunko (Post 494457)
hello, i have save the file before but nothing changes. I put the iss file to you to modify (translated into french) maybe I touched something that should not be?
if you have time i watch it. thank you so much

It is working fine..

fabrieunko 15-10-2021 03:43

this is strange for me it does not work. I am using windows10 64bits. I will try to make a little video for you to see.

mausschieber 15-10-2021 04:25

Quote:

Originally Posted by fabrieunko (Post 494461)
this is strange for me it does not work. I am using windows10 64bits. I will try to make a little video for you to see.

maybe you use Inno Setup Enhanced Edition Unicode is Required for Script Compilation

fabrieunko 15-10-2021 05:03

I use Inno Setup Compiler 5.5.1ee2. if you have a version that works, I'm a buyer.

Cesar82 15-10-2021 06:21

Quote:

Originally Posted by fabrieunko (Post 494457)
hello, i have save the file before but nothing changes. I put the iss file to you to modify (translated into french) maybe I touched something that should not be?
if you have time i watch it. thank you so much

The script cannot be renamed.
You must keep the original name "WindowsPhone.iss" in the script for it to work.


All times are GMT -7. The time now is 13:34.

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