I have an issue with SetPackageName,
in my install.aic file:
SetPackageName &PACKNAME&.exe -buildname DefaultBuild
SetPackagename &PACKNAME&.msi -buildname MsiBuild
For some reason this seems to fail, so the output from the build says:
SetPackageName Sp3lisse\.exe -buildname DefaultBuild
SetPackagename Sp3lisse\.msi -buildname MsiBuild
You see the "\" in the package name, then it just defaults to the name of the .aip file.

How can I avoid getting "\" in the packagename???
/Carl