Outlook Add-In: any Example for RollOut

Add-in Express™ Support Service
That's what is more important than anything else

Outlook Add-In: any Example for RollOut
HowTo RollOut a Outlook-AddIn 
Ralf Berlau




Posts: 3
Joined: 2005-03-23
Hi all,

any howto to rollout a outlook-addin avail?

ralf....
Posted 23 Mar, 2005 15:58:55 Top
Dmitry Kostochko


Add-in Express team


Posts: 2875
Joined: 2004-04-05
Hi Ralf,

What do you mean?


Posted 24 Mar, 2005 03:17:38 Top
Ralf Berlau




Posts: 3
Joined: 2005-03-23
Hi Dimitry,

after programming an add-in i have to "install it on some pc" = rollout.

Now i am looking for a "HowTo" wich explain what i have to do to build a package wich i can rollout (=install on some pc).

Ex. "HowTo build a Setup.exe to Install myAddIn"

Is a AddIn-Installation like any exe-installation wich i can build with installshield?

Ralf....
Posted 24 Mar, 2005 06:41:04 Top
Dmitry Kostochko


Add-in Express team


Posts: 2875
Joined: 2004-04-05
Hi Ralf,

Is a AddIn-Installation like any exe-installation wich i can build with installshield?

Yes, it is quite similar to any exe installation. Additionally you need to register the DLL in the target system (regsvr32.exe myAddIn.dll). Unfortunately we don't use InstallShield so I can't give you a precise step-by-step instruction how to do this via InstallShield.


Posted 24 Mar, 2005 08:46:30 Top