J
joelcochran
I have a VS2005 CF exe that is going into a folder in Program Files,
like so:
%CSIDL_PROGRAM_FILES%\My_Exe_Name_As_Folder
I also have supporting DLLs and such going to:
%CSIDL_PROGRAM_FILES%\My_Dll.cf_As_Folder
I want these to go in a subdirectory for my company:
%CSIDL_PROGRAM_FILES%\My_Company_Name\My_Exe_Name_As_Folder
%CSIDL_PROGRAM_FILES%\My_Company_Name\My_Dll.cf_As_Folder
I can see this option in the Project Properties, but it is read-only,
so I can't change it. How can I alter the target path for the device?
TIA,
Joel Cochran
like so:
%CSIDL_PROGRAM_FILES%\My_Exe_Name_As_Folder
I also have supporting DLLs and such going to:
%CSIDL_PROGRAM_FILES%\My_Dll.cf_As_Folder
I want these to go in a subdirectory for my company:
%CSIDL_PROGRAM_FILES%\My_Company_Name\My_Exe_Name_As_Folder
%CSIDL_PROGRAM_FILES%\My_Company_Name\My_Dll.cf_As_Folder
I can see this option in the Project Properties, but it is read-only,
so I can't change it. How can I alter the target path for the device?
TIA,
Joel Cochran