Skip to content
⌘ NSIS Forum Archive

Instdir

3 posts

tkw829#

Instdir

When I use $PROGRAMFILES as my install directory, I have a problem running a command in windows NT. I think it's because of the space in "Program Files" because if I change the install directory to "C:\temp" or any other single word directory, it works fine. Does anyone know how I can solve my dilemma?
DrO#
you need to use quotes " around the directory path so that it will cope with the spaces in it

-daz