Jump to content


This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.
Photo

delving into c++


1 reply to this topic

lasenbby

lasenbby
  • Members
  • 744 posts

Posted 14 December 2001 - 18:01

Hey folks, we have decided to use a wrapper  for the language dialog (as there is no way to customize it and IS seems to have numerous problems in this area) and it is supposed to call a setup of a multi-language install.  Sound easy; should be.

I can get the install to execute but the command line argument is not being accepted by the setup.exe and hence it always runs in the default language.

Ok, c++ers, how come this does not work:
_spawnlp(_P_NOWAIT, ".\\SOMEDIR\\SETUP.EXE", szArgument, NULL)'

where szArgument is "-l0x0007"

(BTW, I can run "setup.exe -l0x0007" and it runs the correct language.)


lasenbby

lasenbby
  • Members
  • 744 posts

Posted 14 December 2001 - 22:51

Nevermind.  Got it working.