Can a Windows setup wizard install programs before confirming installation?

2

Normally, a Windows program's setup wizard asks where and what to install on the computer before the program begins to install. Installation doesn't begin until the user confirms by clicking on the Install button.

However, this made me wonder: could malware writers abuse the standard setup wizard process by installing programs on the computer before the installation settings are confirmed or if the setup wizard is aborted? This could be worrisome, since opening a setup wizard requires admin privileges.

Applecot

Posted 2015-06-20T23:28:42.917

Reputation: 409

5It depends on how trustworthy the source is. If they're bundling malware, it wouldn't be a stretch to surrepticiously install it. Without specifying the software and source, people here can only guess. But if you're really talking about bundled crapware, it would be easy enough to look to see if it was installed and to run a virus checker scan. – fixer1234 – 2015-06-20T23:36:09.503

Downvote seems unfair, so +1 – Dave – 2015-07-09T07:24:31.603

I have also voted to re-open – Dave – 2015-07-09T08:19:01.407

Answers

2

Could the malware offered from the setup wizard install automatically even if I didn't finish the installation process?

You have executed a program. You feel that because you didn't actually complete the installer that nothing could be installed - this is not correct. As soon as you run an application (and an installer is an application) then that application will and do what ever the application does. If this means it installs malware or not, so be it.

Whether it installed the malware you were talking about or not, we can't know. A virus scan will probably be the best bet.

Dave

Posted 2015-06-20T23:28:42.917

Reputation: 24 199