Skip to content
⌘ NSIS Forum Archive

Problem with the File Command

3 posts

aemik#

Problem with the File Command

I have a filelist for my Installer:

It looks like that:
File File\Pic1.jpg
File File\Pic2.jpg
File File\Pic3.jpg

But what happens when I have a Commandline like this?
File File\Pic 1.jpg


Does the compiler read the blank???
Or do i have to use quotes like "File\Pic 1.jpg"???


I want to use filenames with blanks but no quotes. is it possible???

thanks for help
aemik
kichik#
You can't have spaces in any parameter but not quote it. If you do not quote it, it'd be considered as two parameters.