- Download and install HTML Help Workshop from http://msdn.microsoft.com/en-us/library/ms669985(VS.85).aspx.
- Download and install InnoSetup's ISPack from http://innosetup.com/.
- Download the latest snapshot of the JamPlus binaries from http://jamplus.org. Unzip it into a directory.
- Download Wget. One location to grab it from is http://users.ugent.be/~bpuype/wget/. Put the
wget.exein your PATH. - Download unzip from http://www.info-zip.org/UnZip.html. Put the
unzip.exein yourPATH.
- Run the
CreateJamVS2010Workspace.bat(orCreateJamVS2008Workspace.batorCreateJamVC6Workspace.bat) script in the Workspace Whiz main directory after putting thejamplus\bin\ntx86directory in yourPATH(or modifying theCreateJamVS2010Workspace.batscript to point to that directory). - Navigate to
build2010\_workspace.vs2010_\and openWorkspaceWhiz.slnwithin Visual Studio 2010. - Build the solution.
- Build the Installer project in the solution.
It takes two instances of Visual Studio in order to debug Workspace Whiz. The first instance contains the Workspace Whiz solution, and it must not have the Workspace Whiz add-in active. The second instance is launched by the first instance and will be running Workspace Whiz.
Before launching the first instance of Visual Studio, run the following at the command line:
[d:\workspacewhiz]cd build2010\win32-release\image
[d:\workspacewhiz\build2010\win32-release\image]regsvr32 /u WorkspaceWhizD.dll
[d:\workspacewhiz\build2010\win32-release\image]regsvr32 /u WorkspaceWhiz.dll
- Launch Visual Studio.
- Load the Workspace Whiz solution.
- Build the solution. It will automatically register Workspace Whiz as an add-in within Visual Studio.
- Right click on the WorkspaceWhiz project in the Solution Explorer. Choose Properties.
- In the Debugging tab, choose Command and press the down arrow. Choose Browse. Browse for
C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\devenv.exe. Click OK. - Debug.
Building the solution will automatically register the Workspace Whiz add-in with Visual Studio.