Windows Develop Bookmark and Share   
 index > ClickOnce and Setup & Deployment Projects > Get Program Files
 

Get Program Files

Hi,

howdo I write "Program Files" in registry in my Setup Project, but a way that works on all curture... I mean, If I write something like:
%ProgramFiles% I work on all windows languagues?

because, portuguese should be "C:\Arquivos de Programas", english "C:\ Program Files"....

I need that my setup project works in all windows languages!

Thanks.
Henrique_Machado  Saturday, August 01, 2009 11:18 PM
What exactly do you mean by "write"? I'm wondering if it's your code you're referring to or the install in general. The setup project has an Application Folder that is based on the Program Files folder on the actual target machine, and everything just works if you put your files there using the IDE. Theenglish text "Program Files folder" isn't hard-coded anywhere in a setup project or in Windows.
Phil Wilson
PhilWilson  Monday, August 03, 2009 8:15 PM
What exactly do you mean by "write"? I'm wondering if it's your code you're referring to or the install in general. The setup project has an Application Folder that is based on the Program Files folder on the actual target machine, and everything just works if you put your files there using the IDE. Theenglish text "Program Files folder" isn't hard-coded anywhere in a setup project or in Windows.
Phil Wilson
PhilWilson  Monday, August 03, 2009 8:15 PM

You can use google to search for other answers

Custom Search

More Threads

• click once deployement for Visual Studio .Net 2003
• Control in IE interferes with Form Post in ASPX page
• Installing ClickOnce server to multiple URLs
• ClickOnce "Friendly Fail" for Restricted Users
• clickonce push update
• bootstrap problem
• Custom User interface during setup
• Remove Previous Installed Version in Visual Studio 2008
• need code for custom update checking...
• How to get the Deployment Projects's version