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

I am deploying in XLA using Nullsoft Installer (NSIS).

I was thinking of just adding the XLA to :
%APPDATA%\Microsoft\Excel\XLSTART

This is the Adobe Acrobat 6 appears to install PDFMaker.xla.
I think the path to XLStart is different on Vista.

What is my best bet for an automatic installation on different Windows NT
based OSs (2000,2003,XP,Vista)
for users with different versions of Office (2000-2007) ?

Thanks a bunch !
Jj











  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 6,582
Default XLA Deployment

I absolutely **HATE** it when an add-in is installed by storing it in my
XLSTART directory. This means to uninstall the add-in I have to close Excel,
find the file, and move it to another directory. A properly installed add-in
only requires opening Tools Add-Ins, and unchecking the box, then
reinstalling it only requires re-checking the same box.

The add-in installation directories for Excel 2003 in Windows XP a

C:\Program Files\Microsoft Office\OFFICE11\Library

or

C:\Documents and Settings\<username\Application Data\Microsoft\AddIns

Use one of these, or create your own subdirectory under C:\Program Files\
(if your add-in uses a number of supporting files, like data files or
templates).

Once the add-in is properly stored, then you need to install it as an Excel
add-in.

(1) Give the user instructions on how to browse to it in Tools Add-Ins,
then check the box.

(2) Use an Excel procedure to install your add-in, as Jan Karel Pieterse
describes he

http://www.jkp-ads.com/Articles/DistributeMacro10.htm

or

(3) Use advanced features in your installation builder that find and change
the appropriate registry settings.

- Jon
-------
Jon Peltier, Microsoft Excel MVP
Tutorials and Custom Solutions
Peltier Technical Services, Inc. - http://PeltierTech.com
_______


"Jimmy Jam" wrote in message
...
I am deploying in XLA using Nullsoft Installer (NSIS).

I was thinking of just adding the XLA to :
%APPDATA%\Microsoft\Excel\XLSTART

This is the Adobe Acrobat 6 appears to install PDFMaker.xla.
I think the path to XLStart is different on Vista.

What is my best bet for an automatic installation on different Windows NT
based OSs (2000,2003,XP,Vista)
for users with different versions of Office (2000-2007) ?

Thanks a bunch !
Jj













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
RTD Server deployment John Haldi Excel Programming 3 April 21st 08 03:01 PM
Excel Add In Deployment Exton Excel Discussion (Misc queries) 4 October 27th 07 02:25 PM
deployment mark Excel Programming 1 May 10th 07 01:39 PM
Package and Deployment... K. Wilder Excel Programming 2 January 17th 05 01:54 AM
Deployment question Lee Excel Programming 0 July 9th 03 10:47 PM


All times are GMT +1. The time now is 08:52 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"