Can (By Any Chance) Someone Make A NSI File For Firefox, With The Splash Screen Disabled?
I Would Like to Learn NSI And I Think This Would Be A Good Start. Thanks
New: Kanri (Oct 09, 2024), Platform 29.5.3 (Jun 27, 2024)
1,100+ portable packages, 1.1 billion downloads
No Ads November!, Please donate today
just use the included ini file to do that.
“I can live with doubt and uncertainty and not knowing. I think it is much more interesting to live not knowing than to have answers that might be wrong.” - Richard P. Feynman
"What about Love?" - "Overrated. Biochemically no different than eating large quantities of chocolate." - Al Pacino in The Devils Advocate
how does that make a laucher?
=====================================
"PortableApps.com Lets Me Bring More Stuff To My Computer, Not Just Other Computers. Because My Computer Only Has 1GB Left" - dbdii407
-------------------------------------------
- U3 1GB Flash Drive
Na na na, come on!
The current FFPE launcher looks for the ini and executes some things there.
--
Life is about the journey not the destination!
My site * My Blog
The Kazoo Spartan
Life is about the journey not the destination!
The Kazoo Spartan
ok does anyone know how to make a NSI file to read a simple code that can read it about like 3 lines long (is that possible)
NSI File
THREE
LINES
LONG
??????
INI File
CODE HERE
=====================================
"PortableApps.com Lets Me Bring More Stuff To My Computer, Not Just Other Computers. Because My Computer Only Has 1GB Left" - dbdii407
-------------------------------------------
- U3 1GB Flash Drive
Na na na, come on!
I'm not sure what your question is.
NSIS can read and write INI files quite well.
Are you asking if it can read/write plain text files too?
MC
ok, can u tell me the code so that NsIs can read the .ini file?
=====================================
"PortableApps.com Lets Me Bring More Stuff To My Computer, Not Just Other Computers. Because My Computer Only Has 1GB Left" - dbdii407
-------------------------------------------
- U3 1GB Flash Drive
Na na na, come on!
Read the NSIS manual. It's all explained in there.
Also, can you please use proper grammar? It's hard to head your posts.
----
Ryan McCue.
Blog.
So all that Airbus-delay trouble over here in Europe is because of YOU!
Simeon.
"If you're not part of the solution, you're part of the precipitate."
im srry i was using another computer and keyboard wasnt working correctly.
tyvm
=====================================
"PortableApps.com Lets Me Bring More Stuff To My Computer, Not Just Other Computers. Because My Computer Only Has 1GB Left" - dbdii407
-------------------------------------------
- U3 1GB Flash Drive
Na na na, come on!
Besides the ini entries in the manual (help file), many of the PA apps have source code that shows examples of how to use an ini file, both reading and writing. For example, PuttyPortable.nsi uses the ini routines quite a bit.
There are lots of people here who are happy to give you clues, but sometimes you need to indicate what work you have done yourself. For example, if you had said "I've looked in the help file for NSIS and haven't found the ini routines" someone might come back and say "see ReadINIStr in the alphabetical list".
MC