Can I install Delphi IDE from the InstallAware setup.exe without copy files to c:\programdata?

前端 未结 1 1994
甜味超标
甜味超标 2021-01-13 10:15

Delphi IDE uses InstallAware as installer in last few releases (2010, XE, XE2, XE3, XE4). Using the normal setup.exe installation will copy a few GB of files into c:\\progr

1条回答
  •  说谎
    说谎 (楼主)
    2021-01-13 10:57

    Partial answer here.

    Is it advisable to delete those files manually after installation too?

    Of course, official answer is NO. But you actually can delete these files at the cost of losing installer's "Repair" capability. (Repair is standard MSI feature, and InstallAway is merely yet another front-end for MSI). Also, it will render any manual restoration of particular file impossible, since files are stored in encrypted 7-zip archives on distribution medium (yet another unfriendly feature).

    Unfortunately, I do not know any way to disable creation of such local copy of distribution medium.

    0 讨论(0)
提交回复
热议问题