Microsoft Technologies » .Net Framework » ASP.Net
ID #1002
I tried to install Ajax.Net extensions and CTP in a custom folder, but the instructions fail.
Ajax.Net is available for download from http://ajax.asp.net. The instructions for custom install read as follows:
msiexec /i <msi-file> /q INSTALLPATH=<folder-to-install-to>
The instructions given here are wrong. They should have been:
msiexec /i <msi-file> /q INSTALLDIR=<folder-to-install-to>
Which means that if you need to install it in a folder, say, D:\Program Files\Microsoft\Ajax.Net, you should execute the command:
msiexec /i <msi-file> /q INSTALLDIR="D:\Program Files\Microsoft\Ajax.Net"
(along with the quotes)
Last update: 2007-03-31 11:51
Author: Edujini
Revision: 1.1
Print this record
Send to a friend
Show this as PDF file
Export as XML-File
You cannot comment on this entry