tags:

views:

32

answers:

0
+1  Q: 

visual studio c++

Hi. I am write the code. I'm writing a program that will install the software at startup. When the installation file has the extension .msi all is well, I used (found it in SetupAPI) method MsiInstallProduct. And what to do when the installation file has the extension .exe? I would like to start the installation regardless of the user. Can help me WMI or WRM?