|
|
От: |
filimonovmax
|
|
| Дата: | 03.08.07 08:07 | ||
| Оценка: | |||
<Product>
...
<InstallUISequence>
<Custom Action="MyAction1" After="InstallFinalize">NOT Installed</Custom>
<Custom Action="MyAction2" Before="RemoveFiles">Installed</Custom>
</InstallUISequence>
...
</Product>candle.exe InstallerScript.wxs
light.exe -out qqq.msi InstallerScript.wixobj "C:\Program Files\Windows Installer XML\bin\wixui.wixlib" -loc "C:\Program Files\Windows Installer XML\bin\WixUI_en-us.wxl"
InstallerScript.wxs : error LGHT0112 : Unresolved reference to symbol 'Actions:InstallUISequence/InstallFinalize' in section 'Product:C466E966-39F1-4B33-95F2-714B2A3C0001'.
InstallerScript.wxs : error LGHT0112 : Unresolved reference to symbol 'Actions:InstallUISequence/RemoveFiles' in section 'Product:C466E966-39F1-4B33-95F2-714B2A3C0001'.