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\EnableLocalMachineVSTO  
= 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

Reply via email to