i am not to able to pass "[SourceDir]" path when SourceDir path has spaces.
ex: SourceDir = "C:\Temp\Setup" i am able to send "C:\Temp\Setup" path to custom action SourceDir = "C:\Temp setup\Setup" wix passing only "C:\Temp" to custom action
ExeCommand="[SourceDir]Setup"