I am packaging Articulate-Studio-13 ( Presenter/Quizmaker/Engage) for Windows 7 64-bit.
I am packaging Articulate-Studio-13 ( Presenter/Quizmaker/Engage) for Windows 7 64-bit. I have packaged the application and everything runs fine, But the issue I am coming across is when I try to suppress the update prompt after the application launch's, I have edited the registry to disable the updates but after the system restarts the updates popup for the end user. I will list a few things below.
These 3 are the disable registries
[HKEY_CURRENT_USER\Software\Articulate\Engage\3.6\Workspace]
"CheckUpdates"="false"
[HKEY_CURRENT_USER\Software\Articulate\Quizmaker\4.6\Workspace]
"CheckUpdates"="false"
[HKEY_CURRENT_USER\Software\Articulate\Articulate.Presenter\7.6\Settings]
"AutoUploadErrorDetails"=dword:00000000
@="1"
"Silent duration"=dword:00001388
"mouseClickDelay"=dword:00001388
"IncludeSlideMaster"="False"
"ShowNotesPanel"="True"
"SngSlide"="True"
"AlwaysFullScreen"="False"
"SavePrompt"="True"
"DefaultPreviewRange"=dword:00000003
"CheckForUpdatesOnStartUp"="False"
"ProxySetting"="True"
"ProxyAddress"=""
"ProxyPort"=""
"OptionsTabIndex"=dword:00000001
I am also listing the active setup registry that was created
[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Active Setup\Installed Components\Articulate Studio 13]
"StubPath"="Reg import \"C:\\Program Files (x86)\\Articulate\\Articulate Studio\\Articulate_Merge_Registry.reg\""
"Version"="1.0"
And this is the Install cmd that was created
"%~dp0studio-13.exe" -s -f1"%~dp0response.iss" -sms
REGEDIT /S "%~dp0-DisableEngageupdate.reg"
REGEDIT /S "%~dp0-DisablePresenterupdate.reg"
REGEDIT /S "%~dp0-DisableQuizmakerupdate.reg"
Copy /Y "%~dp0Articulate_Merge_Registry.reg" "C:\Program Files (x86)\Articulate\Articulate Studio\"
Reg import "%~dp0ActiveSetup.reg"
Thank you for everyone's help
Answers (3)
Ok, now your issue above. Not the best way to go about it, but hey ho. Things to check, when the registry importing is being done, is it going to the 32 or 64 bit path? You might want to specify the bitness of regedit so you know what your getting. I suspect your settings are being written to the wrong path?