|
-
Mar 15th, 2000, 10:36 PM
#1
Thread Starter
New Member
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
-
Mar 15th, 2000, 11:34 PM
#2
Guru
Dane
How do you add the MDB file to your project so it will be included with the P/D wizard (by default)?
-
Mar 16th, 2000, 01:09 AM
#3
Frenzied Member
In the wizards directory, you can get access to the PDWizard's setup1.exe project...
-
Mar 16th, 2000, 01:11 AM
#4
Lively Member
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.
-
Mar 16th, 2000, 02:55 AM
#5
Frenzied Member
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...)
-
Mar 16th, 2000, 04:59 AM
#6
Lively Member
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?
-
Mar 16th, 2000, 05:16 AM
#7
Frenzied Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|