I am new for WIX installer setup creating. I am doing standalone java project. So i want to know how to give path directory for Id and Name.When i give path it gives error.
Directory Id='TARGETDIR' Name='SourceDir'
Error 3 The Directory/@Id attribute's value, 'Program Files\CEB', is not a legal identifier. Identifiers may contain ASCII characters A-Z, a-z, digits, underscores (_), or periods (.). Every identifier must begin with either a letter or an underscore. C:\Users\User\Desktop\SetupProject1\SetupProject1\Product.wxs 32 1 SetupProject1
Does anyone know how to fix this?