Integrate registry backup into ISO

lemegapro

New Member
Hello, I wanted to integrate the registry backup into the same ISO where I installed RocketDock and I got this error:
'[50] This request is not supported.' - Add 'C:\Users\Dad\Desktop\RocketDock\RocketDoc.reg'
[HKEY_LOCAL_MACHINE]
Is it not possible to integrate the complete registry?
Thank you for your help
 
Hello

Normally it's possible, are you trying to integrate into the ISO from the "Registry" option on the left? ?
There wouldn't be an "error" in the .reg file ?
Or are you trying to integrate the file directly extracted from regedit (where the file should be good) ?

Afterwards, not sure if it is a good idea to "import" everything from the installed Windows registry and try to integrate into the ISO
Certain registry keys are created during installation and are different for each installation (ID, etc.)
 
Last edited:
Hello, I wanted to integrate the registry backup into the same ISO where I installed RocketDock and I got this error:
'[50] This request is not supported.' - Add 'C:\Users\Dad\Desktop\RocketDock\RocketDoc.reg'
[HKEY_LOCAL_MACHINE]
Is it not possible to integrate the complete registry?
Thank you for your help
Best would be to send me that REG file to test, then will adapt the tool if possible (should be).
 
Are you trying to export the entire registry?
Code:
reg export HKCU\Software\RocketDock RocketDock.reg

Now import this file. If that doesn't work, then add the same file to Post-Setup (User).
 
Hello and thank you for your answers.
In fact, I installed RocketDock with sysprep, I see it clearly in my explorer but RocketDock does not start during installation. This is why I wanted to integrate all the keys relating to this program with NtLite. Is there a solution ??
Thank you for your help
 
If you click on "Run at Startup", RocketDock adds this extra key:
Code:
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run]
"RocketDock"="\"C:\\Program Files (x86)\\RocketDock\\RocketDock.exe\""
 
Back
Top