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)

Categories for this entry

Last update: 2007-03-31 11:51
Author: Edujini
Revision: 1.1

Print this record Print this record
Send to a friend Send to a friend
Show this as PDF file Show this as PDF file
Export as XML-File Export as XML-File

Please rate this entry:

Average rating: 0 from 5 (0 Votes )

completely useless 1 2 3 4 5 most valuable

You cannot comment on this entry