LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #11   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 249
Default Distribute Excel Application

I would think so. Actually I've never used the office version P&D tool. They
may be in a better position to answer office P&D questions here.
microsoft.public.office.developer.automation

I place the various OCX or DLL files in a distribution share then run this
CMD script to install and register them.

--------registration.cmd-----------
net use Z: /d
net use Z: \\naras0\someshare
attrib -h %systemroot%\system32\mscomct2.ocx
regsvr32 /u /s %systemroot%\system32\mscomct2.ocx
xcopy Z:\mscomct2.ocx %systemroot%\system32 /h /q /v /y
regsvr32 /s %systemroot%\system32\mscomct2.ocx
net use Z: /d
--------end file-----------

--

Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect

wrote:
| Thanks Dave.
|
| I was reading the info from http://support.microsoft.com/?id=305528.
| If I use Microsoft Office XP Developer Edition to package my Excel app
| (which saved in Excel 97 to 2003 format), can the recipients run the
| app on their Excel 2000 machine?
|
| Also, what does the following do in plain English? Do I put it in a
| batch file?
|
| net use Z: /d
| net use Z: \\naras0\someshare
| attrib -h %systemroot%\system32\mscomct2.ocx
| regsvr32 /u /s %systemroot%\system32\mscomct2.ocx
| xcopy Z:\mscomct2.ocx %systemroot%\system32 /h /q /v /y
| regsvr32 /s %systemroot%\system32\mscomct2.ocx
| net use Z: /d
|
| mscomct2.ocx contains;
| Microsoft Animation Control
| Microsoft UpDown Control
| Microsoft MonthView Control
| Microsoft Date and Time Picker Control
| Microsoft Flat ScrollBar Control
|


 
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
Distribute Excel Macro JP SIngh Excel Programming 2 May 6th 05 12:32 PM
How to distribute a workbook as a stand-alone application? Paul Gallagher Excel Programming 5 March 16th 05 09:53 PM
Files to distribute with Excel 11.0? Rob Bovey Excel Programming 1 September 10th 04 05:03 PM
Distribute Excel Addin PC[_3_] Excel Programming 1 July 23rd 04 03:43 AM
Distribute Personl.xls and excel.xlb for net use Petra Frimpong Excel Programming 2 February 12th 04 03:08 PM


All times are GMT +1. The time now is 04:51 PM.

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

About Us

"It's about Microsoft Excel"