Changeset 4145
- Timestamp:
- 02/21/09 01:04:28 (4 years ago)
- Location:
- branch/UmitBluetooth/utils/win
- Files:
-
- 2 modified
-
generate_win_installer.py (modified) (2 diffs)
-
umitbt.iss (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branch/UmitBluetooth/utils/win/generate_win_installer.py
r3741 r4145 28 28 29 29 setup( 30 version = 'UmitBT _0.7',30 version = 'UmitBT0.8', 31 31 description = 'UmitBT', 32 32 name = 'UmitBT', … … 34 34 windows=["umitbluetooth"], 35 35 data_files=[("UmitBT/config/db", ["UmitBT/config/db/btdb.db"]), 36 ("UmitBT/sample /", ["UmitBT/sample/sample.ubt"]),36 ("UmitBT/sample", ["UmitBT/sample/sample.ubt"]), 37 37 ("UmitBT/share/pixmaps", ["UmitBT/share/pixmaps/bt.png"]), 38 38 ("UmitBT/share/pixmaps", ["UmitBT/share/pixmaps/moto.png"]), -
branch/UmitBluetooth/utils/win/umitbt.iss
r3739 r4145 1 1 [Setup] 2 2 AppName=UmitBluetooth 3 AppVerName=UmitBluetooth 0. 73 AppVerName=UmitBluetooth 0.8 4 4 AppPublisherURL=http://umitbt.umitproject.org 5 5 AppSupportURL=http://www.umitproject.org … … 10 10 Compression=lzma 11 11 SolidCompression=yes 12 OutputBaseFilename=UmitBT_0. 712 OutputBaseFilename=UmitBT_0.8 13 13 OutputDir="utils\win\installer" 14 14 … … 27 27 Source: dist\*; DestDir: {app}; Flags: ignoreversion recursesubdirs createallsubdirs 28 28 29 ;[UninstallRun]30 ;Filename: "{app}\unins000.exe"; Parameters: "/AskToDeleteFiles"; RunOnceId: MyProgramDeleteFiles29 [UninstallRun] 30 Filename: "{app}\unins000.exe"; Parameters: "/AskToDeleteFiles"; RunOnceId: MyProgramDeleteFiles
