Re: VB application - installer problem
Finally!
I really dont know from where this bafileaccess.dll is coming and i am absolutely sure that my program dosent use it.
For comdlg32.ocx, i thing it is always present on all the OS ( atleast present on XP\2000) so can i exclude it from distributing.
Please tell me
Re: VB application - installer problem
mayurvb,
Look in your logs. You can find out what file uses it. You can upload the logs and I will take a look if you want. I will take a look at your final script also.
Re: VB application - installer problem
mayurvb,
I looked in my logs. You can delete this file from your script.
Re: VB application - installer problem
i was able to create the setup file. I have sent you that in email
It is unable to register vbvm60.dll and msxml3.dll but i think it is a different matter all together.
Let me know my next step
Re: VB application - installer problem
mayurvb,
Please take my email out of your post. DO NOT EVER!! Put peoples emails in post. You will be encouraging SPAM and I don't want any!!!! And also don't attempt to send setup files via emails they are too big!!!
Re: VB application - installer problem
updated my post. Sorry about that. i didnt mean any trouble.
I was not able to upload the zip here so i sent an email.
Re: VB application - installer problem
mayurvb,
I would only want to see the script not the setup file.
1 Attachment(s)
Re: VB application - installer problem
Re: VB application - installer problem
mayurvb,
Upload your ********** project file. These files should not be in it. ********** should be allowed to find these files.
Code:
Source: c:\projects\beaware phase 1\installer\required files\comdlg32.ocx; DestDir: {app}; Flags: regserver restartreplace
Source: c:\projects\beaware phase 1\installer\required files\mscomct2.ocx; DestDir: {app}; Flags: regserver restartreplace
Source: c:\projects\beaware phase 1\installer\required files\mscomctl.ocx; DestDir: {app}; Flags: regserver restartreplace
Source: c:\projects\beaware phase 1\installer\required files\richtx32.ocx; DestDir: {app}; Flags: regserver restartreplace
Source: c:\projects\beaware phase 1\installer\required files\tabctl32.ocx; DestDir: {app}; Flags: regserver restartreplace
1 Attachment(s)
Re: VB application - installer problem
1 Attachment(s)
Re: VB application - installer problem
mayurvb,
Try this project and let me see the script that gets generated.
1 Attachment(s)
Re: VB application - installer problem
Strange!
when i try to open the **********, it gives me error.
Re: VB application - installer problem
mayurvb,
Delete the **********.ini file and re-run.
1 Attachment(s)
Re: VB application - installer problem
please find the attached,
Re: VB application - installer problem
the script is same as original
Re: VB application - installer problem
I was able to resolve this issue.
psapi.dll was the culprit i guess. When i modified the installer to copy psapi.dll to application folder, instead of th system folder, it worked.