Page 1 of 1

Problem when removing \"Run now\" from the Finish dialoh

Posted: Thu Apr 19, 2007 4:19 am
by alma88
Hi,

I tried removing the "Run now" from the Finish dialog of the Official theme, but got into trouble. The installation always goes fine, but when uninstalling on one machine it works while on another it fails.

I reproduced this using the default .NET Setup project. It installs/uninstalls if not modified, but once I remove the "Run now" it gets into trouble.

To help you understand what I do, I captured my actions in the attached movie.

Any help would be appreciated.

Alexander

File Attached:

InstallAware.zip

Posted: Thu Apr 19, 2007 8:45 am
by MichaelNesmith
According to MSDN:

2755 Server returned unexpected error [2] attempting to install package [3].

Using logging might help - I haven't been able to reproduce this one.

Posted: Thu Apr 19, 2007 8:55 am
by MichaelNesmith
Oh, I was able to see it while running inside the IDE. It doesn't happen when you run your setup outside the IDE, so shouldn't be a problem with production installs.

Posted: Tue May 08, 2007 6:22 am
by alma88
You are right, it does not affect production installs. This was a failed attempt on our part to reproduce an annoying problem that we were having -- error 2755 was popping up, but strangely enough only on a specific machine.

Eventually we found out that this error was being caused by the batch file that we are running. This batch file changes the drive/folder before calling some executable. Modifying the batch file not to change drive/folder fixed this issue. I have idea why it was surfacing only on that specific machine.