hi all,
i'm trying to add files to my app after install it
i'm doing the foolowing every thing done but the sis size is double
i't didn't detect that source files is the same.
//pkg file
; Languages
&EN
; Header
#{"my app"},(0x19472B6E), 0, 1, 1, TYPE=SU
;Dependencies
(0x19472B6E), 0, 1, 1,{"my app"}
; Target
IF EXISTS ("c:\system\apps\my app")
"C:\MyWork\Files\In.inf"-"c:\system\apps\my app\In.inf"
"C:\MyWork\Files\SDt.fff"-"c:\system\apps\my app\SDt.fff"
"C:\MyWork\Files\Tt.fff"-"c:\system\apps\my app\Tt.fff"
ELSEIF EXISTS ("E:\system\apps\my app")
"C:\MyWork\Files\In.inf"-"e:\system\apps\my app\In.inf"
"C:\MyWork\Files\SDt.fff"-"e:\system\apps\my app\SDt.fff"
"C:\MyWork\Files\Tt.fff"-"e:\system\apps\my app\Tt.fff"
ENDIF

Reply With Quote


