NeoBD Posted May 29, 2005 Posted May 29, 2005 Need a tool to convert .reg file into .exe file. So when i run the exe file it'll patch the registry..Is there any?TQ
Alanoll Posted May 29, 2005 Posted May 29, 2005 why do you need this?regedit32.exe /s regfile.regIs VERY simple to use.Also, REG is NO WHERE close to a language. Batch can be converted to EXE because you can make an intepreter for teh language. .REG files aren't a language. They're a data structure
snekul Posted May 30, 2005 Posted May 30, 2005 If you really want this bad, look for Winrar instructions and use the "Run After Extraction" for theregedit /S regtweaks.regThe Winrar comment would end up looking something like this:;The comment below contains SFX script commandsSetup=regedit.exe /S regtweaks.regTempModeSilent=2Overwrite=2
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now