Further Update

This commit is contained in:
Virtuworks 2014-06-08 16:47:58 -04:00
parent 333d3b1bfa
commit 77d3ab338d

View file

@ -124,10 +124,8 @@ namespace WebsitePanel.Providers.HostedSolution
//run handheldcleanup.exe //run handheldcleanup.exe
if (File.Exists(file2)) if (File.Exists(file2))
{ {
string arguments2 = string.Format("-u -p {0} < servername.txt",
string arguments2 = string.Format("-u -p {0} {1}", MAPIProfile);
MAPIProfile,
" < servername.txt");
try try
{ {
string output; string output;