Skip to content
⌘ NSIS Forum Archive

Driveletters and "execute-line"

4 posts

Dizzy007#

Driveletters and "execute-line"

Hi All!

I've got 2 questions.

How can i change the "Execute"-Line to my own text or blank?

And how can i get all local driveletters?
Does anyone have code snippets ? 🙂

Thanks
Dizzy
kichik#
You will have to edit the NLF to change the execute string, assuming you are using NSIS 2.0a* or the new 2.0b0 CVS version. If you are using an older version you will have to edit the source code and recompile.

Using GetLogicalDriveStrings in an external DLL (plugin) will give you a list of avaiable drives.
Dizzy007#
GetLogicalDriveStrings

Hmm - no i'm using 1.98.
But the "execute-line" is not sooo important.

Can you tell me which dll i have to use and where i can found it?
Perhaps with a code snippet? 😁

Thanks