DOWNLOAD Smarters Windows Player With Remote DNS

jorgepreis

Member
Joined
Jul 24, 2022
Messages
36
Awards
2
Offline
After the compiling its done how to I use Setup Factory to make app.asar a .exe file? I'm kinda new to Windows things...
 

AfterLife

Well-known member
Joined
May 15, 2021
Messages
1,131
Awards
4
Online
how do we extract the contents of a exe/msi file please ?
 

IɴғɪɴɪᴛᴇSᴛʀᴇᴀᴍs

Moderator
Staff member
VIP Member
Joined
Apr 7, 2021
Messages
1,168
Awards
4
Offline
how do we extract the contents of a exe/msi file please ?
You could try using 7zip I've been getting some luck with certain exes and msi's with that heads up that official purple has a main.json call so not as easy to do need to find some time to try and replicate response on the Dev panel or something see if I can get a result then
 

AfterLife

Well-known member
Joined
May 15, 2021
Messages
1,131
Awards
4
Online
You could try using 7zip I've been getting some luck with certain exes and msi's with that heads up that official purple has a main.json call so not as easy to do need to find some time to try and replicate response on the Dev panel or something see if I can get a result then
kk pal thank you
 

gjimenez

Member
Joined
Dec 2, 2022
Messages
31
Awards
3
Offline
Hi guys
I share the steps with which I managed to personalize, in case someone else can help you. Without detracting from our partner

[B]RainBow[/B]

Thank you.:


1. Install Visual Studio Code
2. Install NodeJs package libraries (URL : https://nodejs.org/en)
3. Install Resource Hacker to customize the .exe (http://www.angusj.com/resourcehacker/)
4. We install Inno Setup (https://jrsoftware.org
)
5.Creation of MultiDNS (windns.html) Here we will handle the DNS) > This must be in our Hosting.


After the Tools are installed:

6. We unzip the Folder (KINGTV)
7. We open the Resources folder.
8. From the Resources folder, right-click, open a PowerShell terminal and run the command From the Resources folder, right-click, open a PowerShell terminal and run the command
(
Code:
 npx asar extract app.asar app
).
9. Now we will have the decompiled code, we proceed to make the changes we want.


Personalization :

10. We will place the URL of our DNS that we have previously uploaded to the Hosting: we go to the route: Resources/app/www/js/

We open the util.js file with Visual studio Code and in Line 8 we will place the URL of our DNS >
11. In the Path: resources\app\LOGO we can Customize The Logos, favicon, etc...

12. In the Route: resources\app\www\images We can customize the Home background, Home Logo, Login Background, Etc.

13. in Path : resources\app\www
Inside the app.js file

Line 20 label: "NAME", change the Name
Line 44 label: "NAME" change the name

14. in Path : resources\app\www
Change favicon.ico

15. In the Path: resources\app\www\js
Inside the main.js file

Line 13 We will indicate if we want MultiDNS or SingleDNS
multiDNS : true
either
multiDNS : false

16. In the Path: resources\app

Change favicon.ico - favicon.png
in the package.json file we customize the name



17 - We open Resource Hacker
We change the Icon and the description of our executable.

18. We pack again
Code:
 npx asar pack app app.asar

After the packaging process ends, we proceed to delete the app folder


18. CREATION OF OUR .exe INSTALLER

NOTE> this step is optional, if we want to have an installer for end users.

19. We open Inno Setup and create a New Setup Script Wizard
- We complete the information > name, Version, URL etc...
- We select the destination Folder of our installation. (default is :program Files)
- We place the Name for our folder
- We select whether or not we want users to be able to change this name.
- We select the location of our already customized .exe
- We add the main Folder (the one that contains < Locales / resources and all the other files.
- We select the other options that we want and finish our Script.

20 We compile our Script and we will have our Setup.exe ready
 

TechAppSystem

Member
Joined
Jun 9, 2021
Messages
17
Awards
1
Offline
Hello friends,

Before we start the process, we need to install nodejs on our computer.

URL : https://nodejs.org/en
KINGTV : *** Hidden text: cannot be quoted. ***


After installing node js on our computer, extract the KING TV application from the rar. Open the Resources folder. now while the folder is open, hold the shift key, right click and open terminal screen in that folder

> npx asar extract app.asar rainbow

After sending this command, the decompilation process will start and a folder called rainbow will be created.

Change URL : www > js > util.js > Line 8

Example dns file : *** Hidden text: cannot be quoted. ***


App Name : Search > KINGTV
İmages Folder : LOGO and www > images

After your editing is complete, send the following command and perform the packaging process.

> npx asar pack rainbow app.asar

Using the Resource Hacker application, you can change the information of the exe file and the icon file.
You can create a setup file using the Setup Factory program.




Very good friend, and how can I change the language? Anybody know?
 

gjimenez

Member
Joined
Dec 2, 2022
Messages
31
Awards
3
Offline
Very good friend, and how can I change the language? Anybody know?
Hi, friend.


You can change the language here:

\resources\app\www\js

util.js


For example on the Login screen:
Label > Place Any Name.

you can modify in Line 5533


<div class="form-group">'
Text += ' <input type="text" placeholder="Any Name" id="name" value="" source="loginForm" class="form-control signin imageFocus"/>'
Text += ' </div>'
 

TechAppSystem

Member
Joined
Jun 9, 2021
Messages
17
Awards
1
Offline
Hi, friend.


You can change the language here:

\resources\app\www\js

util.js


For example on the Login screen:
Label > Place Any Name.

you can modify in Line 5533


<div class="form-group">'
Text += ' <input type="text" placeholder="Any Name" id="name" value="" source="loginForm" class="form-control signin imageFocus"/>'
Text += ' </div>'
Thanks for your special help.
 

AfterLife

Well-known member
Joined
May 15, 2021
Messages
1,131
Awards
4
Online
A heads up with inno setup Creator once u install the smarters app n run it it won't fully uninstall unless u kill the process in task manager if someone can guide us on how to setup the software to kill the process before uninstall that would be great Thanks in advance
 

IɴғɪɴɪᴛᴇSᴛʀᴇᴀᴍs

Moderator
Staff member
VIP Member
Joined
Apr 7, 2021
Messages
1,168
Awards
4
Offline
A heads up with inno setup Creator once u install the smarters app n run it it won't fully uninstall unless u kill the process in task manager if someone can guide us on how to setup the software to kill the process before uninstall that would be great Thanks in advance
I noticed this myself process doesn't kill strange
 

FelixSchrodinger

Well-known member
Joined
Jun 17, 2022
Messages
271
Awards
3
Offline
A heads up with inno setup Creator once u install the smarters app n run it it won't fully uninstall unless u kill the process in task manager if someone can guide us on how to setup the software to kill the process before uninstall that would be great Thanks in advance
smart install maker allows to implement a kill process action before uninstall
About to download this to have a play but it seems the better idea would be to kill the process upon exiting the app.
 
Top