Tagged Questions

The Orca MSI Editor is a table-editing tool that can be used to edit .msi files.

learn more… | top users | synonyms

11
votes
5answers
3k views

Use Orca to edit msi from command line?

I'm using Visual Studio 2008 and have created a setup project for my application. The application has a high-resolution icon (for Vista). There's a bug in Visual Studio, and the installer creates a ...
6
votes
4answers
3k views

How to extract data (file count) from MSI “File” Table

In our build process there is currently the potential for non-code based files (such as image files) to be added to our web project, but not included in the MSI installer built by WiX. To help ...
5
votes
5answers
6k views

Simplest solution to replace a tiny file inside an MSI?

Many of our customers have access to InstallShield, WISE or AdminStudio. These aren't a problem. I'm hoping there is some way I can provide our smaller customers without access to commercial ...
4
votes
3answers
265 views

MSI creation: Terminate application before upgrading

I'm using Microsoft Visual Studio 2010 to create a simple .MSI installer for my simple .EXE application. Trouble is, things go wrong (until a reboot) if you install an upgrade while the .EXE is still ...
3
votes
1answer
88 views

Visual Studio Setup Project MSI without Add/Remove entry

I am using a Visual Studio Setup Project for deployment. This may sound like a no-no but I have a specific requirement for the uninstaller not to register in the Add/Remove Programs. Is there ...
3
votes
2answers
130 views

Windows Installer - force users to remove via Add?remove Programs

We have an installer solution written in Visual Studio 2005 Installer; that calls a C# custom action and we have hit a known issue, regarding the fact that on an upgrade - the old install code is run ...
2
votes
1answer
42 views

How to compact a merge module?

I have a few merge modules (MSM files) from a third party. Unfortunately, I think the drones who made the MSMs just clicked through InstallShield and didn't make a nice, compact MSM. I opened the ...
2
votes
2answers
62 views

How to update assemblies in existing MSI?

We have existing MSI created using InstallShield 9.0. This MSI installs some .NET assemblies in target installation directory. We have changed some functionality of application and so a few ...
2
votes
1answer
68 views

Removing files using update installer MSP

I am in the process of attepting to build an Microsoft installer update (MSP) where I would like to have the update installer remove files from the original installation. I have succceessfully ...
2
votes
1answer
118 views

How to create a nested msxml6.msi package

How to add msxml6.msi as nested package into my vs 2005 setup (Based.msi) using Orca? I already used this instructions http://support.microsoft.com/kb/306439 , but msxml6.msi installation never ...
2
votes
1answer
766 views

Adding Combo Box to setup using Orca

I am trying to display a combo box in a dialog during setup of a component. Currently, we have a Radio Button Group. I figured that replacing it with the combo box should be as simple as adding proper ...
1
vote
0answers
41 views

Powerbuilder ORCA API Deploy

I am trying to deploy my powerbuilder project to EAServer with orca api. But I am gettiing error -21 PBORCA_CBBUILDERROR (Deployment failed with errors). Also, callback function(BuildErrProc) is not ...
1
vote
2answers
197 views

Update Installation: How to save the app.config?

I have a huge problem: I have an old application App1.0.exe. With this Application there is a file called App1.0.exe.config (the App config). Now i made the Version 2.0, with the new Version now ...
1
vote
1answer
51 views

Invalidate PushButton control until asynchronous custom action completes MSI

In my installer, I have an asynchronous dll custom action that executes before the welcome screen appears and gathers some necessary information for the installer to work. Before I had it set as ...
1
vote
1answer
114 views

How to identify the required custom action using ORCA tool & how to bring it before InstallValidate using ORCA?

Hi am upgrading an application. My newer version of app should install over the older version. But the older version runs a windows service. I want to stop this service by overriding the ...
1
vote
1answer
162 views

In the ORCA tool how to bring the “custom action of set up proj” before the “InstallValidate” action?

I am upgrading the version of my app from 1.1.1 to 1.1.2 (say). I have created a set up project for the application using VS2005 & have added a custom action which would programatically end a ...
1
vote
1answer
236 views

Patch building with MsiMsp.exe — can target MSI differ from original MSI?

I'm building an msp patch for a product that has already been delivered. The product has a large number of components/files. I'm building the patch from the original target MSI and an upgrade MSI ...
1
vote
5answers
419 views

Where can I get the Orca tool, to edit MSI files?

Microsoft publishes a tool, Orca, that can be used to browse and edit MSI files. Where can I get this tool?
1
vote
2answers
831 views

Windows Installer custom action BEFORE any validation

I wrote a Windows Installer custom action based on the tutorial found here: http://www.codeproject.com/kb/install/msicustomaction.aspx My custom action is killing a background process of a given name ...
1
vote
3answers
3k views

DISABLEADVTSHORTCUTS=1 disables all shortcuts

We have an application to be run on StartUp that allows many installed files to be changed after installation. We are trying to turn off the self-healing mode by setting the DISABLEADVTSHORTCUTS=1 ...
1
vote
1answer
1k views

permanent registry keys - orca - msi guid

