Results 1 to 5 of 5

Thread: [RESOLVED] Problem with my .exe?

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jun 2004
    Location
    cainta
    Posts
    80

    Resolved [RESOLVED] Problem with my .exe?

    I create my .exe file from my VB - project using package and deploy function in VB. Im using Windows 2000..

    When I try to install this exe, I get an error:

    file not found:
    ..\My Documents\temp\msftqws.pwd\$(DLLSelfRegisterEx)

    ?? What is this file, why is it in my project, how do I get rid of it?

    There are no .pwd files on my C drive. What is this file type?

    Many thanks,

  2. #2
    Frenzied Member wiz126's Avatar
    Join Date
    Jul 2005
    Location
    Mars,Milky Way... Chit Chat Posts: 5,733
    Posts
    1,080

    Re: Problem with my .exe?

    This thread should be moved to another forum i think : Application Deployment Forums:
    http://www.vbforums.com/forumdisplay.php?f=72
    1) If your post has been adequately answered please click in your post on "Mark Thread Resolved".
    2) If someone has been useful to you please show your respect by rating their posts.
    3) Please use [highlight="VB"] 'your code goes in here [/highlight] tags when posting code.
    4) Before posting your question, make sure you checked this links:
    MICROSOFT MSDN -- VB FORUMS SEARCH

    5)Support Classic VB - A PETITION TO MICROSOFT

    ___________________________________________________________________________________
    THINGS TO KNOW ABOUT VB: || VB Examples/Demos
    What are Classes?
    || -
    Where to place a sub/function?(global) || Webbrowser control

  3. #3
    I'm about to be a PowerPoster! Joacim Andersson's Avatar
    Join Date
    Jan 1999
    Location
    Sweden
    Posts
    14,649

    Re: Problem with my .exe?

    That's a temporary file the P&DW creates and should not be a part of the setup. Try editing the SETUP.LST file (in Notepad) and delete that line.

  4. #4

    Thread Starter
    Lively Member
    Join Date
    Jun 2004
    Location
    cainta
    Posts
    80

    Re: Problem with my .exe?

    Hi Joacim ,

    I deleted the msftqws.pwd into my SETUP.LST but error still occur.

    file not found:
    ..\My Documents\temp\msftqws.pwd\$(DLLSelfRegisterEx)

    Pls Help..

  5. #5
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: Problem with my .exe?

    Moved to Application Deployment.

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