New: Kanri (Oct 9, '24), Platform 29.5.3 (Jun 27, '24) 1,100+ portable packages, 1.1 billion downloads No Ads November!, Please donate today
Does anyone know how to get the current drive letter with NSIS?
${GetRoot} "$EXEDIR" $variable
Yours
Steve Lamerton
My Blog
How do I include the GetRoot Funktion? As a !Include "GetRoot.nsh"? “Science is the belief in the ignorance of the experts” - Richard P. Feynman
"What about Love?" - "Overrated. Biochemically no different than eating large quantities of chocolate." - Al Pacino in The Devils Advocate
it's !include "FileFunc.nsh" ---- Ryan McCue. Blog. So all that Airbus-delay trouble over here in Europe is because of YOU! Simeon.
!include "FileFunc.nsh"
"If you're not part of the solution, you're part of the precipitate."
i need that
Never curse the alligator till you done cross the bridge.
I've seen people do StrCpy $EXEDIR $DRIVE 1 to save space.
StrCpy $EXEDIR $DRIVE 1
Insert original signature here with Greasemonkey Script.
${GetRoot} "$EXEDIR" $variable
Yours
Steve Lamerton
My Blog
How do I include the GetRoot Funktion?
As a !Include "GetRoot.nsh"?
“Science is the belief in the ignorance of the experts” - Richard P. Feynman
"What about Love?" - "Overrated. Biochemically no different than eating large quantities of chocolate." - Al Pacino in The Devils Advocate
it's
!include "FileFunc.nsh"
----
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."
i need that
Never curse the alligator till you done cross the bridge.
I've seen people do
StrCpy $EXEDIR $DRIVE 1
to save space.
Insert original signature here with Greasemonkey Script.