Prepared for release
This commit is contained in:
@@ -1,10 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<Config>
|
||||
<ODhost>10.0.1.107</ODhost>
|
||||
<ODuser>root</ODuser>
|
||||
<ODpassword></ODpassword>
|
||||
<pwuserid>testdoctor</pwuserid>
|
||||
<pwpassword>testdoctor</pwpassword>
|
||||
<pwpracticeid>210</pwpracticeid>
|
||||
<pwapiid>12345678</pwapiid>
|
||||
</Config>
|
||||
@@ -1,10 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<Config>
|
||||
<ODhost>10.0.1.107</ODhost>
|
||||
<ODuser>root</ODuser>
|
||||
<ODpassword></ODpassword>
|
||||
<pwuserid>testdoctor</pwuserid>
|
||||
<pwpassword>testdoctor</pwpassword>
|
||||
<pwpracticeid>210</pwpracticeid>
|
||||
<pwapiid>12345678</pwapiid>
|
||||
</Config>
|
||||
@@ -1,5 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<Config>
|
||||
<PWBaseURI>http://apipatientweb.azurewebsites.net/</PWBaseURI>
|
||||
<PWUpdateURI>https://localhost:44354/api/PWAppVersion</PWUpdateURI>
|
||||
</Config>
|
||||
@@ -56,11 +56,13 @@ namespace PWAPPv2
|
||||
|
||||
try
|
||||
{
|
||||
ConfigPath = Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData);
|
||||
ConfigPath = Path.Combine(ConfigPath, "PWAPP\\Config\\");
|
||||
//ConfigPath = Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData);
|
||||
//ConfigPath = Path.Combine(ConfigPath, "PWAPP\\Config\\");
|
||||
|
||||
ConfigPath = "C:\\PWAPP\\Config\\";
|
||||
|
||||
practiceConfig = new Source.Config.Configuration(ConfigPath + "PracticeConfig.xml");
|
||||
universalConfig = new Source.Config.Configuration(".\\Config\\UniversalConfig.xml");
|
||||
universalConfig = new Source.Config.Configuration(ConfigPath + "UniversalConfig.xml");
|
||||
}
|
||||
catch
|
||||
(Exception)
|
||||
@@ -82,7 +84,7 @@ namespace PWAPPv2
|
||||
{
|
||||
//System.Windows.MessageBox.Show("HAHA NO UPDATE FOR YOU!");
|
||||
Process p = new Process();
|
||||
p.StartInfo.FileName = "E:\\PatientWebAPI\\PWAPPv2\\PWAPPv2\\PWAppUpdater2\\bin\\Release\\net6.0-windows\\PWAppUpdaterForm.exe";
|
||||
p.StartInfo.FileName = "C:\\PWAPP\\Updater\\PWAppUpdaterForm.exe";
|
||||
p.StartInfo.WindowStyle = ProcessWindowStyle.Maximized;
|
||||
p.StartInfo.UseShellExecute = false;
|
||||
p.StartInfo.RedirectStandardOutput = true;
|
||||
|
||||
@@ -270,9 +270,6 @@
|
||||
<ItemGroup>
|
||||
<None Include="App.config" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Resource Include="Config\Config.xml" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Folder Include="Source\GUIData\" />
|
||||
</ItemGroup>
|
||||
|
||||
Reference in New Issue
Block a user