~ubuntu-branches/ubuntu/saucy/wpasupplicant/saucy

« back to all changes in this revision

Viewing changes to wpa_supplicant/wpa_supplicant.nsi

  • Committer: Bazaar Package Importer
  • Author(s): Mathieu Trudel-Lapierre
  • Date: 2010-11-22 09:43:43 UTC
  • mfrom: (1.1.16 upstream)
  • Revision ID: james.westby@ubuntu.com-20101122094343-qgsxaojvmswfri77
Tags: 0.7.3-0ubuntu1
* Get wpasupplicant 0.7.3 from Debian's SVN. Leaving 0.7.3-1 as unreleased
  for now.
* Build-Depend on debhelper 8, since the packaging from Debian uses compat 8.

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
section -Prerequisites
14
14
        SetOutPath $INSTDIR\Prerequisites
15
15
        MessageBox MB_YESNO "Install WinPcap?" /SD IDYES IDNO endWinPcap
16
 
                File "/opt/Qt-Win/files/WinPcap_4_0_2.exe"
17
 
                ExecWait "$INSTDIR\Prerequisites\WinPcap_4_0_2.exe"
 
16
                File "/opt/Qt-Win/files/WinPcap_4_1_2.exe"
 
17
                ExecWait "$INSTDIR\Prerequisites\WinPcap_4_1_2.exe"
18
18
                Goto endWinPcap
19
19
        endWinPcap:
20
20
sectionEnd
24
24
        setOutPath $INSTDIR
25
25
 
26
26
        File wpa_gui.exe
 
27
        File wpa_gui_de.qm
27
28
        File wpa_cli.exe
28
29
        File COPYING
29
30
        File README
36
37
        File wpasvc.exe
37
38
 
38
39
        File /opt/Qt-Win/files/mingwm10.dll
 
40
        File /opt/Qt-Win/files/libgcc_s_dw2-1.dll
39
41
        File /opt/Qt-Win/files/QtCore4.dll
40
42
        File /opt/Qt-Win/files/QtGui4.dll
41
43
 
82
84
        DeleteRegKey HKLM "Software\wpa_supplicant"
83
85
 
84
86
        delete "$INSTDIR\wpa_gui.exe"
 
87
        delete "$INSTDIR\wpa_gui_de.qm"
85
88
        delete "$INSTDIR\wpa_cli.exe"
86
89
        delete "$INSTDIR\COPYING"
87
90
        delete "$INSTDIR\README"
94
97
        delete "$INSTDIR\wpasvc.exe"
95
98
 
96
99
        delete "$INSTDIR\mingwm10.dll"
 
100
        delete "$INSTDIR\libgcc_s_dw2-1.dll"
97
101
        delete "$INSTDIR\QtCore4.dll"
98
102
        delete "$INSTDIR\QtGui4.dll"
99
103
 
100
 
        delete "$INSTDIR\Prerequisites\WinPcap_4_0_2.exe"
 
104
        delete "$INSTDIR\Prerequisites\WinPcap_4_1_2.exe"
101
105
        rmdir "$INSTDIR\Prerequisites"
102
106
 
103
107
        rmdir "$INSTDIR"