Jump to content

Recommended Posts

Posted

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


Posted

why do you need this?

regedit32.exe /s regfile.reg

Is 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

Posted

If you really want this bad, look for Winrar instructions and use the "Run After Extraction" for the

regedit /S regtweaks.reg

The Winrar comment would end up looking something like this:

;The comment below contains SFX script commands

Setup=regedit.exe /S regtweaks.reg
TempMode
Silent=2
Overwrite=2

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...