Deployment Problem
-
Hello Friends, We have Created setup of my project , when we try to install then it work proper but if we run setup on another machine it give error. //Error Unable to locate application file 'DemoProject.msi'. See the setup log file located at 'C:\DOCUME~1\atique\LOCALS~1\Temp\VSD3.tmp\install.log' for more information. manu
-
Hello Friends, We have Created setup of my project , when we try to install then it work proper but if we run setup on another machine it give error. //Error Unable to locate application file 'DemoProject.msi'. See the setup log file located at 'C:\DOCUME~1\atique\LOCALS~1\Temp\VSD3.tmp\install.log' for more information. manu
hi manuo5 IF you deploy your application in your clients machine , you should first check if .NEt frameworks is installed, and not just .NEt framework , but the correct version. its difficult for me to help you , because you posted half information. What version of VS did you use for your Project? What RDBMS did you use for your Project. Note that if you try to install your project from a network share, you will have problem with .NEt Security Issues. Please elaborate when you post on this Forums or you will be ignored chess
Vuyiswa Maseko, Sorrow is Better than Laughter, it may Sudden your Face, but It sharpens your Understanding VB.NET/SQL7/2000/2005 http://vuyiswamb.007ihost.com http://Ecadre.007ihost.com
-
Hello Friends, We have Created setup of my project , when we try to install then it work proper but if we run setup on another machine it give error. //Error Unable to locate application file 'DemoProject.msi'. See the setup log file located at 'C:\DOCUME~1\atique\LOCALS~1\Temp\VSD3.tmp\install.log' for more information. manu
I'm guessing that you did not include the msi and exe files for the setup. Both of these need including - the msi file contains information of how to install the application, for Windows, and needs to be included in your deployments. I could be completely wrong here - I'l find out soon enough... Hope this helps
You always pass failure on the way to success.
-
hi manuo5 IF you deploy your application in your clients machine , you should first check if .NEt frameworks is installed, and not just .NEt framework , but the correct version. its difficult for me to help you , because you posted half information. What version of VS did you use for your Project? What RDBMS did you use for your Project. Note that if you try to install your project from a network share, you will have problem with .NEt Security Issues. Please elaborate when you post on this Forums or you will be ignored chess
Vuyiswa Maseko, Sorrow is Better than Laughter, it may Sudden your Face, but It sharpens your Understanding VB.NET/SQL7/2000/2005 http://vuyiswamb.007ihost.com http://Ecadre.007ihost.com
The good news is that even if the client does not have the correct .Net framework you can still deploy an application. If the client is missing the framework it is automatically, with the users permission, downloaded at installation time.
You always pass failure on the way to success.