3
I do an awful lot of software installs in work (Microsoft Office, Norton, McAfee, etc.) on Windows 8 machines and having no real way to automate the process for a variety of machines.
Primarily I'm a Linux user and prefer that environment to Windows 8 (which I find hard to work with at the best of times); what I'm asking is if it's possible to have a set of executables that I could install to the Windows partition, but do it from a live USB, without ever booting into Windows.
To some this may seem pointless, but I'm I think it's an interesting concept. So, is it possible to install software on Windows from Linux, and if so, how?
Cheers!
I see, so assuming I was aware of every read/write that an install would cause and could copy those files off AND knew every registry entry they added it would be do-able. However, I'm guessing that packages like MS Office have restrictions in place for capture of data like that?
I doubt I'd have the knowledge to be able to do something like this but it'd be interesting nonetheless, you wouldn't know of any resources that I could use at all? – JMercer – 2013-12-02T02:26:42.113
1
Essentially yes, capture everything and figure out how to write it directly to disk and the registry... Tools that may help process explorer http://technet.microsoft.com/en-us/sysinternals/bb896653.aspx procmon http://technet.microsoft.com/en-us/sysinternals/bb896645.aspx and EMCO Package Builder would all be ideas for capturing data http://emcosoftware.com/msi-package-builder
– Austin T French – 2013-12-02T04:15:07.523