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)

pralin 06-01-2021 06:43

Quote:

Originally Posted by mausschieber (Post 489755)
look for this
Code:

;Set 00 for custom color and give your color code here in BBGGRR
CustColor=$8223FE


Can u list colour name with their codes also
Please.........

mausschieber 06-01-2021 17:43

Quote:

Originally Posted by pralin (Post 489764)
Can u list colour name with their codes also
Please.........

i think this is it but note that the colors have to be entered in reverse order example: BBGGRR
http://www.creepyed.com/2012/11/03/w...olors-hex-rgb/

Epic Titan 69 06-01-2021 22:02

Quote:

Originally Posted by bunti_o4u (Post 480923)
This is the bug free version of Windows Phone Installer script by Razor12911 with added functionality such as:
  • System Configuration page and About Game page.
  • Component Support (with two seperate section for Language Pack and for Option Component.)
  • Easy to disable installer Pages i.e. Autorun page, About Game page, System Configuration page and Component Page.
  • Enable or disable Music.
  • All options related to installer are available in the main script itself.


Screenshots:

Hey Man Listen
This dude has made video on this topic without PROPER credits..........

Watch Here

Epic Titan 69 04-03-2021 01:46

Can Anyone help
This installer is unable to set the icon of shortcut it creates on desktop
I mean, the shortcut thus created has no icon??

devil777 05-03-2021 05:41

Epic_titan69

For ShortCuts To show "icon" (the one which was used for installer),edit [icons] section in the windowsPhone.iss file

Code:

Name: {commondesktop}\{#E1[62]}; Filename: {app}\{#E1[60]}\{#E1[61]}; WorkingDir: {app}\{#E1[60]}; Check: CreateDesktopShortcuts;
To
Code:

Name: {commondesktop}\{#E1[62]}; Filename: {app}\{#E1[60]}\{#E1[61]}; IconFileName: "{src}\Icon.ico"; WorkingDir: {app}\{#E1[60]}; Check: CreateDesktopShortcuts;
Or if you mean it doesn't bear the exact location of the Designated executable.Then edit the [execs] section

Code:

;Tile Caption|Exec Directory|Exec File|Shortcut Name/Action Name
AppExe1=ME||GRW.exe|Tom Clancy Ghost Recon Wildlands

Have your desired day..

Epic Titan 69 05-03-2021 06:09

Ele helped me with this
Quote:

You can fix it after making little change. ;)

1. Delete the phrase I marked in yellow.

https://i.ibb.co/VCRW2y3/Screenshot-...-05-113846.png
https://i.ibb.co/wJV5CGs/Screenshot-...-05-114032.png

Epic Titan 69 05-03-2021 19:58

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


devil777 06-03-2021 05:26

Mhz

If it was Ghz :D

Edit: Ram and Vram things are in Megabyte

For Windows version sort of thing I think its related to ISsysinfo.dll (inno system info)

By altef_4
https://fileforums.com/showthread.ph...ht=System+info

User: BlackFire69 had something done about system info too

Epic Titan 69 06-03-2021 10:05

How to know how much MHz a processor has.....????

devil777 06-03-2021 11:44

Epic_titan69

If you click right button of your mouse on "My Computer" or "The Pc" a Big chart likely thing will show up.Then Click on Properties.You will be redirected to "About" Section, there watch over the Specification of your Computer

Processor Speed will be in Ghz (1000 Mhz=1Ghz)

Joe Forster/STA 06-03-2021 12:42

Quote:

Originally Posted by devil777 (Post 490718)
If you click right button of your mouse on "My Computer" or "The Pc" a Big chart likely thing will show up.Then Click on Properties.You will be redirected to "About" Section, there watch over the Specification of your Computer

Or just press Win-Pause. :)

Harsh ojha 06-03-2021 19:47

Quote:

Originally Posted by Epic Titan 69 (Post 490715)
How to know how much MHz a processor has.....????

Try this
Windows Logo Key + R or Win + R
It will pop-up Run
now type dxdiag
done

Ele 06-03-2021 22:13

Quote:

Originally Posted by Epic Titan 69 (Post 490715)
How to know how much MHz a processor has.....????

1GHz = 1000MHz ;)

example:
Code:

3.7 GHz (Base Clock) = 3700 MHz

El.Amigos 06-03-2021 23:16

Если кто-то может помочь мне добавить 2 ГБ ограничителя для этого установщика после страницы, которая появляется при нажатии установки (Windows логотип), как в случае установки FITGIRL

Epic Titan 69 06-03-2021 23:36

Quote:

Originally Posted by el.amigos (Post 490722)
Если кто-то может помочь мне добавить 2 ГБ ограничителя для этого установщика после страницы, которая появляется при нажатии установки (windows логотип), как в случае установки fitgirl

