Search found 4 matches

by dssnosher
10 Aug 2010 12:06
Forum: DOS Batch Forum
Topic: can not execute --launcher in batch
Replies: 6
Views: 7452

Re: can not execute --launcher in batch

here are the instruction on how to do it manually and this works 100% as i've installed this over 10 times 0) Map Drive I: to \\svr102tor\INSTALL\ (** IMPORTANT - MUST BE MAPPED TO I: DRIVE **) 1) cd i:\IBM-InstallationManager1.3.3 and run installc --launcher.ini silent-install.ini -nosplash so here...
by dssnosher
10 Aug 2010 09:18
Forum: DOS Batch Forum
Topic: can not execute --launcher in batch
Replies: 6
Views: 7452

Re: can not execute --launcher in batch

Still no go i get
Usage: <launcher> [-options] and there goes a long list of options. There is something about --launcher.ini that this batch doesnt like
by dssnosher
10 Aug 2010 06:33
Forum: DOS Batch Forum
Topic: can not execute --launcher in batch
Replies: 6
Views: 7452

Re: can not execute --launcher in batch

Everything is in the same directory and it works fine if you copy-paste the line in cmd window. And you are correct its silent-install.ini, its just a typo. Any ideas how to execute that line?
by dssnosher
09 Aug 2010 07:38
Forum: DOS Batch Forum
Topic: can not execute --launcher in batch
Replies: 6
Views: 7452

can not execute --launcher in batch

Hello all I have a line that works when i type it in cmd but it wont execute in batch The line is: installc.exe --launcher.ini silent -install.ini –nosplash I've tried putting "--launcher.ini silent -install.ini –nosplash" in %switch% and then doing installc.exe %switch% but still not luck...