Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I want to create an installation program in Visual Basic.NET to install Excel
templates on a user's computer system. That's no problem, but I also need to see if the user already has a Microsoft Office Workgroup Templates location identified. If they do, then I want the Excel templates to be installed in that directory. If they don't, I want to set the Workgroup Templates location programmatically. So, what namespace and class allows me to read and change the Workgroup Templates location? Thanks, joe |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Joe:
The following KB article contains information about the registry location for the Workgroup templates. http://support.microsoft.com/default...b;en-us;889495 Generally, although I don't know all of your specifics (version of Visual Studio, Office, etc.), you can use the Registry Installation Editor to write registry values , and the Launch Conditions Editor to read registry values. The following KB article has more information. http://support.microsoft.com/default...b;en-us;827026 -- David Lloyd MCSD .NET http://LemingtonConsulting.com This response is supplied "as is" without any representations or warranties. "joe215" wrote in message ... I want to create an installation program in Visual Basic.NET to install Excel templates on a user's computer system. That's no problem, but I also need to see if the user already has a Microsoft Office Workgroup Templates location identified. If they do, then I want the Excel templates to be installed in that directory. If they don't, I want to set the Workgroup Templates location programmatically. So, what namespace and class allows me to read and change the Workgroup Templates location? Thanks, joe |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
David-
I read through the articles that you referenced and I see how to proceed. Thank you very much for your advice. -Joe "David Lloyd" wrote: Joe: The following KB article contains information about the registry location for the Workgroup templates. http://support.microsoft.com/default...b;en-us;889495 Generally, although I don't know all of your specifics (version of Visual Studio, Office, etc.), you can use the Registry Installation Editor to write registry values , and the Launch Conditions Editor to read registry values. The following KB article has more information. http://support.microsoft.com/default...b;en-us;827026 -- David Lloyd MCSD .NET http://LemingtonConsulting.com This response is supplied "as is" without any representations or warranties. "joe215" wrote in message ... I want to create an installation program in Visual Basic.NET to install Excel templates on a user's computer system. That's no problem, but I also need to see if the user already has a Microsoft Office Workgroup Templates location identified. If they do, then I want the Excel templates to be installed in that directory. If they don't, I want to set the Workgroup Templates location programmatically. So, what namespace and class allows me to read and change the Workgroup Templates location? Thanks, joe |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Workgroup templates in Excel 2007 | Setting up and Configuration of Excel | |||
In Excel where do i point to shared workgroup templates | Setting up and Configuration of Excel | |||
Excel 2003 workgroup template location | Excel Discussion (Misc queries) | |||
Programmatically saving a workbook to a ftp location fails | Excel Programming | |||
Finding out the workgroup templates path | Excel Programming |