Я также хотел, что, но получил только ошибки
=(

Joe Forster/STA 07-03-2021 00:02

English, please!

Epic Titan 69 07-03-2021 00:54

Quote:

Originally Posted by Joe Forster/STA (Post 490724)
English, please!

Even i used a translator........

Quote:

Если кто-то может помочь мне добавить 2 ГБ ограничителя для этого установщика после страницы, которая появляется при нажатии установки (Windows логотип), как в случае установки FITGIRL
MEANS-->
If someone can help me add a 2GB limiter to this installer after the page that appears when you click the installation (Windows logo), as in the case of FITGIRL installer

Quote:

Я также хотел, что, но получил только ошибки
=(
MEANS-->
I also wanted that, but only got the bugs
=(

El.Amigos 08-03-2021 07:29

Quote:

Originally Posted by Joe Forster/STA (Post 490724)
English, please!

since now he had translated so can you now help me with
Quote:

If someone can help me add a 2GB limiter to this installer after the page that appears when you click the installation (Windows logo), as in the case of FITGIRL installer

El.Amigos 01-04-2021 00:21

Does anyone has any idea of how to add splash screen to it???
If anyone can help me with this..........

Newbie-repacker 25-04-2021 23:32

This error i get
Please help me.......
Unable to compile
https://i.ibb.co/d7C0D8d/error.png

PsYcHo_RaGE 26-04-2021 08:47

Quote:

Originally Posted by El.Amigos (Post 491184)
Does anyone has any idea of how to add splash screen to it???
If anyone can help me with this..........

Will send ;)

bunti_o4u 26-04-2021 21:57

Quote:

Originally Posted by Newbie-repacker (Post 491562)
This error i get
Please help me.......
Unable to compile
https://i.ibb.co/d7C0D8d/error.png

I think you have not added any exe..

[Execs]
;Tile Caption|Exec Directory|Exec File|Shortcut Name/Action Name
AppExe1=ME|bin\|FarCryNewDawn.exe| Far Cry New Dawn

Newbie-repacker 26-04-2021 22:29

Quote:

Originally Posted by bunti_o4u (Post 491581)
I think you have not added any exe..

[Execs]
;Tile Caption|Exec Directory|Exec File|Shortcut Name/Action Name
AppExe1=ME|bin\|FarCryNewDawn.exe| Far Cry New Dawn

Idk why but still not working .....

Newbie-repacker 26-04-2021 23:03

Quote:

Originally Posted by PsYcHo_RaGE (Post 491570)
Will send ;)

I also need it
It will be nice of u....
Thanks

Newbie-repacker 27-04-2021 01:04

Quote:

Originally Posted by Newbie-repacker (Post 491582)
Idk why but still not working .....

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

Epic Titan 69 27-04-2021 07:21

Hey bunti
Do u have any idea of how i can increase the dimensions of installer
Currently its dimensions are 800*448 pixels

Thanks In Advance.......

El.Amigos 27-04-2021 07:40

Bunti can u tell me why this finalization option is half (rather not visible) visible in script compiled by me Here

https://i.ibb.co/JB7YNcC/Installing-...1-19-47-22.png

But in ur case it is fully visible......
https://fileforums.com/attachment.ph...1&d=1557437999

How its possible???
Where am going wrong???!!!

PsYcHo_RaGE 27-04-2021 07:55

Quote:

Originally Posted by El.Amigos (Post 491590)
Bunti can u tell me why this finalization option is half (rather not visible) visible in script compiled by me Here

https://i.ibb.co/JB7YNcC/Installing-...1-19-47-22.png

But in ur case it is fully visible......
https://fileforums.com/attachment.ph...1&d=1557437999

How its possible???
Where am going wrong???!!!

DPI Issue, use the fix i have provided in BLACKFIRE69's installer thread

Newbie-repacker 27-04-2021 08:01

Quote:

Originally Posted by PsYcHo_RaGE (Post 491591)
DPI Issue, use the fix i have provided in BLACKFIRE69's installer thread

Do u mean in that file which u gave in core repack script???

I think This ONE

El.Amigos 27-04-2021 08:12

Quote:

Originally Posted by PsYcHo_RaGE (Post 491591)
DPI Issue, use the fix i have provided in BLACKFIRE69's installer thread

Thanks buddy......
But there is no Setup.e32 or Setup.dr.e32 files existing previously in this folder which i have to replace

El.Amigos 27-04-2021 10:17

Quote:

Originally Posted by El.Amigos (Post 491590)
Bunti can u tell me why this finalization option is half (rather not visible) visible in script compiled by me Here

https://i.ibb.co/JB7YNcC/Installing-...1-19-47-22.png

But in ur case it is fully visible......
https://fileforums.com/attachment.ph...1&d=1557437999

How its possible???
Where am going wrong???!!!

Any fix for this bunti PLZZZZ

bunti_o4u 27-04-2021 11:47

Quote:

Originally Posted by El.Amigos (Post 491597)
Any fix for this bunti PLZZZZ


Delete the "Bahnschrift“ Fonts Installed via Registry Editor
1. For All users
Before proceeding to follow steps, make sure to login as an Administrator into your PC. Here is the complete procedure-

At first, press Win+R hokey together to start Run dialog.
Thereupon, type Regedit at blinking cursor followed by Enter to begin Registry Editor.
If UAC prompts up, select Yes to authorize the access.
On the new window, navigate to the following path-
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Fonts
Henceforth, move to the corresponding right screen and make a right-click on the font that you want to remove.
Tap Delete option on the context menu.
Afterwards, hit Yes to confirm the changes made so far and close the running Registry Editor window.
Note: Do reboot your PC to remove any leftover files. From the next logon, you won’t see the fonts you deleted using the above steps.

2. For Current User
Follow these steps to delete a particular font using Registry Editor-

Make a right-click on the Windows icon and select the Run option.
Now, type Regedit near blinking cursor followed by Enter to start Registry Editor.
On the new window, browse to the following address-
HKEY_CURRENT_USER\Software\Microsoft\Windows NT\CurrentVersion\Fonts
Succeeding after, switch to the right pane and locate the DWORD entries that you are going to delete.
Here, do the right click on the “Bahnschrift (TrueType)” string value and choose Delete option from the context menu. See Snapshot below-
add or delete Fonts

Note: Before going ahead, double-check the string value name that you are going to delete permanently. It must resemble “Bahnschrift“.

Henceforth, tap the Yes button to confirm the changes.
After you finish the above task, close the Registry window and Reboot your PC.
When System restarts, start Windows Explorer. To begin Explorer instantly, press Win+E.
Go to the Address bar and copy/paste the following path followed by Enter key–
%LocalAppData%\Microsoft\Windows\Fonts
At last, delete the following font(s)-
"bahnschrift.ttf"
That’s it, close File explorer, and Reboot your PC again.

El.Amigos 27-04-2021 20:36

Okay bunti .......
THANKS.

So is it important for the installer to install this Bahnschrift font upon launch
And if it isnt important then how to command the installer not to install this .ttf

Epic Titan 69 27-04-2021 23:12

What about this font look guys

https://i.ibb.co/3zJQN6Z/Installing-...1-11-40-15.png

I have a question bunti

does all the fonts are supported in this script

Epic Titan 69 27-04-2021 23:13

Quote:

Originally Posted by El.Amigos (Post 491604)
Okay bunti .......
THANKS.

So is it important for the installer to install this Bahnschrift font upon launch
And if it isnt important then how to command the installer not to install this .ttf

I think u need atleast one font to be installed by the installer.....
Check the above post......

I can tell u how you can change the fonts

Epic Titan 69 27-04-2021 23:30

Hmmm.....
Bunti can you tell me where can i find the settings to change the font size of the setion Inside yellow box in the attached image???

https://i.ibb.co/7vwRBV1/Installing-...1-11-56-36.png

bunti_o4u 28-04-2021 00:02

Quote:

Originally Posted by Epic Titan 69 (Post 491609)
Hmmm.....
Bunti can you tell me where can i find the settings to change the font size of the setion Inside yellow box in the attached image???

https://i.ibb.co/7vwRBV1/Installing-...1-11-56-36.png

I remember that I have modified the "Bahnschrift" font which is included in script.

Since, the "Bahnschrift" font included in script somehow override by System Font (Post windows 10 update some time back). It is showing some lables incorrectly.

That is why I mentioned to remove the System Font in this post.
https://fileforums.com/showpost.php?...&postcount=155

So changing font size won't correct the font space. Hope this clarifies all doubts..

Epic Titan 69 28-04-2021 00:20

Quote:

Originally Posted by bunti_o4u (Post 491610)
I remember that I have modified the "Bahnschrift" font which is included in script.

Since, the "Bahnschrift" font included in script somehow override by System Font (Post windows 10 update some time back). It is showing some lables incorrectly.

That is why I mentioned to remove the System Font in this post.
https://fileforums.com/showpost.php?...&postcount=155

So changing font size won't correct the font space. Hope this clarifies all doubts..

One last doubt ............
Does this font problem persists in other pc also which had run this setup at least once??

El.Amigos 28-04-2021 10:40

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

Anyone got fix for this??
Am also facing this error

Pralin[2.0] 28-04-2021 19:13

Quote:

Originally Posted by El.Amigos (Post 491620)
Anyone got fix for this??
Am also facing this error

I think u both are doing same thing wrong
U need to include iscrypt.dll under [FILES] section and Extract Temporary File(Iscrypt.dll)

Check and let me now if it fixes or not.....


All times are GMT -7. The time now is 11:30.

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