setup and deployment project problems

  • Thread starter Thread starter Bernie Yaeger
  • Start date Start date
B

Bernie Yaeger

I'm trying to develop a very simple setup and deployment project in .net
(1.1) and I keep running into the same error: "the installer was interrupted
before reportapp installer could be installed. You need to restart the
installer to try again.'

Now this has happened to me on two different pc's with two different
installer projects.

Any ideas what I'm doing wrong?

Tx for any help.

Bernie Yaeger
 
Hi,

I had problems like this with a virus scanner one time and one time with a
very long path name.
You can provide a log if your start the installer like this: msiexec /i
application.msi /l*v installerlog.txt

cu
Bjoern Wolfgardt
 
Back
Top