[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,
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
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.
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..
Re: Problem with my .exe?
Moved to Application Deployment.