473,769 Members | 5,724 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Deploy problem: error reading from ...xxxxx.msi file

I try to experiment deploying my Vb.net application by following the basic
steps but encounter this error.

I follow every step and every display agrees with what the tutorial says
and the IDE responds with "Build successful". When I started the setup.exe
file in the debug folder with the same machine that develops my test
application, all run as expected until the it gives out the error message:

Error reading from file
C:\..\mypath\my Appn.msi Verify that the file exists and that you can
access it.

I follow both these two tutorials from the net (both tutorial are in fact
very similar) but no luck.

http://www.startvbdotnet.com/extras/deploy.aspx
or

http://www.devarticles.com/c/a/VB.Ne...VB.NET-Part-1/

I have checked the debug directory it does contains the msi file and I can't
see any reason I don't have access. What could I look for now? Your kind
reply will be given feedback. Thank you.
Jan 29 '08 #1
2 4343
Normally the setup.exe and the msi file would be located in the same folder.
You said the error refers to C:\..\mypath\my Appn.msi. Is that folder where
your setup.exe is? That doesn't look like the default debug folder path.

"ykffc" wrote:
I try to experiment deploying my Vb.net application by following the basic
steps but encounter this error.

I follow every step and every display agrees with what the tutorial says
and the IDE responds with "Build successful". When I started the setup.exe
file in the debug folder with the same machine that develops my test
application, all run as expected until the it gives out the error message:

Error reading from file
C:\..\mypath\my Appn.msi Verify that the file exists and that you can
access it.

I follow both these two tutorials from the net (both tutorial are in fact
very similar) but no luck.

http://www.startvbdotnet.com/extras/deploy.aspx
or

http://www.devarticles.com/c/a/VB.Ne...VB.NET-Part-1/

I have checked the debug directory it does contains the msi file and I can't
see any reason I don't have access. What could I look for now? Your kind
reply will be given feedback. Thank you.

Jan 29 '08 #2
Sorry, I'm just too lazy to type

Yes, both there. The fullpath being:

"C:\...MPath\My Appn\Debug\setu p.exe"
and
"C:\...MPath\My Appn\Debug\MyAp pn.msi"

"Family Tree Mike" wrote:
Normally the setup.exe and the msi file would be located in the same folder.
You said the error refers to C:\..\mypath\my Appn.msi. Is that folder where
your setup.exe is? That doesn't look like the default debug folder path.

"ykffc" wrote:
I try to experiment deploying my Vb.net application by following the basic
steps but encounter this error.

I follow every step and every display agrees with what the tutorial says
and the IDE responds with "Build successful". When I started the setup.exe
file in the debug folder with the same machine that develops my test
application, all run as expected until the it gives out the error message:

Error reading from file
C:\..\mypath\my Appn.msi Verify that the file exists and that you can
access it.

I follow both these two tutorials from the net (both tutorial are in fact
very similar) but no luck.

http://www.startvbdotnet.com/extras/deploy.aspx
or

http://www.devarticles.com/c/a/VB.Ne...VB.NET-Part-1/

I have checked the debug directory it does contains the msi file and I can't
see any reason I don't have access. What could I look for now? Your kind
reply will be given feedback. Thank you.
Jan 29 '08 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
3072
by: Ra?l | last post by:
Hi there, Windows XP Professional SP2 Apache HTTP Server 1.3.33 PHP Version 4.3.10 i'm just trying to send a mail with the mail() function but it seems not to work. First I installed a mail server (miniRelay v0.9.77d) and then I
0
6257
by: A. Fuentes | last post by:
Fellow Oracle Netters: I have the following problem: Enviroment: Oracle9i/AIX5.2/Veritas vxvm I am trying to create an Oracle database using RAW devices UNDER the Veritas vxvm.(Veritas Volume Manager). Brief Antecedents:
2
2077
by: Vince | last post by:
I have a very specific problem to solve but I cannot find a data structure for it. I don't know if I am posting on the good newsgroup but I cannot find a software.design group. I would like to declare a smart structure initialized via a XML file. The goal of this structure is to store data from a smart card. My XML file describes the file structure of my smart card. On a smart card file are identified by number(sfid) and not by their...
2
2422
by: djj858 | last post by:
I am attempting to read in the contents of a file into a 2D array. The file is laid out as follows: XXXX X XX X XXXXX XXXXX XXXX X XX X XXXXX XXXXX
2
4034
by: Joerg Toellner | last post by:
Dear Group, i develop an app with MSVC++ 2005 pro. My app should not use any installation. It's only a "packing out the zip and run it"-installation. So i use private assemblies with manifests and DLLs in the app directory itself. All works fine with MSVC2005 Pro PRE SP1. I packed into my app-zip also the Microsoft.VC80.CRT.manifest file and the redist-dll msvcr80.dll (i got them
4
1420
abdoelmasry
by: abdoelmasry | last post by:
Hi i need help in mysql i want to specify field to start reading from EX: i have table contain this data: id username password email country 1 abdo XXXX XXXX XXXXX 2 ahmed XXXX XXXX XXXXX 3 mido XXXX XXXX XXXXX
1
1867
by: Olivier Matrot | last post by:
I have a problem with an ASP.NET 2.0 Application. A client request is processed in parrallel by two threads. After further analysis, it appears that : - There is 2 disctinct session for the request (Session_Start in global.asax) - One of the session ends (Session_End in global.asax). - The ramining session is used for subsequent requests, and everything works fine. - This is happening primarily when the application is started for the...
0
1294
by: akaley | last post by:
Hi All, Iam using MultiPartRequest class(cos.jar) for Reading the file comtent from Client Machine. My coding is working without any problem in My local system.But in testing server it causes some problem.My local system is Window o/s. Testing Server is UNIX based system.This is the problem iam facing while loading the files: The files with " XXXXX---SPECReport.xls" names are causing problem.
6
10957
by: =?Utf-8?B?QW5kcmV3X2QxMjM=?= | last post by:
Here is my problem. I have an app that has over 9 web services. For years I had not issues with clickonce but now it looks like the build is missing XmlSerializers.dll.deploy. I did have this issue once in vs 2005 and one the problem just went away. Well now its back. If I build the app 20 times it may work once. I did find that if I remove this as a required dll that I can get my program to run. I can't seem to find any info about...
0
10211
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
9994
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8870
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7408
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6673
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5447
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3958
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3561
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2815
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.