@Wayne-Workman said in Need help with Snapin:
@Omar.rodriguez You might also work on getting MS Office to install silently using nothing but a batch script… Briefly looking through the available options, I think it can be done.
Seems you would probably decide to run the installer over the network (don’t recommend that) or to copy all install files to the local machine via batch script and then run the installer locally (and deleting when done).
Either way you go, I believe you need to create your very own
config.xml
file to specify all the options you want the installer to use. If there’s a silent option, use it. Then, just run the executable with the config.xml argument and then there you go.Source: https://technet.microsoft.com/en-us/library/cc179195.aspx
After doing some research this isn’t a bad idea, by simply doing a silent install using a batch script.
I found a script that’s premade only has to be slightly modified which can be found here . I’ll update the thread with my results