diff options
Diffstat (limited to 'instsetoo_native/inc_openoffice/windows/msi_templates/CustomAc.idt')
-rw-r--r-- | instsetoo_native/inc_openoffice/windows/msi_templates/CustomAc.idt | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/instsetoo_native/inc_openoffice/windows/msi_templates/CustomAc.idt b/instsetoo_native/inc_openoffice/windows/msi_templates/CustomAc.idt new file mode 100644 index 000000000..d010a0bd2 --- /dev/null +++ b/instsetoo_native/inc_openoffice/windows/msi_templates/CustomAc.idt @@ -0,0 +1,14 @@ +Action Type Source Target +s72 i2 S64 S255 +CustomAction Action +ISInitAllUsers 307 ALLUSERS 1 +setAllUsersProfile 51 ALLUSERSPROFILE [%ALLUSERSPROFILE] +setUserProfile 51 USERPROFILE [%USERPROFILE] +SetARPInstallLocation 51 ARPINSTALLLOCATION [INSTALLLOCATION] +NewProductFound 19 OOO_CUSTOMACTION_1 +SameProductFound 19 OOO_CUSTOMACTION_2 +SetLanguageSelected 51 LANG_SELECTED 1 +ResetLanguageSelected 51 LANG_SELECTED 0 +SetApplicationSelected 51 APP_SELECTED 1 +ResetApplicationSelected 51 APP_SELECTED 0 +SetAdminInstallProperty 51 ADMININSTALL 1 |