home *** CD-ROM | disk | FTP | other *** search
/ Eagles Nest BBS 6 / Eagles_Nest_Mac_Collection_Disc_6.TOAST / Windows / VB3Tips.txt < prev    next >
Text File  |  1993-09-05  |  2KB  |  23 lines

  1. FIRST, Update to most recent SETUPWIZ version.
  2.  
  3. PROBLEM: Can't find OLE2UI.DLL
  4. SOLUTION: Remove line containing reference to OLE2UI.DLL in SETUPWIZ.INI
  5.  
  6. PROBLEM: Sharing violation
  7. SOLUTION: Change protection on VBRUN300.DLL and SETUPKIT.DLL to read-only.
  8.  
  9. PROBLEM: Other Sharing problems:
  10. SOLUTION:  Including the /F switch on share my problems went away.  SHARE.EXE defaults to some (I forget) amount of space allocated to locking information without the /F switch. I set the /F switch finally to around 7100 (I think) and all my weird sharing problems vanished
  11.  
  12. PROBLEM: Compress can't find files:
  13. SOLUTION: COMPRESS.EXE will only take a limited length command line.  If SetupWizard is in a subdir that is nested too deep, then COMPRESS will not work properly.  You will encounter a 'File does not exist' error when in actuality the file does exist.  To work around this problem, move the SETUPKIT subdir up one or more directory levels until COMPRESS works.  ALSO: Try moving the compress.exe up to the c:\vb directory but be sure to change the setupwiz.ini file (fourth line for the compress=) to show the new location. 
  14.  
  15. PROBLEM: <C:\VB\SETUPKIT\KITFILES\SETUPWIZ>COMPRESS.EXE -r <C:\WINDOWS\SYSTEM\GRID.VBX C:\VB\SETUPKIT\KITFILES\SETUPWIZ
  16. <Bad command or file name
  17. SOLUTION:
  18. Put a copy of compress.exe in a directory in your path! (or, change your path to include the \SETUPKIT\KITFILES\ directory. It seems that setup apprentice copies compress.exe to a temporary directory called setupwiz and executes it from there. However, it will only do this once during a windows session. It then erases the file even though it is still running!!!!
  19.  
  20. PROBLEM: Screen saver forces compression into the background as a minimized icon.
  21. SOLUTION:  The standard command .PIF file may not have the EXECUTION = EXCLUSIVE on some computers. As a result, the DOS shells for compressing files may sit in the background. Now shell with parameter makes the task active with focus.
  22.  
  23.