Changeset 764
- Timestamp:
- 06/21/07 00:51:07 (2 years ago)
- Files:
-
- sandbox/lincoln/tc/pack.xml (modified) (1 diff)
- sandbox/lincoln/tc/resources/TotalCommander.desktop (moved) (moved from sandbox/lincoln/tc/resources/Opera.desktop) (1 diff)
- sandbox/lincoln/tc/resources/opera.png (deleted)
- sandbox/lincoln/tc/resources/tc.png (added)
- sandbox/lincoln/tc/scripts/install.ahk (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
sandbox/lincoln/tc/pack.xml
r762 r764 1 1 <ApplicationPack> 2 <name lang="en"> Opera</name>3 <shortname> opera</shortname>2 <name lang="en">Total Commander</name> 3 <shortname>tc</shortname> 4 4 <description>Leading Open Source internet browser.</description> 5 <version> 9.2</version>5 <version>7.0</version> 6 6 <ms-license>False</ms-license> 7 <vendor> Opera Software</vendor>8 <homepage>http://www. opera.com/</homepage>9 <desktop>resources/ Opera.desktop</desktop>10 <menu>Apps > Net > Opera</menu>11 <icon>resources/ opera.png</icon>12 <url> ftp://mirror.aarnet.edu.au/pub/opera/win/921/en/Opera_9.21_Eng_Setup.exe</url>13 <category> browser</category>14 <winecompat wineversion="0.9.19" winerating="G arbage" />7 <vendor>Ghisler</vendor> 8 <homepage>http://www.ghisler.com/</homepage> 9 <desktop>resources/TotalCommander.desktop</desktop> 10 <menu>Apps > Util > Total Commander</menu> 11 <icon>resources/tc.png</icon> 12 <url>http://www.freewarearchiv.com/windows/organisation/tcmdr700.exe</url> 13 <category>Filebrowser</category> 14 <winecompat wineversion="0.9.19" winerating="Gold" /> 15 15 <winevariant>winehq</winevariant> 16 16 <crack required="0"></crack> 17 <installersize> 4.68MB</installersize>18 <installedsize>4. 8MB</installedsize>17 <installersize>2.1MB</installersize> 18 <installedsize>4.1MB</installedsize> 19 19 <votes>5</votes> 20 20 <install>scripts/install.ahk</install> 21 <run>C:\\ Program Files\\Opera\\Opera.exe</run>21 <run>C:\\totalcmd\\totalcmd.exe</run> 22 22 <requires name="autohotkey" /> 23 23 </ApplicationPack> sandbox/lincoln/tc/resources/TotalCommander.desktop
r762 r764 2 2 Version=1.0 3 3 Encoding=UTF-8 4 Name= Opera(Wine)5 Comment= Opera webbrowser6 GenericName= Webbrowser7 Description= Webbrowser4 Name=Total Commander (Wine) 5 Comment=File browser 6 GenericName=File browser 7 Description=File browser 8 8 Terminal=false 9 9 Type=Application 10 Categories=Application; Network10 Categories=Application;Utilities sandbox/lincoln/tc/scripts/install.ahk
r762 r764 1 Run resources/Opera_9.21_Eng_Setup.exe 2 WinWait Opera 9.21 - InstallShield Wizard 3 Sleep, 100 4 Send, !S 5 Sleep, 100 6 Send, !A 1 Run resources/tcmdr700.exe 2 WinWait Installation Total Commander 7.0 7 3 Sleep, 100 8 4 Send, !N 9 5 Sleep, 100 10 Send, ! I6 Send, !N 11 7 Sleep, 100 12 Loop 13 { 14 ;WinActivate, DVD Decrypter 3.5.4.0 Setup 15 ControlGetText, Winop, Button4, Opera 9.21 - InstallShield Wizard 16 ;MsgBox, %Winop% 17 if "&Finish"==Winop 18 { 19 Send !F 20 Break 21 } 22 Continue 23 } 8 Send, !N 9 Sleep, 100 10 Send, !N 11 Sleep, 100 12 Send, !N 13 Sleep, 100 14 Send, !N 15 Sleep, 100 16 WinWait, Error 17 Sleep, 100 18 Send, !O 19 Sleep, 100 20 Send, !O 21 Sleep, 100 22 Send, !O 23 Sleep, 100
