How to remove File Type Associations on the App-V Sequencer Steps to Follow: 1. Revert your sequencer to the clean snapshot. 2. Copy the package you want to edit locally to the Sequencer 3. Launch the Sequencer 4. Select "Modify an Existing Virtual Application Package" 5. Select "Edit Package." 6. Browse to and Select the package you want to edit and click EDIT. 7. Once the package is loaded browse to the OSD tab and select the application you want to edit from the "Select Application" dropdown. 8. Expand MGMT_FILEASSOCIATIONS> FILEEXENTSIONLIST and then FILEXTENSION until you find the File Type Association you want to delete. 9. Right-click and delete the SHELLNEW first. 10. Right-click and delete the FILEEXTENSION. 11. Repeat as needed for additional File Type Associations. 12. Save the package.
Posts
Showing posts from April, 2012
Packaging of Adobe AIR
- Get link
- X
- Other Apps
Issue:- 1) Setup.Msi does not work as a standalone 2) Disabling updates Type :- MSI Solution:- The EXE file extracts setup.Msi. This Msi would can work as a standalone only after removing the property SHAREDADDINFOLDER To check the whether the updates are disabled or not, we have to install the application SettingsManager.air. To disable the update and EULA following files were added through custom action disableupdates eulaAccepted (data 3 in the file) There is no extension to these files.