Jump to content


This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.
Photo

Finding the Library path for Excel


1 reply to this topic

dantam1

dantam1
  • Members
  • 5 posts

Posted 05 July 2006 - 11:03

I am creating an installer to drop an XLA addin into the Excel Library folder, however this changes depending on which language of Office you are installing. (ie Germany its Makro)

I have sourced some VBS code which seems to work, however I am trying to get this to work in an MSI in the custom table.

Can someone please assist in how I would get this script to work, or perhaps an alternative solution for this.

Many thanks

Dan

<script>

Dim exApp
set exApp = CreateObject("Excel.Application")
WScript.Echo exApp.LibraryPath
exApp.Quit


<script>



SourceList

SourceList
  • Members
  • 15 posts

Posted 02 August 2006 - 15:26

Hi Dan,

Use Session.Properties to pass a variable (In and) Out of your scipt.


Edited by SourceList, 02 August 2006 - 15:29.

James
~~~~~
dotMSI.com