MulinexMan
Member
- Joined
- Jan 15, 2010
- Messages
- 164
- Reaction score
- 0
Hello,
I just wanted to install Gatherbuddy. It began with a messagebox stating that I needed to install an extra component to work and that I should restart Gatherbuddy once it was finished. After clicking on Ok nothing happened, so I checked the Logs:
InstallUtil.InstallLog:
Gatherbuddy.InstallLog:
Sorry it's in german, I have no control over that.
From my experience of vb.net conding such a problem results from a missing installer within the project.
So is there a workaround or is the downloadable version broken?
I just wanted to install Gatherbuddy. It began with a messagebox stating that I needed to install an extra component to work and that I should restart Gatherbuddy once it was finished. After clicking on Ok nothing happened, so I checked the Logs:
InstallUtil.InstallLog:
Code:
Eine transaktive Installation wird ausgef?hrt.
Die Installationsphase wird gestartet.
Die Protokolldatei enth?lt den Fortschritt der Assembly D:\Games\files\Gatherbuddy.exe.
Die Datei befindet sich in D:\Games\files\Gatherbuddy.InstallLog.
Die Installationsphase ist abgeschlossen, und die Commitphase beginnt.
Die Protokolldatei enth?lt den Fortschritt der Assembly D:\Games\files\Gatherbuddy.exe.
Die Datei befindet sich in D:\Games\files\Gatherbuddy.InstallLog.
Die Commitphase wurde erfolgreich abgeschlossen.
Die transaktive Installation ist abgeschlossen.
Gatherbuddy.InstallLog:
Code:
Assembly D:\Games\files\Gatherbuddy.exe wird installiert.
Betroffene Parameter:
logtoconsole =
assemblypath = D:\Games\files\Gatherbuddy.exe
logfile = D:\Games\files\Gatherbuddy.InstallLog
Keine ?ffentlichen Installer mit dem RunInstallerAttribute.Yes-Attribut in der Assembly D:\Games\files\Gatherbuddy.exe gefunden.
Assembly D:\Games\files\Gatherbuddy.exe wird ausgef?hrt.
Betroffene Parameter:
logtoconsole =
assemblypath = D:\Games\files\Gatherbuddy.exe
logfile = D:\Games\files\Gatherbuddy.InstallLog
Keine ?ffentlichen Installer mit dem RunInstallerAttribute.Yes-Attribut in der Assembly D:\Games\files\Gatherbuddy.exe gefunden.
Die InstallState-Datei wird entfernt, da keine Installer vorhanden sind.
Sorry it's in german, I have no control over that.
From my experience of vb.net conding such a problem results from a missing installer within the project.
So is there a workaround or is the downloadable version broken?