/build/static/layout/Breadcrumb_cap_w.png

Install Avery Wizard 4 silently (without Ask.com) and configure Office "trust"

Avery Wizard 4.0 comes packaged with Ask.com toolbar, which annoys the snot out of me professionally. I managed to extract just the Avery MSI, so the toolbar is no longer an issue. When I run the MSI now, even though I'm a local admin, it won't install for all users. To do that, I had to create a shortcut to msiexec /i avery.msi and "Run as Admin" on that shortcut. After it installs, it launches Word and displays a readme. Until you specifically trust Avery's software, it prompts you to enable macros every time word is launched. So:

  1. How can I install for all users without having to use the extra shortcut and "Run as Admin?"
  2. Presumably, /q will work to make the install silent.
  3. How do I prevent it from opening Word at the end of the install?
  4. Is there a scriptable way to add the Avery macro(s) to Word's trust list, preferably for all users?

0 Comments   [ + ] Show comments

Answers (3)

Answer Summary:
msiexec.exe /i "Avery Wizard 4.0.msi" /qb ALLUSERS=1 I was able to trust the publisher by exporting the certificate and including it in our customized Office installer. If you wanted to do this on an existing Office install, you could use CERTMGR.exe to import the certificate.
Posted by: andrewz 11 years ago
White Belt
1

Regarding adding publisher to trusted - entry in HKCU\Software\Microsoft\SystemCertificates\TrustedPublisher\Certificates is responsible for that

Posted by: philologist 11 years ago
Red Belt
0

1. Running as System should handle the need for Run as Admin.

2. Yes, /q should make the install silent.  You can also try /qb or /qn.

3. To prevent it from opening Word, you may need to edit the MSI.  Try using ORCA.  http://support.microsoft.com/kb/255905

4. http://office.microsoft.com/en-us/word-help/deploy-your-word-macros-from-a-central-location-HA001087294.aspx


Comments:
  • It actually was defaulting to only installing for the current user, but I did find the way (below) - astx813 11 years ago
Posted by: astx813 11 years ago
White Belt
0

Through some trial and error, the line below did the trick. It seems that the quiet install (/qb) automatically skips launching Word

msiexec.exe /i "Avery Wizard 4.0.msi" /qb ALLUSERS=1

I was able to trust the publisher by exporting the certificate and including it in our customized Office installer. If you wanted to do this on an existing Office install, you could use CERTMGR.exe to import the certificate.

Don't be a Stranger!

Sign up today to participate, stay informed, earn points and establish a reputation for yourself!

Sign up! or login

View more:

Link

Related Links

Post

Related Posts

Share

 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