3 回答

TA貢獻(xiàn)1810條經(jīng)驗(yàn) 獲得超5個(gè)贊
<InstallExecuteSequence>
:
<InstallExecuteSequence>... <Custom Action="FileCleaner" After='InstallFinalize'> Installed AND NOT UPGRADINGPRODUCTCODE</Custom>
<Product>
:
<Product> ... <CustomAction Id='FileCleaner' BinaryKey='FileCleanerEXE' ExeCommand='' Return='asyncNoWait' />
<Product>
:
<Product> ... <Binary Id="FileCleanerEXE" SourceFile="path\to\fileCleaner.exe" />
Installed AND NOT UPGRADINGPRODUCTCODE

TA貢獻(xiàn)2011條經(jīng)驗(yàn) 獲得超2個(gè)贊
REMOVE ~= "ALL"
- 3 回答
- 0 關(guān)注
- 923 瀏覽
添加回答
舉報(bào)