| OLD | NEW |
| 1 ; ------------------------------------------------------------------------------
------------------- | 1 ; ------------------------------------------------------------------------------
------------------- |
| 2 ; copyright notice goes here | 2 ; copyright notice goes here |
| 3 ; ------------------------------------------------------------------------------
------------------- | 3 ; ------------------------------------------------------------------------------
------------------- |
| 4 | 4 |
| 5 LIBRARY "installer-library-test-customactions" | 5 LIBRARY "installer-library-test-customactions" |
| 6 | 6 |
| 7 EXPORTS | 7 EXPORTS |
| 8 ; test-installer-lib-sandbox.cpp | 8 ; test-installer-lib-sandbox.cpp |
| 9 sandbox | 9 sandbox |
| 10 ; close_application.cpp | 10 ; close_application.cpp |
| 11 abp_close_ie | 11 AbpCloseIe |
| 12 ; custom-action-fail.cpp | 12 ; custom-action-fail.cpp |
| 13 fail | 13 fail |
| OLD | NEW |