

You can use Windows Server Group Policy to distribute software across a site or domain. You can adapt this procedure for your particular networked environment. This may be useful if you need to distribute software over an enterprise network. If a substring of the form is found, it is replaced by the full path of the file, with the value filekey used as a key into the File table.You can install Redgate products from the Microsoft Installer files, rather than using the Redgate installer .exe. Update: I have figured out that didn’t work because it should point to Key from File Table, and key is not always exe name.

Later, checking Directory Table I noticed that I have TARGETDIR instead of TargetDir, so I changed DefaultFeature to \your_exe_file.exe, and it now shows Run as administrator in context menu. Other forums talks about another approach, changing DefaultFeature to \your_exe_file.exe, but that creates shortcut that links to root of system drive (c:\), not the actual target folder. The brackets and pound sign are a Formatted string that tells WI to create a standard shortcut to the file.īut it does not work for me. Let's say the key is "myprog.exe".Ģ) Open the Shortcut table for your install and locate the shortcut entry you want to change.ģ) Replace the Target value with "". One discussion at talks about the following scenario:ġ) Examine your File table to see what the key is for the program you want to give a standard shortcut. After installing the Windows SDK Components for Windows Installer Developers, double click Orca.msi to install the Orca.exe file.Īfter installing, launch it form Start menu. This tool is only available in the Windows SDK Components for Windows Installer Developers. The tool provides a graphical interface for validation, highlighting the particular entries where validation errors or warnings occur. Orca.exe is a database table editor for creating and editing Windows Installer packages and merge modules. To get normal shortcuts you need to edit MSI file’s Shortcut Table using orca.exe tool. When Visual Studio 2008 / 2010 creates Setup and Deployment project (Visual Studio Installer), it misses one important feature – ‘Run as administrator’ that is available form context menu (right mouse click) for shortcuts created on Desktop and in Start menu (under Windows Vista and Windows 7).
