mirror of
https://github.com/mintty/wsltty.git
synced 2025-10-31 23:21:59 +00:00
This commit is contained in:
60
makewinx.cfg
Executable file
60
makewinx.cfg
Executable file
@@ -0,0 +1,60 @@
|
||||
[Version]
|
||||
Class=IEXPRESS
|
||||
SEDVersion=3
|
||||
|
||||
[Options]
|
||||
PackagePurpose=InstallApp
|
||||
ShowInstallProgramWindow=0
|
||||
HideExtractAnimation=0
|
||||
UseLongFileName=1
|
||||
InsideCompressed=0
|
||||
CAB_FixedSize=0
|
||||
CAB_ResvCodeSigning=0
|
||||
RebootMode=N
|
||||
InstallPrompt=%InstallPrompt%
|
||||
DisplayLicense=%DisplayLicense%
|
||||
FinishMessage=%FinishMessage%
|
||||
TargetName=%TargetName%
|
||||
FriendlyName=%FriendlyName%
|
||||
AppLaunched=%AppLaunched%
|
||||
PostInstallCmd=%PostInstallCmd%
|
||||
AdminQuietInstCmd=%AdminQuietInstCmd%
|
||||
UserQuietInstCmd=%UserQuietInstCmd%
|
||||
SourceFiles=SourceFiles
|
||||
|
||||
[Strings]
|
||||
InstallPrompt=Install Mintty terminal for WSL / Ubuntu on Windows?
|
||||
DisplayLicense=
|
||||
FinishMessage=Mintty for WSL installed - for documentation see https://github.com/mintty/mintty/wiki/Tips
|
||||
TargetName=wsltty-%version%-install.exe
|
||||
FriendlyName=wsltty
|
||||
AppLaunched=cmd.exe /c install.bat
|
||||
PostInstallCmd=<None>
|
||||
AdminQuietInstCmd=
|
||||
UserQuietInstCmd=
|
||||
FILE0="cygwin1.dll"
|
||||
FILE1="cygwin-console-helper.exe"
|
||||
FILE2="mintty.exe"
|
||||
FILE3="wslbridge.exe"
|
||||
FILE4="wslbridge-backend"
|
||||
FILE5="LICENSE.mintty"
|
||||
FILE6="LICENSE.wslbridge"
|
||||
FILE7="minttyrc"
|
||||
FILE8="Bash on UoW in Mintty.lnk"
|
||||
FILE9="install.bat"
|
||||
|
||||
[SourceFiles]
|
||||
SourceFiles0=.
|
||||
|
||||
[SourceFiles0]
|
||||
%FILE0%=
|
||||
%FILE1%=
|
||||
%FILE2%=
|
||||
%FILE3%=
|
||||
%FILE4%=
|
||||
%FILE5%=
|
||||
%FILE6%=
|
||||
%FILE7%=
|
||||
%FILE8%=
|
||||
%FILE9%=
|
||||
|
||||
Reference in New Issue
Block a user