Click here to Skip to main content
15,882,017 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
I made installer file by using install shield in visual studio 2012, it works fine on my PC, but when I link it to my application and download it from localhost it dose't install giving following error:
Error 1309: Error read from file,then path of my installer
verify that file exist and that you can access it.

I have done it on .net 4.5 framework.
any suggestions.
Thanks in advance.
Posted

1 solution

Hi Mitul,

I have faced similar problem recently with another software installer. The whole problem was that the application that I have written was storing some data in ProgramData and AppData hidden folders in Windows.

I don't know if that was the real problem but I have changed the permissions on these folders to full access by anonymous user and run my installer as administrator.

Hope that helps you.
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 18-Aug-14 12:23pm    
Sorry, this is a very, very bad suggestion. The customer should not be forced to change permission. Instead, you should use adequate legitimate directories.
—SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900