我不知道爲什麼,但是當我嘗試將文件從我的安裝目錄複製到system32
,它沒有這樣做雖然讀取爲在Inno Setup中成功安裝。這裏是我的代碼:文件/ DLL安裝到{} SYS沒有出現在C: Windows System32下
[Files]
; specifies what files will be included in the installation
Source: "{src}\..\elt.properties"; DestDir: "C:\elt"; Flags: ignoreversion; BeforeInstall: SetProgressMax(10);
Source: "{src}\..\msvcr120.dll"; DestDir: {sys}; Flags: onlyifdoesntexist;
我也想包括我的日誌輸出,因爲我認爲這是奇怪的是,當時是這麼過的文件,我在7月8日寫這篇上午11點左右2016
[11:49:36.526] -- File entry --
[11:49:36.528] Dest filename: C:\Windows\system32\msvcr120.dll
[11:49:36.529] Time stamp of our file: 2013-10-04 23:58:24.000
[11:49:36.530] Installing the file.
[11:49:36.566] Successfully installed the file.
如果您的應用程序也是64位,您應該啓用64位模式。否則使用其他兩個選項之一。 – Miral