case 3646
This commit is contained in:
@@ -64,7 +64,9 @@ Name: "pti\2012"; Description: "for Peachtree 2012";Flags:exclusive unchecked;
|
|||||||
|
|
||||||
[Files]
|
[Files]
|
||||||
Source: "AYANOVA.FDB"; DestDir: "{commonappdata}\AyaNovaData";Flags: onlyifdoesntexist uninsneveruninstall;Permissions: users-modify;Components: xtra
|
Source: "AYANOVA.FDB"; DestDir: "{commonappdata}\AyaNovaData";Flags: onlyifdoesntexist uninsneveruninstall;Permissions: users-modify;Components: xtra
|
||||||
Source: "AYANOVALITE.FDB"; DestDir: "{commonappdata}\AyaNovaData";Flags: onlyifdoesntexist uninsneveruninstall;Permissions: users-modify;Components: xtra
|
|
||||||
|
;case 3646 removed
|
||||||
|
;Source: "AYANOVALITE.FDB"; DestDir: "{commonappdata}\AyaNovaData";Flags: onlyifdoesntexist uninsneveruninstall;Permissions: users-modify;Components: xtra
|
||||||
|
|
||||||
Source: "..\..\3rdprtylibs\chilkat\ChilkatDotNet4.dll"; DestDir: "{app}";Permissions: everyone-full; Check: not IsX64 or IsTaskSelected('qbi')
|
Source: "..\..\3rdprtylibs\chilkat\ChilkatDotNet4.dll"; DestDir: "{app}";Permissions: everyone-full; Check: not IsX64 or IsTaskSelected('qbi')
|
||||||
Source: "..\..\3rdprtylibs\chilkat\64bit\ChilkatDotNet4.dll"; DestDir: "{app}";Permissions: everyone-full; Check: IsX64 and not IsTaskSelected('qbi')
|
Source: "..\..\3rdprtylibs\chilkat\64bit\ChilkatDotNet4.dll"; DestDir: "{app}";Permissions: everyone-full; Check: IsX64 and not IsTaskSelected('qbi')
|
||||||
@@ -532,7 +534,8 @@ begin
|
|||||||
//prompt to remove database files since this is a complete uninstall
|
//prompt to remove database files since this is a complete uninstall
|
||||||
if MsgBox('Delete installed database files also?', mbConfirmation, MB_YESNO) = IDYES then begin
|
if MsgBox('Delete installed database files also?', mbConfirmation, MB_YESNO) = IDYES then begin
|
||||||
if MsgBox('*** Are you certain you want to permanently delete the installed AyaNova database files on this computer? ***', mbConfirmation, MB_YESNO) = IDYES then begin
|
if MsgBox('*** Are you certain you want to permanently delete the installed AyaNova database files on this computer? ***', mbConfirmation, MB_YESNO) = IDYES then begin
|
||||||
DeleteFile(ExpandConstant('{commonappdata}')+'\AyaNovaData\AYANOVALITE.FDB');
|
//case 3646 removed
|
||||||
|
//DeleteFile(ExpandConstant('{commonappdata}')+'\AyaNovaData\AYANOVALITE.FDB');
|
||||||
DeleteFile(ExpandConstant('{commonappdata}')+'\AyaNovaData\AYANOVA.FDB');
|
DeleteFile(ExpandConstant('{commonappdata}')+'\AyaNovaData\AYANOVA.FDB');
|
||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
|
|||||||
Reference in New Issue
Block a user