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

    Visual Studio Installer Problems

    Hi,

    I am using Windows Installer for deploying my application developed in VC++6.0 on a WindowsNt computer.

    1)In my code I am using Functions like GetCurrentDir(),etc to get the directory where the exe is running from.
    When I execute the application from the shortcuts(desktop or start menu) created by the installer, I get the current Directory as the directory where the shortcut
    is running from and not the the installed folder. I also tried manipulating with the shortcut properties but was not succesfull

    2)There is a Condition Property for each file being copied and I tried finding out the syntax for the Condition property in the windows installer help,but no luck


    If somebody could provide a solution to this problem, it would be a great help


    Thanks

    Devang Merchant


  2. #2
    Join Date
    Apr 1999
    Location
    Michigan, USA
    Posts
    115

    Re: Visual Studio Installer Problems

    Try using App.Path


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