oskingen Posted March 1, 2008 Posted March 1, 2008 I did it in this way.@REG DELETE "HKCR\http\shell\open\command" /ve /f@start /wait rminstall.exe /SILENT@REG ADD "HKCR\http\shell\open\command" /ve /d "\"C:\Program Files\Internet Explorer\iexplore.exe\" -nohome" /f
kalle_mod Posted March 17, 2008 Author Posted March 17, 2008 Hi again, I'm still having trouble with the Move command set PP=%systemdrive%\install\...MOVE /Y %PP%Applications\u*******.exe %programfiles%\u*******\u*******.exeIt says "the syntax of the command is incorrect." anyone who can help me out?btw. It works great with the silent install of registry mech thx!Kalle
radix Posted March 17, 2008 Posted March 17, 2008 Hi again, I'm still having trouble with the Move command set PP=%systemdrive%\install\...MOVE /Y %PP%Applications\u*******.exe %programfiles%\u*******\u*******.exeIt says "the syntax of the command is incorrect." KalleYou "eat" a backslashMOVE /Y %PP%\Applications\u*******.exe %programfiles%\u*******\u*******.exe
ricktendo Posted March 17, 2008 Posted March 17, 2008 BTW XCOPY works best if you are trying to overwrite Read Only files
kalle_mod Posted March 18, 2008 Author Posted March 18, 2008 Hi again, I'm still having trouble with the Move command set PP=%systemdrive%\install\...MOVE /Y %PP%Applications\u*******.exe %programfiles%\u*******\u*******.exeIt says "the syntax of the command is incorrect." KalleYou "eat" a backslashMOVE /Y %PP%\Applications\u*******.exe %programfiles%\u*******\u*******.exe Funny because start /wait %PP%Applications\Firefox-Silent.exe works just fine Anyway I'll try different things like move and xcopy now and be back later with the results Kalle
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now