| View previous topic :: View next topic |
| Author |
Message |
kaihan
Joined: 28 Sep 2007 Posts: 1
|
Posted: Fri Sep 28, 2007 2:39 am Post subject: How to include ***.reg files |
|
|
| How can I include ***.reg files in the compiler? |
|
| Back to top |
|
 |
|
|
Vulcano
Joined: 16 Nov 2005 Posts: 14
|
Posted: Thu Oct 25, 2007 7:35 pm Post subject: |
|
|
what you mean ?
by include a .reg file or do something with a reg ? |
|
| Back to top |
|
 |
croboy
Joined: 06 Jun 2008 Posts: 1
|
Posted: Fri Jun 06, 2008 3:34 am Post subject: how to add reg files |
|
|
in your script just type
Regedit /s "%MYFILES%\YOURFILE.reg"
the reg file must be included into your %my files% or the correct path must be specified
that will add the .reg file to your registry without any prompts
hope that helps you from 2007 lol |
|
| Back to top |
|
 |
Jeremy
Joined: 17 Sep 2006 Posts: 7
|
Posted: Sat Jul 26, 2008 8:16 am Post subject: |
|
|
why would you wanna add it.
Just make it using reg.exe
reg add < |
|
| Back to top |
|
 |
tbs2002
Joined: 21 Feb 2011 Posts: 6
|
Posted: Tue Mar 01, 2011 12:28 pm Post subject: Re: how to add reg files |
|
|
| croboy wrote: | in your script just type
Regedit /s "%MYFILES%\YOURFILE.reg"
the reg file must be included into your %my files% or the correct path must be specified
that will add the .reg file to your registry without any prompts
hope that helps you from 2007 lol |
its not working with me ?
can you give another example please |
|
| Back to top |
|
 |
support Site Admin
Joined: 13 Feb 2004 Posts: 302
|
Posted: Thu Mar 03, 2011 9:06 pm Post subject: |
|
|
| Did you get any error message? Perhaps you not have permissions to write to the registry? |
|
| Back to top |
|
 |
tbs2002
Joined: 21 Feb 2011 Posts: 6
|
Posted: Fri Mar 04, 2011 10:10 pm Post subject: |
|
|
| May be the problem is how to deal with %MYFILES% because i try it without compile and its worked but when i compile it not worked |
|
| Back to top |
|
 |
|