PortableEverything For All!!!

Should I Include An Option To Download Other Projects On First Project Release?


  • Total voters
    67

Jayro

MediCat USB Dev
Developer
Joined
Jul 23, 2012
Messages
12,964
Trophies
4
Location
WA State
Website
ko-fi.com
XP
16,977
Country
United States
Nobody has gotten the freeware all NTLite made portable except for one build. Could you possibly make it portable, and auto-update to the latest build each time I want to install it? I believe the link and installer are static, and statically named.
 
  • Like
Reactions: MarioMasta64

MarioMasta64

hi. i make batch stuff and portable shiz
OP
Member
Joined
Dec 21, 2016
Messages
2,297
Trophies
0
Age
26
Website
github.com
XP
2,095
Country
United States
new version uploaded that fixes the whole new discord version problem for installing. it should be able to install any version now.

--------------------- MERGED ---------------------------

forgot to take the part that jumps straight to extraction out. sorry yall if you downloaded just now. download again.

--------------------- MERGED ---------------------------

Nobody has gotten the freeware all NTLite made portable except for one build. Could you possibly make it portable, and auto-update to the latest build each time I want to install it? I believe the link and installer are static, and statically named.
i can give it a try

--------------------- MERGED ---------------------------

Nobody has gotten the freeware all NTLite made portable except for one build. Could you possibly make it portable, and auto-update to the latest build each time I want to install it? I believe the link and installer are static, and statically named.
would you care to link me the website?
 
  • Like
Reactions: Blauhasenpopo

Jayro

MediCat USB Dev
Developer
Joined
Jul 23, 2012
Messages
12,964
Trophies
4
Location
WA State
Website
ko-fi.com
XP
16,977
Country
United States
b-but... PE x86 archive... well ill see if i can find a way around this
What's the issue you're having? o.o

--------------------- MERGED ---------------------------

I have read online that people can't run a debugger on this app because if it detects a debugger, NTLite will close itself to protect it's secrets.
 
  • Like
Reactions: MarioMasta64

MarioMasta64

hi. i make batch stuff and portable shiz
OP
Member
Joined
Dec 21, 2016
Messages
2,297
Trophies
0
Age
26
Website
github.com
XP
2,095
Country
United States
What's the issue you're having? o.o

--------------------- MERGED ---------------------------

I have read online that people can't run a debugger on this app because if it detects a debugger, NTLite will close itself to protect it's secrets.
the first thing i always try is to see if its nsis (heaven archive) or pe x86 (torture archive)
upload_2017-6-15_18-8-41.png

i did however find out it has command line params

--------------------- MERGED ---------------------------

What's the issue you're having? o.o

--------------------- MERGED ---------------------------

I have read online that people can't run a debugger on this app because if it detects a debugger, NTLite will close itself to protect it's secrets.
second thing i tried was seeing its command line params. but rip screen size is too small.
upload_2017-6-15_18-9-58.png

is there a way to move a window up and beyond the screen?
 
  • Like
Reactions: Blauhasenpopo

Jayro

MediCat USB Dev
Developer
Joined
Jul 23, 2012
Messages
12,964
Trophies
4
Location
WA State
Website
ko-fi.com
XP
16,977
Country
United States
the first thing i always try is to see if its nsis (heaven archive) or pe x86 (torture archive)View attachment 90270
i did however find out it has command line params

--------------------- MERGED ---------------------------


second thing i tried was seeing its command line params. but rip screen size is too small. View attachment 90271
is there a way to move a window up and beyond the screen?
You can always connect to a 1080p TV and read it that way.

Or rotate your display to vertical. (CTRL+ALT+Left/Right Arrow Key)
 
Last edited by Jayro,
  • Like
Reactions: MarioMasta64

MarioMasta64

hi. i make batch stuff and portable shiz
OP
Member
Joined
Dec 21, 2016
Messages
2,297
Trophies
0
Age
26
Website
github.com
XP
2,095
Country
United States
You can always connect to a 1080p TV and read it that way.

