![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
![]()
When I write a VS 2005 application (as an Outlook add-in), I realize I need
to include the following apps in my installation package: DotNetFX o2003PIA VSTOR WindowsInstaller-KB893803.... The problem is the VS Installation utiluty requires the installer to use Setup.exe which then requires manual intervention to complete each individual installs. So how can we get around this so that everything is included in one MSI? What do the "big boys" do in more professional applications? Should I use a different MSI builder? Thanks! |
Ads |
#2
|
|||
|
|||
![]()
Usually when you deploy a managed code addin package you set it up to check
for pre-requisites and either install them from the installation package or from a download, using the bootstrapper to add the pre-requisites. There are deployment articles that tell you how to add bootstrapper packages and set up your checks for pre-requisites. -- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Professional Programming Outlook 2007 Reminder Manager, Extended Reminders, Attachment Options http://www.slovaktech.com/products.htm "DG" wrote in message news ![]() When I write a VS 2005 application (as an Outlook add-in), I realize I need to include the following apps in my installation package: DotNetFX o2003PIA VSTOR WindowsInstaller-KB893803.... The problem is the VS Installation utiluty requires the installer to use Setup.exe which then requires manual intervention to complete each individual installs. So how can we get around this so that everything is included in one MSI? What do the "big boys" do in more professional applications? Should I use a different MSI builder? Thanks! |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Custom Installation Wizard | Peter | Outlook - General Queries | 3 | June 9th 07 07:01 PM |
Custom Installation Wizard | AJ | Outlook - General Queries | 15 | March 26th 07 11:11 AM |
Using Custom Installation Wizard: Leave off Language Bar | Alan Truism | Outlook - General Queries | 0 | August 22nd 06 05:05 PM |
Office 2003 Custom Installation Wizard | GaryS | Outlook - Installation | 1 | July 25th 06 06:32 PM |