Changeset 1023 for opsi/products/bacula/CLIENT_DATA/uninstall3264.ins
- Timestamp:
- Jul 4, 2012, 6:53:50 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
opsi/products/bacula/CLIENT_DATA/uninstall3264.ins
r1022 r1023 31 31 ; ---------------------------------------------------------------- 32 32 Set $ProductId$ = "opsi-template" 33 Set $InstallDir32$ = "%ProgramFiles32Dir%\ <path to the product>"34 Set $InstallDir64$ = "%ProgramFiles64Dir%\ <path to the product>"33 Set $InstallDir32$ = "%ProgramFiles32Dir%\Bacula" 34 Set $InstallDir64$ = "%ProgramFiles64Dir%\Bacula" 35 35 Set $LicenseRequired$ = "false" 36 36 Set $LicensePool$ = "p_" + $ProductId$ … … 48 48 endif 49 49 50 if $LicenseRequired$ = "true"51 comment "Licensing required, free license used"52 Sub_free_license53 endif50 ;if $LicenseRequired$ = "true" 51 ; comment "Licensing required, free license used" 52 ; Sub_free_license 53 ;endif 54 54 55 55 [Sub_free_license]
Note:
See TracChangeset
for help on using the changeset viewer.