Archive: How can i make sure that a drive (c:) exists using NSIS installer scripts.


How can i make sure that a drive (c:) exists using NSIS installer scripts.
How can i make sure that a drive (example - c:) exists using NSIS installer scripts? Is there any extension or plugin available?


Why do you care?

The normal directory check code should work as long as the volume is mounted with a supported filesystem...

If you need to know the type of drive you have to use the system plugin to call kernel32::GetDriveType