AppDeploy.com

 


install .vsto file

Click here to associate this thread with a Package KB article.
Logged in as: Guest
Users viewing this topic: none
  Printable Version
All Forums >> [AppDeploy Forums] >> Package Development >> install .vsto file Page: [1]
Login
Message << Older Topic   Newer Topic >>
install .vsto file - 9/3/2009 7:07:46 AM   
nkhawale

 

Posts: 6
Score: 0
Joined: 6/26/2009
Status: offline
Hi friends;

     Here is the case where I want to install or sign or register ( or whatever you call) a .vsto file. This file installs when double clicked on it with the help of VSTOinstaller.exe but it says the location is not added in trusted location.  I tried adding this location manually to trusted location but it doesnt work . There is some signing of certificates involved ( Please refer : http://blogs.msdn.com/rextang/). But that too doesnt work. Has anybody encountered with these types of files? I want to install this file silently.
    
Thanks;
Post #: 1
RE: install .vsto file - 9/3/2009 8:19:03 AM   
VBScab


Posts: 6623
Score: 190
Joined: 9/5/2006
From: London, UK
Status: offline
From memory, VSTO is Visual Studio Tools for Office, right? So you've built a "solution" in Office, right? What does the solution comprise? Some DLLs, presumably a template for the target Office app? Maybe some registry junk?

Doesn't VS have a deployment tool which can create MSIs? Use that: it's better than nothing.

Failing that, I'd simply capture it into an MSI. Try the AppDeploy Repackager if you don't have a proper authoring tool like Wise or InstallShield.


_____________________________

- Don't know why 'x' happened? Want to know why 'y' happened? ProcMon will tell you.
- Try using http://www.google.com before posting.
- I answer questions only via forums. PMs and personal emails will be ignored.

(in reply to nkhawale)
Post #: 2
RE: install .vsto file - 9/3/2009 8:32:41 AM   
nkhawale

 

Posts: 6
Score: 0
Joined: 6/26/2009
Status: offline
thats right vsto means visual studio tool for office. I installed a source given to me which adds "SPS.VSTO" file. Its file for office Excel. When I launch shortcut a message box pops up which asks me to install SPS.VSTO ( it uses VSTOINSTALLER.exe). On clicking install it adds one registry key in HKCU\Software\Microsoft\VSTO\Security\Inclusion\{Random Key}\ (some values)

Now this random key changes everytime I install SPS.VSTO even if I install it on same machine again and again.

So I thought it wont be good to capture this registry and add it in my pacakge as registry key changes everytime ( Is this really harmful?). So I went for method for silent installation as prescribed in my previous post. But thats not working.

What do you mean by "deployment tool which can create MSIs?"

(in reply to VBScab)
Post #: 3
RE: install .vsto file - 9/3/2009 9:16:20 AM   
VBScab


Posts: 6623
Score: 190
Joined: 9/5/2006
From: London, UK
Status: offline
quote:

So I thought it wont be good to capture this registry and add it in my pacakge as registry key changes everytime
That registry entry is created by the VSTO installer. If you don't use it, it won't be created!
quote:

What do you mean by "deployment tool which can create MSIs?"
In VS, there's what used to be called the 'Setup and Deployment Wizard'. I can't recall what the latest flavour calls it but, whatever it is, can you not create an MSI using it?

As previously, if not, just capture its installation. You should probably remove the VSTO installer junk from the registry in the final package.


_____________________________

- Don't know why 'x' happened? Want to know why 'y' happened? ProcMon will tell you.
- Try using http://www.google.com before posting.
- I answer questions only via forums. PMs and personal emails will be ignored.

(in reply to nkhawale)
Post #: 4
Page:   [1]
All Forums >> [AppDeploy Forums] >> Package Development >> install .vsto file Page: [1]
Jump to:





New Messages No New Messages
Hot Topic w/ New Messages Hot Topic w/o New Messages
Locked w/ New Messages Locked w/o New Messages
 Post New Thread
 Reply to Message
 Post New Poll
 Submit Vote
 Delete My Own Post
 Delete My Own Thread
 Rate Posts


Forum Software © ASPPlayground.NET Advanced Edition 2.4.5 ANSI

0.031