Windows 7 Install Window
When installing software on Windows 7 often times you see a dialog at the end that says:
This program might not have installed correctly
- reinstall using recommended settings
- this program installed correctly
This link says how to shut it off on a per-machine basis
http://gnoted.com/disable-this-program-might-not-have-installed-correctly-windows-7/
Can you disable this via GPO's? We need to turn this off on 2,000 Windows 7 machines.
This program might not have installed correctly
- reinstall using recommended settings
- this program installed correctly
This link says how to shut it off on a per-machine basis
http://gnoted.com/disable-this-program-might-not-have-installed-correctly-windows-7/
Can you disable this via GPO's? We need to turn this off on 2,000 Windows 7 machines.
0 Comments
[ + ] Show comments
Answers (7)
Please log in to answer
Posted by:
anonymous_9363
13 years ago
Posted by:
mhsl808
13 years ago
Posted by:
jmaclaurin
13 years ago
They are set in the registry.
Here is one I set for an exe and a service to run as W2K3SP1 on W2K8 x86 or x64.
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Layers]
"C:\\Program Files\\Quark\\Quark_License_Administrator\\Server\\QLAServer.exe"="WINSRV03SP1"
"C:\\Program Files\\Quark\\Quark_License_Administrator\\Server\\QLAServerService.exe"="WINSRV03SP1"
"C:\\Program Files (x86)\\Quark\\Quark_License_Administrator\\Server\\QLAServer.exe"="WINSRV03SP1"
"C:\\Program Files (x86)\\Quark\\Quark_License_Administrator\\Server\\QLAServerService.exe"="WINSRV03SP1"
The default is to set it under HKCU, but you can change it to HKLM without issue.
Here is one I set for an exe and a service to run as W2K3SP1 on W2K8 x86 or x64.
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Layers]
"C:\\Program Files\\Quark\\Quark_License_Administrator\\Server\\QLAServer.exe"="WINSRV03SP1"
"C:\\Program Files\\Quark\\Quark_License_Administrator\\Server\\QLAServerService.exe"="WINSRV03SP1"
"C:\\Program Files (x86)\\Quark\\Quark_License_Administrator\\Server\\QLAServer.exe"="WINSRV03SP1"
"C:\\Program Files (x86)\\Quark\\Quark_License_Administrator\\Server\\QLAServerService.exe"="WINSRV03SP1"
The default is to set it under HKCU, but you can change it to HKLM without issue.
Posted by:
anonymous_9363
13 years ago
Posted by:
mhsl808
13 years ago
I stopped and disabled the service and then added the reg key (under HKLM) and I still see this dialog pop up. I was a little unsure what to add in the reg so my guess is I added it wrong. I put this in:
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Layers]
"\\\\Server\\Share$\\App\\SourceFiles\\setup.exe"="AppName"
Is that wrong?
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Layers]
"\\\\Server\\Share$\\App\\SourceFiles\\setup.exe"="AppName"
Is that wrong?
Posted by:
mhsl808
13 years ago
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.