ERROR_INVALID_COMMAND_LINE 1639 Invalid command line argument

Asked By 10 points N/A Posted on -
qa-featured

ERROR_INVALID_COMMAND_LINE 1639 Invalid command line argument. Consult the Windows Installer SDK for detailed command-line help.

Greetings! I have a Windows 2000 MSI version 2.00.26.1183 also given as 2.0.2600.1183. suddenly installer is fails with error 1639 — invalid command line argument.

This is on installation packages from Microsoft, whether automated, i.e. clicking on some self-extracting, self-installing archive, or by invocation on the command line. The registry entries appear to be correct, i.e. install is:

"C:WINNTsystem32msiexec.exe" /i "%1" %* and repair, uninstall and patch have the correct command line arguments /f, /x, and /p respectively. Invocation on the command line allows logging.

It does appear that there are no command line arguments passed to the log even though MSI parses the command line and complains if the arguments are incorrect or inappropriate. I found only a few posts or web sites with installer and error 1639.

Any suggestions would be much appreciated.

SHARE
Answered By 0 points N/A #192014

ERROR_INVALID_COMMAND_LINE 1639 Invalid command line argument

qa-featured

Hello Olivia,

If your OS is windows XP, you can use the following procedure to resolve the issue:

  • Click Start, and then click Run.
  • In the box, you will need to type regedit, and then click OK.
  • And then look for the following registry key: HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindows NTCurrentVersion
  • You will need to change the company name by doing the following:
  • In the right pane, double-click RegisteredOrganization. Under Value data,

Regards,

Nicke

Answered By 590495 points N/A #311182

ERROR_INVALID_COMMAND_LINE 1639 Invalid command line argument

qa-featured

If you have Microsoft Windows 2000 and you are installing a Windows SDK, check that the SDK package you are installing is compatible with your operating system and your computer meets the requirements. If you verify your machine is compatible, install the package normally. If you tried installing the package using the command prompt and you applied switches, try running the installer without any switches.

This will allow the package to install the normal way. If you want to apply switches when installing, check that you are using the correct syntax of the switch. To check the package’s command line help, run the package and add without quotes “/?” at the end of line. For example, in the command prompt type without quotes “SDK.exe /?” then hit Enter.

Related Questions