Hi Mark,
This should get you going.
Use the following statements to launch the MSI package with appropriate
Transform
Full Remote Debugging:On the Start menu, choose Run.
Type the following:
msiexec /qb+ /i n:\<Visual Studio .NET CD1>\vs_setup.msi NOVSUI=1
TRANSFORMS="n:\<Visual Studio .NET CD1>\Setup\Rmt9x.mst" SERVER_SETUP=1
ADDLOCAL=Full_Remote_Debugging
For example:
msiexec /qb+ /i d:\vs_setup.msi NOVSUI=1 TRANSFORMS="d:\Setup\Rmt9x.mst"
SERVER_SETUP=1 ADDLOCAL=Full_Remote_Debugging
<<
Native Debugging:On the Start menu, choose Run.
Type the following:
msiexec /qb+ /i n:\<Visual Studio .NET CD1>\vs_setup.msi NOVSUI=1
TRANSFORMS="n:\<Visual Studio .NET CD1>\Setup\Rmt9x.mst" SERVER_SETUP=1
ADDLOCAL=Native_Only_Debugging
For example:
msiexec /qb+ /i d:\vs_setup.msi NOVSUI=1 TRANSFORMS="d:\Setup\Rmt9x.mst"
SERVER_SETUP=1 ADDLOCAL=Native_Only_Debugging
<<
Or
Navigate to the root of the first installation CD or DVD,
D:\remotecomponents.htm
find the example MSI command line.
Thank you, John Soulis
Microsoft, ASP.NET
This posting is provided "AS IS", with no warranties, and confers no rights.
Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm