Sep 26, 2008 #1 RichS Programmer Joined Apr 24, 2000 Messages 380 Location US My application is a click once available when users are disconnected. It installs in the "Documents and Settings\myusername" folder. Is it possible to change this installation folder to something else?
My application is a click once available when users are disconnected. It installs in the "Documents and Settings\myusername" folder. Is it possible to change this installation folder to something else?
Oct 12, 2008 #2 N3XuS Programmer Joined Mar 1, 2002 Messages 339 Location BE Is it an MSI installer ? MSIEXEC and msi.dll have parameters for the installation directory . http://msdn.microsoft.com/en-us/library/aa367988.aspx Upvote 0 Downvote
Is it an MSI installer ? MSIEXEC and msi.dll have parameters for the installation directory . http://msdn.microsoft.com/en-us/library/aa367988.aspx