]> git.saurik.com Git - wxWidgets.git/commitdiff
Fixed windows installer to not need a reboot and therefore not have
authorRobin Dunn <robin@alldunn.com>
Fri, 29 Oct 1999 22:29:42 +0000 (22:29 +0000)
committerRobin Dunn <robin@alldunn.com>
Fri, 29 Oct 1999 22:29:42 +0000 (22:29 +0000)
the bogus error message that freaked everybody out...

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4268 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

utils/wxPython/distrib/wxPython.wse
utils/wxPython/distrib/wxPython.wsm

index 482b00435db50ed66e8a478a504bcfefb8ecba99..12daf50103eec2095b5210542d384ce5af205ef2 100644 (file)
@@ -804,13 +804,6 @@ item: Check Disk Space
 end
 item: Remark
 end
 end
 item: Remark
 end
-remarked item: If/While Statement
-  Variable=COMPONENTS
-  Value=A
-  Flags=00001010
-end
-remarked item: End Block
-end
 item: Install File
   Source=d:\WINNT\System32\Msvcirt.dll
   Destination=%SYS%\Msvcirt.dll
 item: Install File
   Source=d:\WINNT\System32\Msvcirt.dll
   Destination=%SYS%\Msvcirt.dll
@@ -834,7 +827,7 @@ item: Install File
 end
 item: Install File
   Source=e:\Projects\wx\utils\wxPython\*.pyd
 end
 item: Install File
   Source=e:\Projects\wx\utils\wxPython\*.pyd
-  Destination=%MAINDIR%\wxPython\
+  Destination=%MAINDIR%\wxPython
   Description=wxPython extension modules
   Flags=0000000010000010
 end
   Description=wxPython extension modules
   Flags=0000000010000010
 end
@@ -864,7 +857,7 @@ item: Install File
 end
 item: Install File
   Source=E:\Projects\wx\utils\wxPython\demo\README.txt
 end
 item: Install File
   Source=E:\Projects\wx\utils\wxPython\demo\README.txt
-  Destination=%MAINDIR%\wxPython\demo
+  Destination=%MAINDIR%\wxPython\demo\README.txt
   Description=Demos
   Flags=0000000010000010
 end
   Description=Demos
   Flags=0000000010000010
 end
@@ -962,25 +955,6 @@ item: Install File
 end
 item: Remark
 end
 end
 item: Remark
 end
-remarked item: If/While Statement
-  Variable=COMPONENTS
-  Value=B
-  Flags=00001010
-end
-remarked item: Install File
-  Source=e:\projects\wx\docs\html\wx\*.*
-  Destination=%MAINDIR%\wxPython\docs
-  Description=wxPython documentation
-  Flags=0000000010000010
-end
-remarked item: Install File
-  Source=e:\projects\wx\docs\html\wx\wx.htm
-  Destination=%MAINDIR%\wxPython\docs\index.htm
-  Description=wxPython documentation
-  Flags=0000000010000010
-end
-remarked item: End Block
-end
 item: Remark
 end
 item: Remark
 item: Remark
 end
 item: Remark
@@ -1132,17 +1106,13 @@ item: Set Variable
   Value=%GROUPDIR%\%GROUP%
 end
 item: Create Shortcut
   Value=%GROUPDIR%\%GROUP%
 end
 item: Create Shortcut
-  Source=%UNINSTALL_PATH%
-  Destination=%CGROUPDIR%\%CGROUP_SAVE%\Uninstall %APPTITLE%.lnk
-  Command Options=%INST_LOG_PATH%
-  Icon Number=0
-end
-item: Create Shortcut
-  Source=pythonw.exe
+  Source=%PYTHONDIR%\pythonw.exe
   Destination=%CGROUPDIR%\%CGROUP_SAVE%\Run the DEMO.lnk
   Command Options=demo.py
   Working Directory=%MAINDIR%\wxPython\demo
   Icon Number=0
   Destination=%CGROUPDIR%\%CGROUP_SAVE%\Run the DEMO.lnk
   Command Options=demo.py
   Working Directory=%MAINDIR%\wxPython\demo
   Icon Number=0
+  Key Type=1536
+  Flags=00000001
 end
 item: Create Shortcut
   Source=%MAINDIR%\wxPython\docs\wx.chm
 end
 item: Create Shortcut
   Source=%MAINDIR%\wxPython\docs\wx.chm
@@ -1156,6 +1126,12 @@ item: Create Shortcut
   Key Type=1536
   Flags=00000001
 end
   Key Type=1536
   Flags=00000001
 end
+item: Create Shortcut
+  Source=%UNINSTALL_PATH%
+  Destination=%CGROUPDIR%\%CGROUP_SAVE%\Uninstall %APPTITLE%.lnk
+  Command Options=%INST_LOG_PATH%
+  Icon Number=0
+end
 item: Else Statement
 end
 item: Add ProgMan Icon
 item: Else Statement
 end
 item: Add ProgMan Icon
index 06a686b4afb2ee4837f7ac61feeae10c400a3bfd..32590e6db8f3608e9cda1781a395e0336cc470f4 100644 (file)
Binary files a/utils/wxPython/distrib/wxPython.wsm and b/utils/wxPython/distrib/wxPython.wsm differ