January 2, 200917 yr I know there are plugins ready for slipstreaming WinRAR, but I want to change a registry value once it's done installing:[HKEY_CURRENT_USER\Software\WinRAR\Setup]"CascadedMenu"=dword:00000001How can I do this?Thanks!PS: I can extract/create CABs, so no need to explain that
January 2, 200917 yr Save that as a .reg file, run it at the end of your RunOnceEx.cmd with the command belowRegedit /S %CDROM%\YourFile.Reg(assuming you use a cdrom variable.)
Create an account or sign in to comment