Automating WSS v3/MOSS 2007 development environment setup: part XIV – Install IE7 Developer Toolbar, WSS v3 and MOSS 2007 SDKs

Hi,

Thanks for the support I received on this (long) series of posts.

We are close to the end of it. So we now focus on more “developer centric” little tools: Internet Explorer 7 Developer Toolbar and Software Development Kits for WSS v3 and MOSS 2007.

Internet Explorer 7 Developer Toolbar unattended setup

This toolbar is almost mandatory to develop Web items with/for Internet Explorer. It can be downloaded from here:

To know how to set it up, you now know what to look at : the “/?” argument:

You just launch it:

 IEDevToolBarSetup.msi /quiet /norestart

And here you are:

Notes:

  • Installing from the network, you may have a security warning message
  • Internet Explorer 8 (released today on the web) already includes some tools for web development, available pressing “F12”:

WSS v3 and MOSS 2007 SDKs unattended setup

Any developer on SharePoint platform should know these. They help finding the way to achieve the expected customization.

They can be downloaded from here:

To set them up unattended, use the same principle: “/?” argument to know which switches are enabled:

Then launch the setup:

 "WSSv3 SDK v1.4.exe" /quiet /norestart /passive
"MOSS 2007 SDK v1.4.exe"  /quiet /norestart /passive

and here you are:

Still few steps, and you’ll be close to a good development environment :-)

< Emmanuel />