Why is this? Where in the heck is it coming from?
Is it because the folder starts out empty?
I make no call to the desktop except creating a shortcut icon to it and changing the shortcut icon to a custom icon located in the \File Service\ Folder. Is this why?
Section -Main SEC0001
SetOutPath $INSTDIR ;files to be extracted and placed in folder upon install
SetOverwrite on
File /r 'File Service*' ;within this folder has the \upload\ directory that should be empty but has desktop.ini and thumbs.db extracted to it for some reason.
File /r 'Utilities*'
File /r 'CommonData*'
File /r 'HttpFileClient*'
;Sleep 1000
!insertmacro ReplaceInFile "$INSTDIR\File Upload Service\Config.xml" "__ID__" "$ID_NUMBER"
WriteRegStr HKLM "${REGKEY}\Components" Main 1
SectionEnd
How can I make sure those files are not there?