Greetings,
I have 3.0.0
I’m finding that an installer I’ve made is not writing the proper data type in the registry. It is happening in both my 32 bit as well as my 64 bit builds.
–
I ask for:
HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\policies\system
shutdownwithoutlogon
REG_DWORD
1
I get:
I ask for:
HKLM\SOFTWARE\Microsoft\Internet Explorer\Setup\10.0
DoNotAllowIE10
REG_DWORD
1
I get:
I’ve confirmed the setting are correct in the Paquet Builder.
This worked with the v2.9.6 I was using before.
Thanks,
Arek
I have 3.0.0
I’m finding that an installer I’ve made is not writing the proper data type in the registry. It is happening in both my 32 bit as well as my 64 bit builds.
–
I ask for:
HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\policies\system
shutdownwithoutlogon
REG_DWORD
1
I get:
HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\policies\system
shutdownwithoutlogon
REG_SZ
1
I ask for:HKLM\SOFTWARE\Microsoft\Internet Explorer\Setup\10.0
DoNotAllowIE10
REG_DWORD
1
I get:
HKLM\SOFTWARE\Microsoft\Internet Explorer\Setup\10.0
DoNotAllowIE10
REG_SZ
1
I’ve confirmed the setting are correct in the Paquet Builder.This worked with the v2.9.6 I was using before.
Thanks,
Arek
Last edited: