I am using Office 2007. We found problem on Windows 2008 server after
installing patch KB976477 excel not starts.
I also created separate installer but it not installs the add in for all
user. I am going to try 
HKLM\Software\Microsoft\Office\12.0\Common\General\EnableLocalMachineVST
O  = 1. Option

Why the .vsto (Clickone deployment) not asks me the target dir? It
directly installs in appdata\user\...

Thanks,
Rahul


-----Original Message-----
From: Bryan Reich [mailto:bryan.re...@microsoft.com] 
Sent: Friday, May 28, 2010 2:26 PM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] VSTO excel Add in for all users

Which version of Office are you targeting?
If it is Office 2003, it won't work.
If it is Office 2007, HKLM VSTO add-ins were not supported when RTM
shipped but were enabled later via an update (KB976477). Even if you
have the update you have to explicitly enable HKLM registered VSTO
add-ins by writing a registry key:
HKLM\Software\Microsoft\Office\12.0\Common\General\EnableLocalMachineVST
O  = 1.
Office 2010 supports them out-of-the-box.
--
Bryan

-----Original Message-----
From: rahul.ekb...@sungard.com [mailto:rahul.ekb...@sungard.com] 
Sent: Friday, May 28, 2010 11:04 AM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] VSTO excel Add in for all users

Hi,
We are facing installation problem for VSTO excel add in on Windows 2008
server

The addin we are registering is available only for admin user and not
for non admin user.

We changed the registration key from HKCU to HKLM still the add ins are
not available.

Is any one faced same problem?

Also when I double click on .VSTO deployment file from non admin login
it installs the addin into appdata\currentuser folder due this the
applicaiton installed files  are not available to this addin.

 

I tried lots of option s

-          Import registry key

-          Changed wix script from HKCU to HKLM

-          Used .vsto deployment file.

-          And many other solutions from net  

 

So please let me know how to install my excel addin for all users.

 

 

Thanks,

Rahul

------------------------------------------------------------------------
------

_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


------------------------------------------------------------------------
------

_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users



------------------------------------------------------------------------------

_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to