Removed uninstall survey, never got useful info from it anyway and it would be a hassle to port it over to new DO servers
This commit is contained in:
@@ -244,7 +244,7 @@ Source: "..\..\utils\migration\ToMSSQL\bin\Release\ToMSSQL.exe"; DestDir: "{app}
|
||||
|
||||
|
||||
;Uninstall survey
|
||||
Source: "..\..\release\obfuscated\uis.exe"; DestDir: "{app}";Flags:ignoreversion;
|
||||
;Source: "..\..\release\obfuscated\uis.exe"; DestDir: "{app}";Flags:ignoreversion;
|
||||
|
||||
|
||||
|
||||
@@ -527,7 +527,7 @@ begin
|
||||
if not CheckForMutexes('AyaNovaReInstall') then begin //case 1600 to avoid prompt if reinstall
|
||||
|
||||
//run uninstall survey since this is a complete uninstall
|
||||
Exec(ExpandConstant('{app}\uis.exe'), 'survey','', SW_SHOW, ewWaitUntilTerminated, ResultCode);
|
||||
//Exec(ExpandConstant('{app}\uis.exe'), 'survey','', SW_SHOW, ewWaitUntilTerminated, ResultCode);
|
||||
|
||||
//prompt to remove database files since this is a complete uninstall
|
||||
if MsgBox('Delete installed database files also?', mbConfirmation, MB_YESNO) = IDYES then begin
|
||||
|
||||
Reference in New Issue
Block a user