How much memory do you have installed on your PC? Compiling and linking an executable is a very memory intensive task.
As far as the entire monitor turning in to a dos screen, I have never seen that happen before and I have been using VC6 since it was released. I would have to aggree with the...
Figured it out! If you are using localsystem privledges then you need to add the a property that will define what group of users the msiexec command will install to:
Adding the property "ALLUSERS=1" to the msiexec command line allowed the msiexec to successfully install the...
From within a service I am attempting to fork off a msiexec command (using createprocess) that will do a silent install. What I have noticed in my attempts are the following:
1. With the service running under the localsystem account, the msiexec process will fail and report error #1603 [a fatal...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.