Or rotate your display to vertical. (CTRL+ALT+Left/Right Arrow Key)
oh god sideways screen feels so wrong. the sacrifice must be made tho

--------------------- MERGED ---------------------------

upload_2017-6-15_18-24-36.png

took a screenshot & thank god thats over
 
  • Like
Reactions: Blauhasenpopo

MarioMasta64

hi. i make batch stuff and portable shiz
OP
Member
Joined
Dec 21, 2016
Messages
2,297
Trophies
0
Age
26
Website
github.com
XP
2,095
Country
United States
so i found out its an inno PE x86 archive format. so thats a step in a grand direction

--------------------- MERGED ---------------------------

got a proper extraction
upload_2017-6-15_19-6-7.png


--------------------- MERGED ---------------------------

found a succesful way of doing it (still requires admin for now)
:: wget http://downloads.ntlite.com/files/NTLite_setup_x64.exe or http://downloads.ntlite.com/files/NTLite_setup_x86.exe
:: move them to .\extra\
:: wget 7zip
:: wget https://sourceforge.net/projects/innounp/files/latest/download?source=typ_redirect
:: rename "download@source=typ_redirect" innounp.rar
:: move innounp.rar to .\extra\
:: install 7zip to .\bin\
:: extract innounp.rar to .\bin\innounp\
:: .\bin\innounp\innounp.exe -q -x -y -dtemp .\extra\NTLite_setup_x64.exe (or x86) using minecraft as basis for pc arch detection code snippet
:: xcopy .\temp\{app}\* .\bin\ntlite\ /e /i /y
:: rmdir /s /q .\temp\
:: set "appdata=%CD%\data\appdata\roaming\"
:: start .\bin\ntlite\ntlite.exe
:: exit
 
  • Like
Reactions: Blauhasenpopo

MarioMasta64

hi. i make batch stuff and portable shiz
OP
Member
Joined
Dec 21, 2016
Messages
2,297
Trophies
0
Age
26
Website
github.com
XP
2,095
Country
United States
Holy crap, you're a machine! I'll test this, after tinkering with DraStic on my Pi 3.
funny you say that xD ive been referred to as bot in many aspects.and im only much good at rapid prototyping (making something work and not look fancy but be used as a test) btw its set to x64 as default. since i know you use x64 pcs quite often. i hope you enjoy. if you have more ideas feel free to let me know.
 

Jayro

MediCat USB Dev
Developer
Joined
Jul 23, 2012
Messages
12,964
Trophies
4
Location
WA State
Website
ko-fi.com
XP
16,977
Country
United States
funny you say that xD ive been referred to as bot in many aspects.and im only much good at rapid prototyping (making something work and not look fancy but be used as a test) btw its set to x64 as default. since i know you use x64 pcs quite often. i hope you enjoy. if you have more ideas feel free to let me know.
Yeah, I haven't touched a 32-bit machine or OS since 2012.
 
  • Like
Reactions: MarioMasta64

MarioMasta64

hi. i make batch stuff and portable shiz
OP
Member
Joined
Dec 21, 2016
Messages
2,297
Trophies
0
Age
26
Website
github.com
XP
2,095
Country
United States
  • Like
Reactions: Blauhasenpopo

MarioMasta64

hi. i make batch stuff and portable shiz
OP
Member
Joined
Dec 21, 2016
Messages
2,297
Trophies
0
Age
26
Website
github.com
XP
2,095
Country
United States
How about KODI?
on the plus side i have a success. on the downside ill have to change how the dll files work entirely (i would have eventually) do to 32bit and 64bit dll files not getting along before i release it.

--------------------- MERGED ---------------------------

basically ill now have to have .\dll\64\ and .\dll\32\ now to accomadate all the programs
 
  • Like
Reactions: Blauhasenpopo

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
    Xdqwerty @ Xdqwerty: Bye bye