Click to See Complete Forum and Search --> : ST6UNST.EXE


BAH
February 11th, 2000, 05:43 AM
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, 07:06 AM
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"

Lothar Haensler
February 11th, 2000, 07:09 AM
the path to your log file contains blanks.
try this:
c:\windows\st6unst.exe -n "C:\Program files\Project1\ST6UNST.LOG" -f -q