custom OutlookAddIn setup Programming Software Development by emilio … install the poject in another computer, i added a new SetupProject to the solution and targeted the primary output to my… Re: Perspective or Coords problem Programming Game Development by sfuo … initialize() functions remove gluLookAt(); And use this code for your SetupProject() function [CODE]void SetupProjection() { glViewport(0, 0, windowWidth, windowHeight); // reset… Re: custom OutlookAddIn setup Programming Software Development by kvprajapati Have a look at an article - [URL="http://msdn.microsoft.com/en-us/library/ms406083.aspx"]Deploying Visual Studio 2005 Tools for Office Solutions Using Windows Installer[/URL]. Re: custom OutlookAddIn setup Programming Software Development by emilio i got the direction. thanks