Linux vps-61133.fhnet.fr 4.9.0-19-amd64 #1 SMP Debian 4.9.320-2 (2022-06-30) x86_64
Apache/2.4.25 (Debian)
Server IP : 93.113.207.21 & Your IP : 216.73.216.112
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
src /
Python-3.10.14 /
Tools /
msi /
doc /
Delete
Unzip
Name
Size
Permission
Date
Action
doc.wixproj
1.37
KB
-rw-r--r--
2024-03-19 22:46
doc.wxs
2.11
KB
-rw-r--r--
2024-03-19 22:46
doc_en-US.wxl_template
425
B
-rw-r--r--
2024-03-19 22:46
doc_files.wxs
620
B
-rw-r--r--
2024-03-19 22:46
doc_no_files.wxs
641
B
-rw-r--r--
2024-03-19 22:46
Save
Rename
<?xml version="1.0" encoding="UTF-8"?> <Wix xmlns="http://schemas.microsoft.com/wix/2006/wi"> <Product Id="*" Language="!(loc.LCID)" Name="!(loc.Title)" Version="$(var.Version)" Manufacturer="!(loc.Manufacturer)" UpgradeCode="$(var.UpgradeCode)"> <Package InstallerVersion="300" Compressed="yes" InstallScope="perUser" Platform="$(var.Platform)" /> <MediaTemplate EmbedCab="yes" CompressionLevel="high" /> <PropertyRef Id="DetectTargetDir" /> <PropertyRef Id="UpgradeTable" /> <PropertyRef Id="REGISTRYKEY" /> <Property Id="HHExe" Value="C:\Windows\hh.exe" /> <CustomAction Id="SetHHExe" Property="HHExe" Value='[WindowsFolder]\hh.exe' Execute="immediate" /> <InstallExecuteSequence> <Custom Action="SetHHExe" Before="CostFinalize">1</Custom> </InstallExecuteSequence> <Feature Id="DefaultFeature" AllowAdvertise="no" Title="!(loc.Title)" Description="!(loc.Description)"> <ComponentGroupRef Id="doc" Primary="yes" /> <ComponentRef Id="OptionalFeature" /> </Feature> <Feature Id="Shortcuts" AllowAdvertise="no" Title="!(loc.Title)" Description="!(loc.Description)"> <ComponentGroupRef Id="doc" /> <?ifdef DocFilename ?> <Component Id="doc_shortcut" Directory="MenuDir" Guid="*"> <RegistryKey Root="HKMU" Key="[OPTIONALFEATURESREGISTRYKEY]"> <RegistryValue Name="$(var.OptionalFeatureName)_shortcut" Type="string" Value="$(var.Version)" KeyPath="yes" /> </RegistryKey> <Shortcut Id="python.chm" Target="[HHExe]" Arguments="[#python.chm]" Name="!(loc.ShortcutName)" Description="!(loc.ShortcutDescription)" WorkingDirectory="InstallDirectory" Show="maximized" /> <RemoveFolder Id="Remove_MenuDir" On="uninstall" /> </Component> <?endif ?> </Feature> </Product> </Wix>