Operation System: Windows 7 32-bit
Problem:
Even though my current account is an administrator, when I try to install certain programs, Windows Installer Error Message says “This installation package could not be opened. Verify that the package exists and that you can access it, or contact the application vendor to verify that this is a valid Windows Installer package.”
Solution:
Use the (hidden) administrator account to install the program.
GUIDE
What REALLY is Data Science? Told by a Data Scientist - By Joma Tech
Writing perfect code is a challenging process. That's where code reviews come in to help…
"The Next Leap: How A.I. will change the 3D industry - Andrew Price - Blender"
"Captain Disillusion: World's Greatest Blenderer - Live at the Blender Conference 2018 - CaptainDisillusion"
My 5 Favorite Linux Shell Tricks for SPEEEEEED (and efficiency) - By tutoriaLinux > What's…
View Comments
Enable the admin account:
net user administrator /active:yes
Disable the admin account:
net user administrator /active:no