473,402 Members | 2,064 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,402 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 4206
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: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
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
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
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...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
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...
0
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,...
0
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...

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.