Does anyone know of a way to specify the installation directory when the MSI
has disabled the browse functionality? I do not have enough harddrive space
on C: and would like to install to D: instead.

Re: WDK install issue by Jeff

Jeff
Wed Mar 08 06:57:32 CST 2006

"Takin Nili-Esfahani" <tesfaha@hotmail.com> wrote in message
news:ugJBe$lQGHA.5808@TK2MSFTNGP12.phx.gbl...
> Does anyone know of a way to specify the installation directory when the
> MSI has disabled the browse functionality? I do not have enough harddrive
> space on C: and would like to install to D: instead.

Run the MSI from the command line, e.g.:

msiexec /i <your msi file> TARGETDIR=<your target directory>

If that doesn't work, try INSTALLDIR=<your target directory>.



Re: WDK install issue by Don

Don
Wed Mar 08 07:07:38 CST 2006

If this is the latest WDK there is a trick to enable browsing. If you are
installing the WDK but not the DTM choose custom then select the driver kit
entry (forget the exact name, but it is the item below the top item in the
tree control) this will enable the browse. This works on 5308 but not the
previous version.


--
Don Burn (MVP, Windows DDK)
Windows 2k/XP/2k3 Filesystem and Driver Consulting
Remove StopSpam from the email to reply



"Takin Nili-Esfahani" <tesfaha@hotmail.com> wrote in message
news:ugJBe$lQGHA.5808@TK2MSFTNGP12.phx.gbl...
> Does anyone know of a way to specify the installation directory when the
> MSI has disabled the browse functionality? I do not have enough harddrive
> space on C: and would like to install to D: instead.
>



Re: WDK install issue by Takin

Takin
Wed Mar 08 12:36:56 CST 2006

Thanks. You have to select "Driver Development Kit" in the tree control to
enable the browse button.

"Don Burn" <burn@stopspam.acm.org> wrote in message
news:uZzgNFrQGHA.5036@TK2MSFTNGP12.phx.gbl...
> If this is the latest WDK there is a trick to enable browsing. If you are
> installing the WDK but not the DTM choose custom then select the driver
> kit entry (forget the exact name, but it is the item below the top item in
> the tree control) this will enable the browse. This works on 5308 but not
> the previous version.
>
>
> --
> Don Burn (MVP, Windows DDK)
> Windows 2k/XP/2k3 Filesystem and Driver Consulting
> Remove StopSpam from the email to reply
>
>
>
> "Takin Nili-Esfahani" <tesfaha@hotmail.com> wrote in message
> news:ugJBe$lQGHA.5808@TK2MSFTNGP12.phx.gbl...
>> Does anyone know of a way to specify the installation directory when the
>> MSI has disabled the browse functionality? I do not have enough
>> harddrive space on C: and would like to install to D: instead.
>>
>
>