My install program puts a link to my program in the Start menu as well as creates a desktop short cut. The program runs fine from either place.

But in the properties of the link and shortcut, on a Windows 7 64-bit computer, the link to the icon for the program's link and shortcut is incorrect.

I get an error message:

Windows can't find the file %ProgramFiles%\<my company name>\<my program name>\<my program>.exe.

The error is obvious. It should be:

%ProgramFiles(x86)%\<my company name>\<my program name>\<my program>.exe.

SetupBuilder only has %PROGRAMFILESDIR% for [INSTALLDIR]. There's no place to change the variable.