CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Sep 2001
    Posts
    160

    How to change Package and Deployment install path

    I need my database to install at C:\documents and settings\all users\application data\FolderName\database name

    Can anyone tell me how to change te .lst file to change the install path for the database? I have tried to change the path but had no luck on getting it there.

    Thanks,

    Jason

  2. #2
    Join Date
    Sep 2002
    Location
    England
    Posts
    530

    Re: How to change Package and Deployment install path

    Hi

    Rather than going to the trouble of changing the lst file (for every time you package the app), try this - in the "included files" part of the install wizard, add the database (i'm assuming access database?), then in the "install locations" part of the wizard you can specify the target location of that database.

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

Featured