installer - how to remove the .net framework launch condition from .msi setup? -
i creating windows installer (.msi package) project using visual studio 2010. want remove launch condition .net framework manually performing same check in custom action events. project “delete” option “.net framework” launch condition showing disabled. so, not able delete it.
i have tried following solutions:
1) have installed orca3.1. have open .msi in orca , searched “vsdca_vsdlaunchconditions” word. have deleted references same , saved .msi file project. when try install same on client machine giving following error during installation:
error 1001. error 1001. installutillib.dll: unknown error description event id 11001 source msiinstaller cannot found. either component raises event not installed on local computer or installation corrupted. can install or repair component on local computer.
if event originated on computer, display information had saved event. following information included event:
product: soundbite -- error 1001. error 1001. installutillib.dll: unknown error. (null) (null) (null) (null)
2) have open “.vdproj” file , try remove references launch conditions , bootstrap condition .net framework. when tried build setup, getting added automatically. can me short out issue?
i managed remove launch condition orca dropping unique row in _vsdlaunchcondition table.
Comments
Post a Comment