Problem bei der Installation eines VB.net Programms

N

Nicolas Nickisch

Hallo newsgroup,
ich habe unter VB.net ein Programm entwickelt und nach einigem Hin und her
sogar ein passendes setup Projekt hin bekommen.
VisualStudio hat also eine setup.exe und ein .msi-File erstellt.
Auf dem Quellrechner lässt sich dieses Paket auch problemlos installieren.
Im entsprechenden Verzeichnis findet man anschließend neben der
Programmdatei eine ganze Reihe von DLL-Dateien.
Nun habe ich die .msi-Datei und die setup.exe auf einen anderen Rechner
kopiert um das Programm dort ebenfalls installieren.
Bei der Installation beschwert sich der Installer, dass er aus der
..msi-Datei nicht lesen könne. Eine genauere Fehlermeldung erhalte ich nicht.
Kann sich jemand dieses Verhalten erklären? Gibt es Möglichkeiten einer
genauere Fehlermeldung zu bekommen?

Gruss Nico
 
C

Cor Ligthert [MVP]

Nico,

Although that we have in this newsgroup a lot of regulars who are very good
able to read your in German written message (at least Herfried, Peter and
me) will we be pleased if you use the English language in this newsgroup.

There is an excellent German VB.Net newsgroup by the way.

Cor
 
G

Guest

Hallo Nicolas ,

Although i can read , speak and understand German pretty good i will answer
you in the English language as this is the common language in this newsgroup

The problems you encounter are installer based and can have several causes

Most obvious is the fact that during the transfer of the file , to the
target system it might have got corrupted .

Try another deploy media , if you copied it over a network , try a CD-Rom
and vice versa ( bad network connection , or bad media cq hardware )

If the problem stil exists and you are sure the file is not corrupted and
100% exact as the one you use on your dev system well then it is time to do
some logging :)


to enable verbose logging folow the steps descibed here

http://blogs.msdn.com/astebner/archive/2005/03/29/403575.aspx

regards

and succes :)

Michel Posseth [MCP]
 
C

Cor Ligthert [MVP]

Michel,

I was in doubt if I would set you in the sequence I used. OK, I will set you
in it the next time.

:)

Cor

M. Posseth said:
Hallo Nicolas ,

Although i can read , speak and understand German pretty good i will
answer
you in the English language as this is the common language in this
newsgroup

The problems you encounter are installer based and can have several
causes

Most obvious is the fact that during the transfer of the file , to the
target system it might have got corrupted .

Try another deploy media , if you copied it over a network , try a CD-Rom
and vice versa ( bad network connection , or bad media cq hardware )

If the problem stil exists and you are sure the file is not corrupted and
100% exact as the one you use on your dev system well then it is time to
do
some logging :)


to enable verbose logging folow the steps descibed here

http://blogs.msdn.com/astebner/archive/2005/03/29/403575.aspx

regards

and succes :)

Michel Posseth [MCP]













Nicolas Nickisch said:
Hallo newsgroup,
ich habe unter VB.net ein Programm entwickelt und nach einigem Hin und
her
sogar ein passendes setup Projekt hin bekommen.
VisualStudio hat also eine setup.exe und ein .msi-File erstellt.
Auf dem Quellrechner lässt sich dieses Paket auch problemlos
installieren.
Im entsprechenden Verzeichnis findet man anschließend neben der
Programmdatei eine ganze Reihe von DLL-Dateien.
Nun habe ich die .msi-Datei und die setup.exe auf einen anderen Rechner
kopiert um das Programm dort ebenfalls installieren.
Bei der Installation beschwert sich der Installer, dass er aus der
..msi-Datei nicht lesen könne. Eine genauere Fehlermeldung erhalte ich
nicht.
Kann sich jemand dieses Verhalten erklären? Gibt es Möglichkeiten einer
genauere Fehlermeldung zu bekommen?

Gruss Nico
 
M

Me

Zu google.com gehen u. ihren übersetzungsdienst verwenden. Nimmt
den Ausschnitt u. Kleben an, die Deutsch-Englisch sind u. übersetzt Englisch
zurück zu Deutschem. Nicht verbessern die besten übersetzungen in der Welt
aber als ein Bündel Anmerkungen, die anderwohin verweisen dich…
Grüße
Paul
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top