ixy Posted October 31, 2007 Posted October 31, 2007 Kind of doing this for the first time and can't find anything specific on the web. I can silently install my application with a simple batch file but I am not able to install the required registry information (or so it seems). My batch file is simply this:systemupdate302-2007-9-21.exe -s -a /s /v" /qn"and then I want the reg information to be installed. Is it as simple as adding the reg key details with a /s switch to the next line in the batch file??Many thanks for any advice.
ixy Posted October 31, 2007 Author Posted October 31, 2007 LOL 3 topics in a row and not a single reply????????? Must.... change...... deoderant
radix Posted October 31, 2007 Posted October 31, 2007 Use a cmd file like this:@echo offstart /wait systemupdate302-2007-9-21.exe -s -a /s /v" /qn"regedit /s settings.regexit
ixy Posted October 31, 2007 Author Posted October 31, 2007 (edited) Thanks Radix! Edited October 31, 2007 by ixy
radix Posted October 31, 2007 Posted October 31, 2007 Thanks Radix!Better try this:@echo offstart /wait systemupdate302-2007-9-21.exe -s -a /s /v" /qn"start /wait regedit /s settings.regexit
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now