October 31, 200718 yr 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.
October 31, 200718 yr Author LOL 3 topics in a row and not a single reply????????? Must.... change...... deoderant
October 31, 200718 yr Use a cmd file like this:@echo offstart /wait systemupdate302-2007-9-21.exe -s -a /s /v" /qn"regedit /s settings.regexit
October 31, 200718 yr Thanks Radix!Better try this:@echo offstart /wait systemupdate302-2007-9-21.exe -s -a /s /v" /qn"start /wait regedit /s settings.regexit
Create an account or sign in to comment