-
Hi,
I got a serious problem with the setup program (setup1.exe) that comes with the package & deployment wizard: The same package runs fine on some machines and has an error 13 (type mismatch) on other machines. Seems to happen only on NT Server.
Has somebody solved this error before or do I really have do debug MS code?
Thanks in advance!
Roger
-
Thanks to everybody who took a look, but I found out myself:
I created the setup on a German system with US VB. In the resulting setup.lst, a boolean value was written down as "Wahr" (German for "True") or "Falsch" (for "False"). That made the setup crash when it was started on an English system!!!
Just replace the "Wahr"/"Falsch" with True/False or 1/0 and it works! Good job MS!
Roger