I've been on a long journey to find a solution to getting a simple .MSI file installed. I actually had this program install previously but I RE-installed Win7 OS to get rid of some bloat and now I've run into this little issue. I think several years ago the solution was to re-enable Windows UAC which to the effect of asking for permission to run, then going to the folder options under the security tab and the run as administrator dialogue appeared after re-enabling Windows UAC. But I couldn't remember the exact sequence. I did find this (sort of solution), but I'm having issues with this too:
Simply clicking on "install" a window pops up saying that it's installing and then it immediately disappears:
Run as Administrator is missing from the right click menu:
So then after a search I found this solution that edits the registry:
https://superuser.com/questions/285167/how-can-i-run-msi-installer-with-administrator-rights
And so I added the new key and DWORD value in the registry "Runas" and "Install As Administrator":
And then this second new key under Runas "command" with the specific DWORD value listed in that forum:
So then Run As Administrator is finally showing up in the right click menu:
So I'm thinking I got it, but then I get this error message when I try to install it "The file does not have a program associated with it to perform this action". Which I know can't be right because when I click on "install" it actually starts installing then shuts down and disappears:
Anybody got any tips?
Simply clicking on "install" a window pops up saying that it's installing and then it immediately disappears:
Run as Administrator is missing from the right click menu:
So then after a search I found this solution that edits the registry:
https://superuser.com/questions/285167/how-can-i-run-msi-installer-with-administrator-rights
And so I added the new key and DWORD value in the registry "Runas" and "Install As Administrator":
And then this second new key under Runas "command" with the specific DWORD value listed in that forum:
So then Run As Administrator is finally showing up in the right click menu:
So I'm thinking I got it, but then I get this error message when I try to install it "The file does not have a program associated with it to perform this action". Which I know can't be right because when I click on "install" it actually starts installing then shuts down and disappears:
Anybody got any tips?