Package and Deploy Two Databases at Same Time

DBL

Registered User.
Local time
Today, 21:54
Joined
Feb 20, 2002
Messages
659
I'm trying to package up two databases, with a common backend but different frontends, using the PDW. What I want to achieve is that from the Start Menu, you get the Common Folder Name "Show Database" with the subfolder names for the two frontends "Early Show" and "Late Show". All I can get it to do, although it's packaged both databases, is show me the Early Show from the start menu.

Any ideas?

Thanks

D
 
If I understand correctly you want a Program Group on your Start Menu with two sub Menu Items.

If so when in the PDW for the Start Menu Item create two new items. In the properties of the first enter in the target something like
/runtime "$(AppPath)\myFirstDb.mde"
in Start in
$(AppPath)

for the second
/runtime "$(AppPath)\mySecondDb.mde"
in Start in
$(AppPath)

Keith
 
Thanks, Keith. After much mucking about, I got it sorted. PDW is never easy!

Dawn
 

Users who are viewing this thread

Back
Top Bottom