Using a .msi package, I want to create a few registry keys if they don't exist, leave them alone if they do exist, and not delete them if the program is removed. I have done this (using Orca) by ...
1
vote
1answer
427 views

Modifying Patch Creation Properties (.pcp) file programmatically?

Is there a way to script the complete process of a hotfix build using msiexec.exe and msimsp.exe with a Patch Creation Properties file? I use msiexec.exe to create network installations of the before ...
1
vote
1answer
940 views

VS Setup Project; How to restore a registry value on uninstall?

I have a setup project in Visual Studio. As part of the regular installation, it creates/updates some keys and values in the Windows Registry. How can I make the updates reversible? you may say ...
0
votes
1answer
14 views

Use Orca to remove assembly from installer

I have a Visual Studio setup project that is built using Team Build. It has an extremely annoying habit of adding a duplicate assembly to the installer for an assembly that is already included in the ...
0
votes
1answer
62 views

MSI Transform - modify registry value

I have a setup project in Visual Studio 2010 that needs to be modified in the post-build event to change a registry value. I can create a MSI transform to do that, but when I run it through msitran ...
0
votes
1answer
61 views

WARNING: Watir::Safari was not loadable [closed]

I would like to know if it is normal that Ocra load Watir::Safari even if it's not instantiate in ruby script if yes how can i fix it because am working in XP and Safariwatir gem its not supported. ...
0
votes
1answer
32 views

Change the startmenu entry “dynamic” for Windows Installer

I wanna change the startmenu entry from windows installer packages, the *.msi installer, dynamic. (Tortoise Git, Graphviz) That means I need a switch or anything similar to change the entry while ...
0
votes
1answer
51 views

Is it possible to programatically change an msi's database on Linux

I know you can change it using cscript.exe on Windows. Is there a Linux program providing cscript-like functionality? Or is there some other way I can change the database in Linux?
0
votes
2answers
144 views

Ocra “Watir::Safari was not loadable”

I get this error but my script does not use safariwatir at all... My script completes and I get given the "test run options:" but I dont know how to get at the executable file, where is it left? How ...
0
votes
0answers
25 views

“Optimal Reciprocal Collision Avoidance” libraries for game dev

I would like to find ORCA libs and frameworks. But I found only RVO2 http://gamma.cs.unc.edu/RVO2/ Is there other similar libs? Thanks
0
votes
2answers
214 views

Where (and how) to download the ORCA tool from? [closed]

Possible Duplicate: Where can I get the Orca tool, to edit MSI files? I want to install ORCA tool in my Windows 7 machine. Please help me with the location and procedure to find the ORCA ...
0
votes
2answers
497 views

How to change the contents of a file included in an *.msi with VBScript

Given an installer generated with a VS2010 Setup Project, I would like to swap out a .NET DLL with another one without changing the name. I am already altering the msi file according to this ...
0
votes
1answer
653 views

How to modify contents / replace a binary of an .msi file as a post-build step?

When building a Visual Studio 2010 Setup project with a CustomAction on x64 systems, Visual Studio includes the wrong version of InstallUtilLib.dll: It installs the 32bit shim, which will not work for ...
0
votes
3answers
288 views

Setup project with managed custom actions. Big heck of a headache

I'm trying to create a setup project and I can't believe how painful it could be. Non of the tools that I've tried to use, haven't satisfy me. How come? Well, let's see: First and easiest option: ...
0
votes
2answers
2k views

Extracting files from merge module

All I want is a command-line tool that can extract files from a merge module (.msm) onto disk. Said differently, I want the same "administrative install" functionality that is possible for an MSI: ...
0
votes
2answers
90 views

Dll execute during MSI execution(Installer)

I created an MSI for my application and i want my dll to execute during installation of this MSI. How can i add my dll to MSI. I read something on ORCA but getting error. Can anyone help to add my ...
0
votes
1answer
428 views

MSI removes required assembly on upgrade install, but replaces it on Repair

I'm experiencing some weirdness related to an MSI installation upgrade, perhaps someone out there can help me: I have two MSIs, an original and an upgrade: MSI version 1.0 Contains a .NET ...
0
votes
1answer
192 views

msi table information

At http://support.microsoft.com/kb/255905 usoft says there is a file msi.chm distributed as part of the sdk. I have sdk v7 and can't find hide nor hair of this file. What I'm really after are the ...
0
votes
1answer
27 views

Is there a need to update a custom action's binary after each build?

I have created a c++ custom action for a setup-project application in VS Team System 2008. Using ORCA I implemented it and inserted the binary image of the custom action. This works okay. Does the ...
0
votes
1answer
113 views

Special characters and MSI

Hi I have to have password input into an msi I created using Visual studio 2008. But I notice that if a password have ‘ “ ‘ character in it. I Get a FileNotFoundException. Is there a setting in Orca ...
0
votes
5answers
2k views

PowerBuilder (PBOrca) automated builds

I have a working automated build process for our PowerBuilder app running every night. The resource I used to set this up was http://dm.char.com.ua/pb/pborca.htm. It's not clear to me whether PBOrca ...