I know this might be considered OT, but still...
Using the delivered MSI, what would be the "magic MSIEXEC command line" to:
- upgrade ("upgrade all components") an existing DTW installation?
- install DTW on a machine where it's not present, to the default location
(hope it uses the "Program Files" location from the registry, and doesn't
hardcode c:\Program Files...)?
- install DTW on a machine where it's not present, to a specified location?
FWIW, for MSDN, we have found out we need to use:
msiexec /l*v c:\msdn_Jan2006_upgrade.log /passive /i
\\mwgstore\msdn\Jan2006\msdn.msi QUICKINSTALL=1 SETUP_EXE=yes
by looking into the MSI using Orca and surfing the net...
TIA
|