Posts

Showing posts from April, 2012
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.

Packaging of Dot net framework updates

Dot net framework updates Issue :- Silent setup to be used 1.            For installing the application following switches were passed to the EXE /Q /NORESTART 2.            For uninstalling the application following switches were passed to the EXE /Q /UNINSTALL

Packaging of Interactive guide tools for MS office

Interactive guides for office tools Issue:- Disable desktop shortcuts Type :- MSI Solution:- To remove the desktop shortcut:- Comment the Custom action “CustomCheckA_SetProperty_ CHECKBOX1” and Delete CHECKBOXA1=1 property 

Packaging of Adobe AIR

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.