mirror of
https://github.com/finos/SymphonyElectron.git
synced 2024-11-22 08:57:00 -06:00
SDA-2516 Added missing 'Symphony' to paths
This commit is contained in:
parent
eff6ee7118
commit
b5bb62e7a8
@ -46,12 +46,12 @@ namespace Symphony
|
||||
{
|
||||
// Install for current user
|
||||
Runtime.Session["MSIINSTALLPERUSER"] = "1"; // per-user
|
||||
Runtime.Session["INSTALLDIR"] = System.Environment.ExpandEnvironmentVariables(@"%LOCALAPPDATA%\Apps\" + Runtime.ProductName);
|
||||
Runtime.Session["INSTALLDIR"] = System.Environment.ExpandEnvironmentVariables(@"%LOCALAPPDATA%\Apps\Symphony\" + Runtime.ProductName);
|
||||
} else if (radioButtonAllUsers.Checked)
|
||||
{
|
||||
// Install for all users
|
||||
Runtime.Session["MSIINSTALLPERUSER"] = ""; // per-machine
|
||||
Runtime.Session["INSTALLDIR"] = Runtime.Session["PROGRAMSFOLDER"] + @"\" + Runtime.ProductName;
|
||||
Runtime.Session["INSTALLDIR"] = Runtime.Session["PROGRAMSFOLDER"] + @"\Symphony\" + Runtime.ProductName;
|
||||
}
|
||||
|
||||
Shell.GoNext();
|
||||
|
Loading…
Reference in New Issue
Block a user