|
-
Jun 22nd, 2000, 06:43 PM
#1
Thread Starter
Lively Member
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
-
Jun 22nd, 2000, 08:08 PM
#2
Thread Starter
Lively Member
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|