#At file:///C:/src/bzr.mysql/wex/installer/ based on revid:mike.lischke@stripped
537 Iggy Galarza 2011-06-30
- Fixed incorrect return type.
- Added parameter to ShellLinkObject.Save() call to fix failing build.
modified:
StandardPlugins/Server/ConfigurationController.cs
=== modified file 'StandardPlugins/Server/ConfigurationController.cs'
--- a/StandardPlugins/Server/ConfigurationController.cs 2011-06-30 15:35:39 +0000
+++ b/StandardPlugins/Server/ConfigurationController.cs 2011-06-30 16:56:57 +0000
@@ -339,7 +339,7 @@ namespace WexInstaller.Plugins
private bool ProcessStartMenuLink()
{
- bool greatSuccess = false;
+ bool greatSuccess = true;
ReportStatus(ConfigurationEventType.Info, Properties.Resources.ServerConfigEventShortcutInfo, CurrentPercent(13));
@@ -367,7 +367,7 @@ namespace WexInstaller.Plugins
if (defaultsFileArg != Template.ConfigurationFile)
{
link.Arguments = arguments.Replace(defaultsFileArg, Template.ConfigurationFile);
- link.Save();
+ link.Save(fi.Path);
}
ReportStatus(ConfigurationEventType.Info, Properties.Resources.ServerConfigEventShortcutSucceeded, CurrentPercent(14));
}
Attachment: [text/bzr-bundle] bzr/iggy@mysql.com-20110630165657-xk4bfgq9x8iiaak8.bundle
| Thread |
|---|
| • bzr commit into wex-installer-1.0 branch (iggy:537) | Iggy Galarza | 4 Jul |