|
-
February 11th, 2000, 06:43 AM
#1
ST6UNST.EXE
I'm making a install program for the end user. The program install a
collection of Visual basic programs.
But i have one problem, it seems that St6unst.exe only accecpts directory
names shorter than 8 characters.
This statement is ok :
c:\windows\st6unst.exe -n C:\Progra~1\Project1\ST6UNST.LOG -f -q
But this gives an error message "Invalid command line arguments. Unable to
continue:
c:\windows\st6unst.exe -n C:\Program files\Project1\ST6UNST.LOG -f -q
Does any one have any ideas ??
Thanks
Bjørn André
-
February 11th, 2000, 08:06 AM
#2
Re: ST6UNST.EXE
try the statement from a run box, or with everything in quotes:
"c:\windows\st6unst.exe -n C:\Program files\Project1\ST6UNST.LOG -f -q"
-
February 11th, 2000, 08:09 AM
#3
Re: ST6UNST.EXE
the path to your log file contains blanks.
try this:
c:\windows\st6unst.exe -n "C:\Program files\Project1\ST6UNST.LOG" -f -q
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
|