home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / os / mswindo / programm / win32 / 303 < prev    next >
Encoding:
Internet Message Format  |  1992-07-27  |  1.1 KB

  1. Path: sparky!uunet!darwin.sura.net!mips!swrinde!cs.utexas.edu!natinst.com!paul@natinst.com
  2. From: paul@natinst.com (Paul F. Austin)
  3. Newsgroups: comp.os.ms-windows.programmer.win32
  4. Subject: MSSETUP problem
  5. Message-ID: <1992Jul28.003636.18740@natinst.com>
  6. Date: 28 Jul 92 00:36:36 GMT
  7. Sender: news@natinst.com
  8. Organization: National Instruments
  9. Lines: 19
  10. Nntp-Posting-Host: barnabas.natinst.com
  11.  
  12. I am trying to use the Microsoft Setup program. A Tool to make  distribution 
  13. disks with a nice installer. But I have run into a problem using the DISKLAYT2
  14. tool. The problem: It flattens the hierarchy so when I install my program
  15. what used to be in several directories ends up in one.
  16.  
  17. c:\mydemo\myprog.exe                            
  18. c:\mydemo\docs\d1.doc
  19. c:\mydemo\docs\d2.doc
  20.  
  21. turns into 
  22.  
  23. c:\mydemo\myprog.exe                            
  24. c:\mydemo\d1.doc                                ;files move up a directory
  25. c:\mydemo\d2.doc
  26.  
  27. The documentation is very minimal I might add, though it looks like it could
  28. be a good product with a little more work. Has any one seen/overcome this 
  29. problem. 
  30.                     Thanks --  paul@natinst.com
  31.