Anonymous edits have been disabled on the wiki. If you want to contribute please login or create an account.


Warning for game developers: PCGamingWiki staff members will only ever reach out to you using the official press@pcgamingwiki.com mail address.
Be aware of scammers claiming to be representatives or affiliates of PCGamingWiki who promise a PCGW page for a game key.

Topic on Talk:Call of Duty: World at War

Mirh (talkcontribs)
  1. Download patch 1.7
  2. CoDWaW-1.6-1.7-PatchSetup.exe /s /b.\
  3. Press OK
  4. msiexec /a "Call of Duty(R) - World at War(TM) 1.7 Patch.msi" /qn TARGETDIR="%cd%\Setup\"

Now, if only I could manage to merge the thing in a single command...

Vetle (talkcontribs)

Something like start /wait CoDWaW-1.6-1.7-PatchSetup.exe /s /b"%cd%"&&msiexec /a "Call of Duty(R) - World at War(TM) 1.7 Patch.msi" /qn TARGETDIR="%cd%\Setup\" might work. Also, it shouldn't prompt you now.

Mirh (talkcontribs)

Cool!
I mean... you still have to press OK in the error box.. though that's not as problematic as I thought.

/q switch isn't needed then (and I don't even think it's an Installshield parameter)