Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't.
Right now, I just have a form appear with the installation options and
choices, but the answer to your question would be nice to know as well
eros...@my-deja.com wrote in message <7ld8l3$f5u$1...@nnrp1.deja.com>...
--
Donald A. Herman
Software - Scheduler Pro, Disk Cataloger
http://members.tripod.com/~Don_Herman/
Home Page, VB5 & 6 Resources, Information and Links
http://www.fcs-net.com/dherman/index.htm
--
Dave Gallant <da...@cyberdesign-nb.com> wrote in message
news:7ldo3f$7vf$1...@garnet.nbnet.nb.ca...
In article <eHzC8c5w#GA.304@cppssbbsa04>,
--
Donald A. Herman
Software - Scheduler Pro, Disk Cataloger, Math Wizard
http://members.tripod.com/~Don_Herman/
Home Page, VB5 & 6 Resources, Information and Links
http://www.fcs-net.com/dherman/index.htm
--
<eros...@my-deja.com> wrote in message news:7lfo5s$cic$1...@nnrp1.deja.com...
I created an install using the PDW. I then picked Start->Run. I
entered
<install path>\SETUP.EXE /TestOption
just to see what would happen. I got a message box saying, "Invalid
command-line arguments. Unable to continue." This happened even
before SETUP.EXE copied the bootstrap files (like SETUP1.EXE) out of
the .CAB file.
I'm sure I can figure out the rest, but how do I get SETUP.EXE (not
SETUP1.EXE) to not complain about command-line parameters?
In article <ejjTVEdx#GA....@cppssbbsa02.microsoft.com>,
To test your setup interactively in VB6 open the Setup.lst in Notepad and
locate
"Spawn=setup1.exe"
replace it with
"Spawn=c:\YourPath\vb6.exe c:\YourPath\setup1.vbp /cmd"
Note: Use short filenames and paths.
Then run the Setup.exe from the setup location and it will start the setup
kit VBP.
Once it opens VB click run.
--
Donald A. Herman
Software - Scheduler Pro, Disk Cataloger, Math Wizard
http://members.tripod.com/~Don_Herman/
Home Page, VB5 & 6 Resources, Information and Links
http://www.fcs-net.com/dherman/index.htm
--
<eros...@my-deja.com> wrote in message news:7m5gj8$htl$1...@nnrp1.deja.com...
A:\SETUP /SetupOption1
or
A:\SETUP /SetupOption2
to get different installation options. Obviously those options would
have to be passed on to SETUP1.EXE, but I'm still trying to find out if
there is a way to give options to SETUP.EXE without causing an error.
In article <uf#LRS$y#GA....@cppssbbsa02.microsoft.com>,
Well I took a quick look and I ran a command line option that I put in the
setup.lst so it looked like
Spawn=Setup1.exe /h
Retrieved and separated it from the command in the ProcessCommandLine. So it
can be done but maybe not thru Setup.exe because it is to dumb to pass it to
setup1.exe.
OK, now you got what you needed to know.
--
Donald A. Herman
Software - Scheduler Pro, Disk Cataloger, Math Wizard
http://members.tripod.com/~Don_Herman/
Home Page, VB5 & 6 Resources, Information and Links
http://www.fcs-net.com/dherman/index.htm
--
<eros...@my-deja.com> wrote in message news:7mcp99$ma4$1...@nnrp1.deja.com...