|
@@ -50,10 +50,25 @@
|
|
|
<!-- Standard required root -->
|
|
|
<Directory Id="TARGETDIR" Name="SourceDir"/>
|
|
|
|
|
|
+ <!-- Non-Opening ProgID -->
|
|
|
+ <DirectoryRef Id="INSTALLDIR">
|
|
|
+ <Component Win64="yes" Id="nonStartingProgID" >
|
|
|
+ <File Id="IconFileForEncryptedData" KeyPath="yes" Source="$(env.JP_WIXWIZARD_RESOURCES)\Cryptomator-Vault.ico" Name="encrypted.ico"></File>
|
|
|
+ <ProgId Id="Cryptomator.Encrypted.1" Description="Cryptomator Encrypted Data" Icon="IconFileForEncryptedData" IconIndex="0">
|
|
|
+ <Extension Id="c9r" Advertise="no" ContentType="application/vnd.cryptomator.encrypted">
|
|
|
+ <MIME ContentType="application/vnd.cryptomator.encrypted" Default="yes"></MIME>
|
|
|
+ </Extension>
|
|
|
+ <Extension Id="c9s" Advertise="no" ContentType="application/vnd.cryptomator.encrypted"/>
|
|
|
+ </ProgId>
|
|
|
+ </Component>
|
|
|
+ </DirectoryRef>
|
|
|
+
|
|
|
<Feature Id="DefaultFeature" Title="!(loc.MainFeatureTitle)" Level="1">
|
|
|
<ComponentGroupRef Id="Shortcuts"/>
|
|
|
<ComponentGroupRef Id="Files"/>
|
|
|
<ComponentGroupRef Id="FileAssociations"/>
|
|
|
+ <!-- Ref to additional ProgIDs -->
|
|
|
+ <ComponentRef Id="nonStartingProgID" />
|
|
|
</Feature>
|
|
|
|
|
|
<?ifdef JpInstallDirChooser ?>
|