473,386 Members | 1,803 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

Installation Incomplete

Hi everyone,

I have created a setup program for my Windows App in
VB.net. When try to install it by double clicking on
setup.exe, the wizard comes up and on last screen it gives
me message "Insatallation Incomplete"
The installer was interrupted before appname was
installed.

The same setup.exe will run to complete and install
seuccessfully on dev machine but not on production machine.

I ran setup.exe several times but not luck. This machine
does have dot net platform installed and there are couple
of asp.net apps running on it.

Any idea what is going on?

mashraf.

Jul 21 '05 #1
1 4204
You can get a (very verbose) log by running your setup this way:
msiexec /i mysetup.msi /l*v mylog.txt

Look from the bottom up for ERROR. You might need to use the Windows
Installer reference on MSDN to understand the error code.

---
David Guyer - VBQA Deployment Testing
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
Content-Class: urn:content-classes:message
From: "mashraf" <an*******@discussions.microsoft.com>
Sender: "mashraf" <an*******@discussions.microsoft.com>
Subject: Installation Incomplete
Date: Tue, 18 Nov 2003 14:31:38 -0800
Lines: 20
Message-ID: <03****************************@phx.gbl>
MIME-Version: 1.0
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
X-Newsreader: Microsoft CDO for Windows 2000
X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300
Thread-Index: AcOuI7s1eoltmM1NTm6c2N8Ejmj6GA==
Newsgroups: microsoft.public.dotnet.general
NNTP-Posting-Host: TK2MSFTNGXA13 10.40.1.165
Path: cpmsftngxa08.phx.gbl!cpmsftngxa06.phx.gbl
Xref: cpmsftngxa08.phx.gbl microsoft.public.dotnet.general:115590
X-Tomcat-NG: microsoft.public.dotnet.general

Hi everyone,

I have created a setup program for my Windows App in
VB.net. When try to install it by double clicking on
setup.exe, the wizard comes up and on last screen it gives
me message "Insatallation Incomplete"
The installer was interrupted before appname was
installed.

The same setup.exe will run to complete and install
seuccessfully on dev machine but not on production machine.

I ran setup.exe several times but not luck. This machine
does have dot net platform installed and there are couple
of asp.net apps running on it.

Any idea what is going on?

mashraf.


Jul 21 '05 #2

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

Similar topics

7
by: Andrew Ward | last post by:
Hi All, Considering the following code: struct A; struct B { std::list<A> l; };
5
by: Paul F. Dietz | last post by:
Is the following legal C? struct foo; struct foo (*p); /* Pointer to array of 10 foo structures */ struct foo { int bar; int baz; }; main() { printf("%d\n", sizeof(*p)); } Paul Dietz...
6
by: Eric Smith | last post by:
Is a structure containing an incomplete array as its last element (per paragraph 2 of section 6.7.2.1 of ISO/IEC 9899:1999 (E)) itself an incomplete type? That appears to be indicated by paragraph...
1
by: mashraf | last post by:
Hi everyone, I have created a setup program for my Windows App in VB.net. When try to install it by double clicking on setup.exe, the wizard comes up and on last screen it gives me message...
2
by: Mauricio Correa | last post by:
Hello, i try to consume a java web service from a asp .net page, i make without problems the web reference tu wsdl file http://machine/WebService/nameWebService?WSDL in the asp .net page put the...
1
by: cesco | last post by:
Hi, I wanted to install python, numpy and matplotlib on Linux Ubuntu. I installed python with the following commands ../configure --enable-unicode=ucs4 make make install and then I installed...
2
by: dave_dp | last post by:
Hi folks, I'm interested as to what extent using incomplete types doesn't result in a undefined behavior, more generally it touches the usage of incomplete types.. for example, it is stated that...
10
by: arcadio | last post by:
Hi everyone, I'm currently struggling to compile a large piece of legacy code. GCC 3.3 compiles it without complaining, but GCC 4.2.3 (the default in Debian) refuses it and signals "several...
50
by: Juha Nieminen | last post by:
I asked a long time ago in this group how to make a smart pointer which works with incomplete types. I got this answer (only relevant parts included): ...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...

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.