Installin Dotnet Framework SDK -
02-09-2006
, 07:43 PM
Can we change the Installation Directory of Dotnet SDK. if possible how can we achieve it.
we are creating a customised package and our requirement is to install this SDK on both servers as well workstations.
In workstations(windows XP SP2) The application will be installed to C:\Program Files \.... we want to change this to D:\Program Files on Servers (Windows 2003).
we tried by installing through command prompt by giving the msiexec /i netfxsdk.msi TARGETDIR=D:\Program~1 but the MSI was installing to the same location i.e C:\Prog~1
ANY HELP IS APPRECIATED.
Many Thanks in Advance
---
Posted via www.DotNetSlackers.com |