- Timestamp:
- Nov 25, 2010 1:45:39 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/win/VirtualBox.wxs
r34325 r34365 370 370 <ProgId Id="VirtualBox.Shell.vbox" Description="VirtualBox Machine Description" Icon="[#vboxresdll]" IconIndex="-201"> 371 371 <Extension Id="vbox" ContentType="application/x-virtualbox-vbox"> 372 <Verb Id="open" Sequence="1" Command="Open" Target="[#vbox]" Argument=" %1" />372 <Verb Id="open" Sequence="1" Command="Open" Target="[#vbox]" Argument="\"%1\"" /> 373 373 </Extension> 374 374 </ProgId> 375 375 <ProgId Id="VirtualBox.Shell.vbox-extpack" Description="VirtualBox Extension Pack" Icon="[#vboxresdll]" IconIndex="-202"> 376 376 <Extension Id="vbox-extpack" ContentType="application/x-virtualbox-vbox-extpack"> 377 <Verb Id="open" Sequence="1" Command="Open" Target="[#vbox]" Argument=" %1" />377 <Verb Id="open" Sequence="1" Command="Open" Target="[#vbox]" Argument="\"%1\"" /> 378 378 </Extension> 379 379 </ProgId> 380 380 <ProgId Id="VirtualBox.Shell.ovf" Description="Open Virtualization Format" Icon="[#vboxresdll]" IconIndex="-301"> 381 381 <Extension Id="ovf" ContentType="application/x-virtualbox-ovf"> 382 <Verb Id="open" Sequence="1" Command="Open" Target="[#vbox]" Argument=" %1" />382 <Verb Id="open" Sequence="1" Command="Open" Target="[#vbox]" Argument="\"%1\"" /> 383 383 </Extension> 384 384 </ProgId> 385 385 <ProgId Id="VirtualBox.Shell.ova" Description="Open Virtualization Format Archive" Icon="[#vboxresdll]" IconIndex="-302"> 386 386 <Extension Id="ova" ContentType="application/x-virtualbox-ova"> 387 <Verb Id="open" Sequence="1" Command="Open" Target="[#vbox]" Argument=" %1" />387 <Verb Id="open" Sequence="1" Command="Open" Target="[#vbox]" Argument="\"%1\"" /> 388 388 </Extension> 389 389 </ProgId>
Note:
See TracChangeset
for help on using the changeset viewer.