|
-
Feb 22nd, 2000, 03:17 PM
#1
Thread Starter
Member
Hi!
I have a problem with runing setup, created with Package&Deployment wizard which come with Visual Studio 6.0.
Setup has been created on WINNT 4.0 (SP5) platform.
If I try to run this setup on the same platform WINNT 4.0, SP5, the installation is OK, but the problem arrise if I try to do this on WINNT 4.0 SP3 or WIN95.
I've got the folloving error mesage OK.EXE is a program)
*******************************
C:\WINNT\SETUP.LST
Invalid line in setup information file!
Section: Setup1 Files
@OK.exe,$(AppPath),,$(Shared),2.7.00 8:46:09AM,122880,1.0.0.0
********************************
I need this program to work on
WINNT4.0 with SP3 or higher, WIN95 and WIN98.
Can anybody help me?
Thanks,
Thomas
-
Feb 22nd, 2000, 05:13 PM
#2
I cant test it for you. but you can try this.
replace that line of code. with this line of code.
@OK.exe,$(AppPath),,,2/7/00 8:46:09 AM,122880,1.0.0.0
Tip: do the same what i always do. ( Never ) set your own app.exe to a shared app. on some systems it wont want to install it.
-Kayoca
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
|