Posts Tagged ‘orca’

  • How to reg 64-bit assembly using VS2005 setup on 64-bit
    I got one problem on registering a 64bit assembly during theinstallation. The installation package was developed using VS2005setup project.I could not invoke this assembly after installation. I believe thereason is the assembly had not been registered properly duringinstallation.(The assembly works well if I run Framework64/regasm.exe manually ) Ialready set the Register...
    by Nauman at November 5th, 2009 at 12:11 am
  • Disabling Repair option from installer
    I was facing problem to disable “Repair” option from msi installer. I found the solution in little time. If you haven’t install MSI ORCA then install it. Open the msi file in MSI ORCA editor. Select “Property” from left pane (Table pane), and Right click and ‘Add Row’ with property name ‘ARPNOREPAIR’ and value ’1′...
    by saim at November 5th, 2009 at 12:11 am
  • Disabling “Change” option from installer
    I was facing problem to disable “Change” option from msi installer. I found the solution in little time. If you haven’t install MSI ORCA then install it. Open the msi file in MSI ORCA editor. Select “Property” from left pane (Table pane), and Right click and ‘Add Row’ with property name ‘ARPNOMODIFY’ and value ’1′...
    by saim at November 5th, 2009 at 12:11 am