Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4
Default Package and Deployment...

I've automated some functions in Office 2003 and it uses the MS Soap 3.0
Toolkit to communicate with a .Net web service. It all works perfectly on my
development machine, but I get errors when I try installing the setup from
the packaging wizard.

There are 3 DLL dependent files that are needed with this application, but
they don't register on the users machine and therefore the application won't
work.

There is always an error message saying the DLL's could not be registered
and to Abort, Retry or Ignore.

How can I get these DLL's to register on users machines?

Thanks,

King Wilder
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 205
Default Package and Deployment...

Hi King,

I've automated some functions in Office 2003 and it uses the MS Soap 3.0
Toolkit to communicate with a .Net web service. It all works perfectly on my
development machine, but I get errors when I try installing the setup from
the packaging wizard.

There are 3 DLL dependent files that are needed with this application, but
they don't register on the users machine and therefore the application won't
work.

There is always an error message saying the DLL's could not be registered
and to Abort, Retry or Ignore.

How can I get these DLL's to register on users machines?


IIRC, you need to install the SOAP toolkit on all user machines as well as the
development machine, so you'd write an install script for just your components,
then call MS' SOAP toolkit install separately. I don't think you can rely on the
P&D wizard to get everything correct by itself.

Regards

Stephen Bullen
Microsoft MVP - Excel
www.oaltd.co.uk


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4
Default Package and Deployment...

Stephen,

Thanks for the info. Unfortunately that won't be possible for every user.
I'll have to think of a work around.

Thanks again,

King Wilder


"Stephen Bullen" wrote:

Hi King,

I've automated some functions in Office 2003 and it uses the MS Soap 3.0
Toolkit to communicate with a .Net web service. It all works perfectly on my
development machine, but I get errors when I try installing the setup from
the packaging wizard.

There are 3 DLL dependent files that are needed with this application, but
they don't register on the users machine and therefore the application won't
work.

There is always an error message saying the DLL's could not be registered
and to Abort, Retry or Ignore.

How can I get these DLL's to register on users machines?


IIRC, you need to install the SOAP toolkit on all user machines as well as the
development machine, so you'd write an install script for just your components,
then call MS' SOAP toolkit install separately. I don't think you can rely on the
P&D wizard to get everything correct by itself.

Regards

Stephen Bullen
Microsoft MVP - Excel
www.oaltd.co.uk



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Excel macro deployment bk1234 Excel Discussion (Misc queries) 0 April 29th 10 07:51 PM
Excel Add In Deployment Exton Excel Discussion (Misc queries) 4 October 27th 07 02:25 PM
PACKAGE & DEPLOYMENT WIZARD FARAZ QURESHI Excel Discussion (Misc queries) 2 January 22nd 07 06:51 AM
App using OWC 2003 Deployment - How to ? Nick Palmer Excel Programming 0 April 13th 04 06:03 PM
Deployment question Lee Excel Programming 0 July 9th 03 10:47 PM


All times are GMT +1. The time now is 11:46 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"