Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
RTD Server deployment | Excel Programming | |||
Excel Add In Deployment | Excel Discussion (Misc queries) | |||
deployment | Excel Programming | |||
Package and Deployment... | Excel Programming | |||
Deployment question | Excel Programming |