Skip to content
Snippets Groups Projects
Commit f360fe7a authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Fix: Trad doliwamp

parent 453c2990
No related branches found
No related tags found
No related merge requests found
......@@ -74,8 +74,8 @@ Name: "sv"; MessagesFile: "compiler:Languages\Slovenian.isl,build\exe\doliwamp\L
[Tasks]
;Name: "autostart"; Description: "Automatically launch DoliWamp server on startup. If you check this option, Services will be installed as automatic. Otherwise, services will be installed as manual and will start and stop with the service manager."; GroupDescription: "Auto Start:" ;Flags: unchecked;
Name: quicklaunchicon; Description: CustomMessage('CreateQuickLaunchIcon'); GroupDescription: CustomMessage('AdditionalIcons'); Flags: unchecked
Name: "desktopicon"; Description: CustomMessage('CreateDesktopIcon'); GroupDescription: CustomMessage('AdditionalIcons'); Flags: unchecked
Name: "quicklaunchicon"; Description: {cm:CreateQuickLaunchIcon}; GroupDescription: {cm:AdditionalIcons}; Flags: unchecked
Name: "desktopicon"; Description: {cm:CreateDesktopIcon}; GroupDescription: {cm:AdditionalIcons}; Flags: unchecked
[Dirs]
Name: "{app}\logs"
......@@ -954,7 +954,7 @@ end;
[Run]
; Launch Dolibarr in browser. This is run after Wizard because of postinstall flag
Filename: "{app}\rundoliwamp.bat"; Description: CustomMessage('LaunchNow'); Flags: shellexec postinstall skipifsilent runhidden
Filename: "{app}\rundoliwamp.bat"; Description: {cm:LaunchNow}; Flags: shellexec postinstall skipifsilent runhidden
[UninstallDelete]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment