Results 1 to 2 of 2

Thread: Shortcut made by Visual Studio Installer has no working dir

  1. #1

    Thread Starter
    New Member
    Join Date
    Oct 2005
    Posts
    1

    Shortcut made by Visual Studio Installer has no working dir

    I try to deploy a VB app with Visual Studio Installer with a connected .chm file installed in same dir. The user may choose another location than the default to install the application during the installation process and that works fine. The shortcut that is created on the desktop works allright but the chm file cannot be opened from within the vb application, since the field: working directory in the shortcut is empty.
    Can someone advise me how to handle that this field is filled with the same value as the dir where the app is created in.
    Thanks in advance, Dashbully

  2. #2
    Hyperactive Member
    Join Date
    Sep 2005
    Posts
    384

    Re: Shortcut made by Visual Studio Installer has no working dir

    Code:
    App.HelpFile = App.Path "\helpfile.chm"

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