Archive: Driveletters and "execute-line"


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


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.


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? :D

Thanks


You have to create your own DLL. Use ExDLL in your contrib dir as an example.