Tagged Questions
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 ...
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
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 ...