home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!darwin.sura.net!mips!swrinde!cs.utexas.edu!natinst.com!paul@natinst.com
- From: paul@natinst.com (Paul F. Austin)
- Newsgroups: comp.os.ms-windows.programmer.win32
- Subject: MSSETUP problem
- Message-ID: <1992Jul28.003636.18740@natinst.com>
- Date: 28 Jul 92 00:36:36 GMT
- Sender: news@natinst.com
- Organization: National Instruments
- Lines: 19
- Nntp-Posting-Host: barnabas.natinst.com
-
- I am trying to use the Microsoft Setup program. A Tool to make distribution
- disks with a nice installer. But I have run into a problem using the DISKLAYT2
- tool. The problem: It flattens the hierarchy so when I install my program
- what used to be in several directories ends up in one.
-
- c:\mydemo\myprog.exe
- c:\mydemo\docs\d1.doc
- c:\mydemo\docs\d2.doc
-
- turns into
-
- c:\mydemo\myprog.exe
- c:\mydemo\d1.doc ;files move up a directory
- c:\mydemo\d2.doc
-
- The documentation is very minimal I might add, though it looks like it could
- be a good product with a little more work. Has any one seen/overcome this
- problem.
- Thanks -- paul@natinst.com
-