April 30, 200620 yr IS it posible to convert all my registry files in my unatended install to 1 .exe? Edited May 30, 200620 yr by Mikep7779
April 30, 200620 yr I'm not sure what you are trying to do. If you run .reg file, it will execute the changes within it.The short answer is yes, you can create an .exe that does registry changes and that can include your entire registry. However this involves programming that if you knew how to do, you would already have the answer. Edited April 30, 200620 yr by snafumaster
April 30, 200620 yr If you do not know programming you could make a batch file and use the regedit command.Example:regedit /s regfile.reg
April 30, 200620 yr @Mikep7779 Try using IExpress to "wrap" a .reg file that will execute it automatically would be a simple way to do it CheersNath
April 30, 200620 yr Author Ok. Heres what im doing, im moving away from Runonce and putting all my files into .cabs. But i dont know what to do with the .reg files that were left over that are needed.
April 30, 200620 yr I havent used .cab methods myself so I cant say what to do with them, but all i can say is that the method i mention is one way to "turn" a .reg into a .exe[it actually just wraps it as a self-extracting .exe and you set the command in the process to import the reg file - regedit /s nameofreg.reg - for example, but its slightly long winded for what u want to do]RegardsNath
May 1, 200620 yr i think you were missing what I'm saying - but there are programs out there yes.try googling for stuff like bat2exe or cmd2exe which will convert a batch file to a exe.You might be able to find something similar for reg files too perhaps.Incidentally, i was taking about using this [http://greenmachine.msfnhosting.com/IEXPRESS/iexmdac.htm] for your reg files and follow the same process, except use the command [or something similar] that i mentioned in a previous post.RegardsNath.
Create an account or sign in to comment