Re: Excel Addin's



If you install on a peruser basis it should only go to the one user right?
Per computer goes to all?

Anyway you can also add to your script a registry enumerator that returns
all the various profiles, sids... then you can have it delete it that way.
There's also a tool I believe called modifyprofile.exe that can be scripted
to make changes to all profiles on a system.

Basically you just need to delete this key from all profiles right. If so
one of the above ways should work. Add a little piece into your uninstall
portion of the script.

Terry

<Paraleptropy> wrote in message
news:8ng3i155s6670o4n1f1mt449uj6ska4s8v@xxxxxxxxxx
> Hi,
>
> I have a question regarding Excel Addin's...
>
> I have created a script which successfully adds an excel addin to the
> registry. Basically it looks for the Open key or next available and
> places the new addin in the new key.
>
> So let's say my addin gets added as OPEN3.
>
> This installs on a PERUSER basis... So when I launch my script, all
> users will get the new key. This works perfect right now.
>
> The problem is with the uninstall. I can't seem to figure out how to
> remove the key from another users SID.
>
> This is a locked down environment XP/2K.
>
> Any ideas/suggestions would be appreciated.
>
>
> -=Paraleptropy=-
> http://www.neflyfishing.net
> 0 Limit,Catch -n- Release
>
> ----== Posted via Newsfeeds.Com - Unlimited-Uncensored-Secure Usenet
> News==----
> http://www.newsfeeds.com The #1 Newsgroup Service in the World! 120,000+
> Newsgroups
> ----= East and West-Coast Server Farms - Total Privacy via Encryption
> =----


.



Relevant Pages

  • Re: Addin Auto_Open code executes only in debug mode
    ... On Error GoTo ErrorHandler ... The Setup Workbook contains this code snippet in its Install procedure: ... ' Attempt to uninstall addin to make sure it's gone (see uninstall code ... including running the addin's Auto_Open script. ...
    (microsoft.public.excel.programming)
  • Re: Deploying Office 07 with Group Policy
    ... computer I tested it on took 30 minutes to install. ... the following script to the Computer Startup Script. ... REM Get ProductName from the Office product's core Setup.xml file. ... REM Set ConfigFile to the configuration file to be used for deployment REM ...
    (microsoft.public.office.setup)
  • Re: [opensuse] Editting PATH variable
    ... SuSEconfig script ... ... not knowing what you options you used to install ... If your unfamiliar with Bash a good book is 'Learning the Bash Shell' by ... For Java use editing the PATH variable is NOT required... ...
    (SuSE)
  • Re: KB911280 update problem
    ... Microsoft is working on an amended patch which will address this issue. ... Microsoft advises anyone affected by this to not install the patch and to ... That script is broken by the patch. ... He said he could not write a bug report ...
    (microsoft.public.windowsupdate)
  • help with a home network jumpstart
    ... I have the blade running BIND 8 to serve DNS to the home network. ... Here's the output of the boot net - install: ... Using RPC Bootparams for network configuration information. ... Using begin script: install_begin ...
    (SunManagers)

Loading