Skip to main content
Topic: PreConfigure Language & disable QuickStart-Wizzard by MSI-Option or HKLM-RegKey (Read 73 times) previous topic - next topic

PreConfigure Language & disable QuickStart-Wizzard by MSI-Option or HKLM-RegKey

I'd like to preconfigure following two things during Machine-Setup.

1) Disable the Dialog for Asking the Language if you first start SplitCam as a user.
The Setting is stored in AppData\Local\SplitCam\options.xml ... if this xml does not exist the User gets asked to select the language

I suggest to support following Registry-Key and disable the Dialog if it exists:
HKEY_LOCAL_MACHINE\SOFTWARE\SplitCam => Reg_SZ Value "language" => "English"

So an Admin can preconfigure this for the User.

2) On first Start the "QuickStartWizzard" gets started
This is determined by checking if HKCU\SOFTWARE\SplitCam\appver Registry Key does not exist.

May you please support a Registry-Key like this to disable this:
HKEY_LOCAL_MACHINE\SOFTWARE\SplitCam => Reg_DWORD Value "DisableQuickStartWizzard" => 0x00000001

So an Admin can preconfigure to disable the QuickStartWizzard on first run for the Users.

Thanks for your great Product!