Changeset 4145

Show
Ignore:
Timestamp:
02/21/09 01:04:28 (4 years ago)
Author:
devtar
Message:

Windows installer script updates

Location:
branch/UmitBluetooth/utils/win
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • branch/UmitBluetooth/utils/win/generate_win_installer.py

    r3741 r4145  
    2828 
    2929setup( 
    30         version = 'UmitBT_0.7', 
     30        version = 'UmitBT0.8', 
    3131        description = 'UmitBT', 
    3232        name = 'UmitBT', 
     
    3434        windows=["umitbluetooth"], 
    3535        data_files=[("UmitBT/config/db", ["UmitBT/config/db/btdb.db"]), 
    36                 ("UmitBT/sample/", ["UmitBT/sample/sample.ubt"]), 
     36                ("UmitBT/sample", ["UmitBT/sample/sample.ubt"]), 
    3737                ("UmitBT/share/pixmaps", ["UmitBT/share/pixmaps/bt.png"]), 
    3838                ("UmitBT/share/pixmaps", ["UmitBT/share/pixmaps/moto.png"]), 
  • branch/UmitBluetooth/utils/win/umitbt.iss

    r3739 r4145  
    11[Setup] 
    22AppName=UmitBluetooth 
    3 AppVerName=UmitBluetooth 0.7 
     3AppVerName=UmitBluetooth 0.8 
    44AppPublisherURL=http://umitbt.umitproject.org 
    55AppSupportURL=http://www.umitproject.org 
     
    1010Compression=lzma 
    1111SolidCompression=yes 
    12 OutputBaseFilename=UmitBT_0.7 
     12OutputBaseFilename=UmitBT_0.8 
    1313OutputDir="utils\win\installer" 
    1414 
     
    2727Source: dist\*; DestDir: {app}; Flags: ignoreversion recursesubdirs createallsubdirs 
    2828 
    29 ; [UninstallRun] 
    30 ; Filename: "{app}\unins000.exe"; Parameters: "/AskToDeleteFiles"; RunOnceId: MyProgramDeleteFiles 
     29[UninstallRun] 
     30Filename: "{app}\unins000.exe"; Parameters: "/AskToDeleteFiles"; RunOnceId: MyProgramDeleteFiles