Results 1 to 7 of 7

Thread: Package / Deploy Wizard

  1. #1

    Thread Starter
    New Member
    Join Date
    Feb 2000
    Location
    Columbus, OH, USA
    Posts
    14

    Re: Package/ Deploy Wizard

    If you add the database to you project, by default, the PDW puts it in the application path. If you know where you want it to go, then you can create the package and then edit the setup.lst
    Look for this heading
    [Setup1 Files]
    and there will be an entry with your database name
    [email protected],$(AppPath),,,3/8/00 11:31:36
    and change to
    [email protected],c:\databasedir,,,3/8/00 11:31:36 AM,1871872,0.0.0.0
    hope this helps
    Dane

  2. #2
    Guru Clunietp's Avatar
    Join Date
    Oct 1999
    Location
    USA
    Posts
    1,844
    Dane

    How do you add the MDB file to your project so it will be included with the P/D wizard (by default)?

  3. #3
    Frenzied Member
    Join Date
    Aug 1999
    Location
    Santa Clara, Ca , 95058
    Posts
    1,105
    In the wizards directory, you can get access to the PDWizard's setup1.exe project...

  4. #4
    Lively Member
    Join Date
    Jul 1999
    Posts
    78

    I do this all the time :D

    The 4th dialog box in the P&D Wizard will ask you to add any files. . . add the mdb there.

    Then in the next dialog box (or the one after that) will show you the Start Menu Tree.

    Go into Edit or Add New (can't recall which it says), and add that component into the Start Menu where you want it.

  5. #5
    Frenzied Member
    Join Date
    Aug 1999
    Location
    Santa Clara, Ca , 95058
    Posts
    1,105

    The 4th dialog box in the P&D Wizard will ask you to add any files. . . add the mdb there.

    Then in the next dialog box (or the one after that) will show you the Start Menu Tree.

    Go into Edit or Add New (can't recall which it says), and add that component into the Start Menu where you want it.

    Clunie can best answer but I think he was asking how to change the default list of files (so a particular file will always be in the list, without having to add it to every project...)

  6. #6
    Lively Member
    Join Date
    Jul 1999
    Posts
    78
    Clunie can best answer but I think he was asking how to change the default list of files (so a particular file will always be in the list, without having to add it to every project...)
    Why wouldn't you just add it manually once, then save that template as your "plain vanilla" packaging script?

  7. #7
    Frenzied Member
    Join Date
    Aug 1999
    Location
    Santa Clara, Ca , 95058
    Posts
    1,105
    Generally we use the .vbp project file for each project, to generate each project's .swt file. It's easier to modify and ship a revised setup1.

    Don't know what Clunie does...

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width