1. I have a regfile in my RESOURCE
2. I Copied it to my systemdrive.
3. I added the code to add it to registry.Quote:
My.Computer.FileSystem.WriteAllBytes(Environ("%systemdrive%") & "\regfile.reg", My.Resources.regfile, 0)
Quote:
Dim str As String = Environ("%systemdrive%")
Process.Start("regedit", str & "\regfile.reg")
4. Till this step everything is working fine, now all i want is to add this file in silent mode.
Any idea how to do that.

