mirror of
https://github.com/finos/SymphonyElectron.git
synced 2025-02-25 18:55:29 -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
|
// Install for current user
|
||||||
Runtime.Session["MSIINSTALLPERUSER"] = "1"; // per-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)
|
} else if (radioButtonAllUsers.Checked)
|
||||||
{
|
{
|
||||||
// Install for all users
|
// Install for all users
|
||||||
Runtime.Session["MSIINSTALLPERUSER"] = ""; // per-machine
|
Runtime.Session["MSIINSTALLPERUSER"] = ""; // per-machine
|
||||||
Runtime.Session["INSTALLDIR"] = Runtime.Session["PROGRAMSFOLDER"] + @"\" + Runtime.ProductName;
|
Runtime.Session["INSTALLDIR"] = Runtime.Session["PROGRAMSFOLDER"] + @"\Symphony\" + Runtime.ProductName;
|
||||||
}
|
}
|
||||||
|
|
||||||
Shell.GoNext();
|
Shell.GoNext();
|
||||||
|
Loading…
Reference in New Issue
Block a user