MgmTest Posted December 25, 2012 Posted December 25, 2012 Hi All Me Add Silent Mode In Software But XP And & Work But In 8 Not Work Plz Help Me For Import reg File.Winrar SFX :Setup=reg import Test.regSetup=Setup.exeSetup=REGEDIT /S test.reg
DosProbie Posted December 25, 2012 Posted December 25, 2012 Hi All Me Add Silent Mode In Software But XP And & Work But In 8 Not Work Plz Help Me For Import reg File.Winrar SFX :Setup=reg import Test.regSetup=Setup.exeSetup=REGEDIT /S test.regWhy don't you just use WinToolKit 1.4.0.77 and create .WA file with all your twks then intergrate into install.wimex. Tools > Addon Maker > Import Registry > Add *.reg
MAVERICKS CHOICE Posted December 25, 2012 Posted December 25, 2012 Have noticed the same in W8 the "regedit.exe /s" silent switch does not work. Tried with a sfx same result! If you manually merge the entry it works.Anyone have an answer on this??
DosProbie Posted December 25, 2012 Posted December 25, 2012 (edited) Have noticed the same in W8 the "regedit.exe /s" silent switch does not work. Tried with a sfx same result! If you manually merge the entry it works.Anyone have an answer on this??I add reg files all the time to W8 in sfx via batch file @echo off:::: current directorycd %~dp0:::: variable valuesset reg=regedit /s::%reg% "%~dp0\reg\My_Twks.regupload your reg file on here and I will put it in sfx for you... Edited December 26, 2012 by DosProbie
DosProbie Posted December 25, 2012 Posted December 25, 2012 (edited) The REGEDIT /S Test.reg is not working in Win8 because of elevated privileges.So you have 2 choices.1. Do the right-click and "Run as administrator"or2. Just package your .reg file in folder with batch like my example, then it will merge to registry and run completly silent!Here is a working sfx .with .reg file that I just made for W8... Edited December 26, 2012 by DosProbie
MAVERICKS CHOICE Posted December 27, 2012 Posted December 27, 2012 The REGEDIT /S Test.reg is not working in Win8 because of elevated privileges.So you have 2 choices.1. Do the right-click and "Run as administrator"or2. Just package your .reg file in folder with batch like my example, then it will merge to registry and run completly silent!Here is a working sfx .with .reg file that I just made for W8...Thanks Dos, since I replied I found the a similar solution using a batch with hidcon.exe & seems to work well.
DosProbie Posted December 28, 2012 Posted December 28, 2012 Glad u got it working... Is Hidcon the same file as Batchrunner?
MAVERICKS CHOICE Posted December 31, 2012 Posted December 31, 2012 Glad u got it working... Is Hidcon the same file as Batchrunner?Yes, from what I can see it does the same thing.
jinkazama Posted February 19, 2013 Posted February 19, 2013 Thanks Dos, since I replied I found the a similar solution using a batch with hidcon.exe & seems to work well.Can you explain me how it works? i need to silent make a reg modify in win8Thank you
DosProbie Posted February 20, 2013 Posted February 20, 2013 Thanks Dos, since I replied I found the a similar solution using a batch with hidcon.exe & seems to work well.Can you explain me how it works? i need to silent make a reg modify in win8Thank youJust pm me your .reg file and I can show you how to do it in a sfx install
jinkazama Posted February 20, 2013 Posted February 20, 2013 Thank you DosProbie, here my reg file.icone_desktop_8.reg
DosProbie Posted February 20, 2013 Posted February 20, 2013 Thank you DosProbie, here my reg file.Check your mail
allen2 Posted February 20, 2013 Posted February 20, 2013 Or you could still use a batch but you'll need to add this line before all others:set __COMPAT_LAYER=RunAsInvoker
jinkazama Posted February 20, 2013 Posted February 20, 2013 Thank you DosProbie, here my reg file.Check your mailChecked, thank youAllen2 your line also works
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now