Installing Access database engine using WIX - wix

My requirement is I want to install Access database engine as part of my bootstrap. But for installing AccessDatabaseEngine I can't rely on util:RegistrySearch because that is not consisent.
So how I want is I will try to open one .mdb file in my custom action when that fails I want to run the AccessDatabaseEngine setup. Can someone help me in how should I do this.
If there is any URL which is explaining the same requirement it would be a great help for me.
Thanks & Regards,
N.Murali Krishna.

Related

Apache Marmotta - SPARQL query interface - Missing Squebi library

Those who have hands-on knowledge of Apache Marmotta use in Windows environment, please help me!
I have installed marmotta on my Windows 8.1 env. Now as we know, marmotta supports a RDF framework (where sparql is used as the query language), and we have a jar-library to make sure the Query interface runs correctly. (Jar file name - squebi-1.0.1.jar, can be found in the webappps folder under apache marmotta installation directory).
Now my question is very straightforward. How will I make my Spqrql query interface run in marmotta?? As I'm getting a "loading" dialog box for ever. See the linked image below.
http://i.stack.imgur.com/ZfRUw.jpg
I got some help from this site: https://github.com/tkurz/squebi#queryparams--object. So changed the dependency statement in the pom.xml file. Still the loading window is not getting over.
What I need to do to let my query interface run normally, and I can do some experiments ??
This question is somewhat related to my earlier question:
Apache marmotta installation failing on my Windows 8 Laptop
Your help is very much appreciated.
That bug (MARMOTTA-614) is already fixed in squebi 1.0.3 and available in the current development version of Marmotta (3.4.0-SNAPSHOT).

How to create the Window Setup for Odoo 8.0?

I have created so many custom module in ODOO 8.0 adones and I want to create the ODOO Setup file for that for Window installation then Which kind of steps I want to follow or does it need to require for separate software that make my Window setup file.
This document may helpful for you for create window .exe file for OpenERP V6
please refere the below link :
https://doc.odoo.com/6.0/developer/8_24_build/
You may try this V8 to see if it can solve your problem.
I've tried it on Windows 7, worked out of the box.
please try below link
http://sourceforge.net/projects/greenopenerp/files/
Hi there if somebody wants to simplify this, I made a small batch file to execute all of this procedure in a faster way..Just follow steps.Be sure to have odoo v8 installed on windows,not sure if it works with any other odoo version. Please download from this link:
https://www.dropbox.com/s/3p4071rlsa071is/CreateOdooModule.bat?dl=0
Also I did this in Windows 7 64 bits, maybe in other version it doesnt detect odoo path automatically.If not,just add it manually when program asks.
Hope it works for everybody !

How to install stellard on a server with integrate design?

I want to install stellard on my server. I download the stellard from github directory, here is link. Now I want to install and implement the design. I want step by step procedure to install like all configuration and database setup, etc. So how can I do this?
What I already done..
I am new in this open source and need deep demonstration of its installation and implementation. I also search out google, But can't get any useful tutorial how to work on this. I see there are some commands for installation but I can't way to work. Someone who really experience in stellard can give view to work on stellard. First I want to install stellard on my local host and after that on my live server.
My review about stellard..
This is very rare use open source.I search out is solution in some programing sites but can't get any help. Even I search stellard/ripple in youtube but no tutorial available there?

Sharepoint solution not showing up in Site > Features

I do not know alot about sharepoint and I am having trouble installing a sharepoint solution.
I am trying to install this package called "Workflow Actions for SharePoint Designer 2010" - It installs fine and I can see it inside "Central Administration -> Web applications -> Manage Features" and it is "ACTIVATED", But when I go to "Manage Features" of my site, I cannot see it there.
What Am I doing wrong here? If i go and select the "Feature.xml" file it says
Scope="WebApplication"
How do I fix this problem?
EDIT: I actually need to make a call to a webservice when a workflow starts, and this package seems to offer that. If there is any other package that I can use to call webservice that will also solve my problem. Thanks!
http://ilovesharepoint.codeplex.com/wikipage?title=Install%20Workflow%20Actions%20for%20SharePoint%20Designer%202010&referringTitle=Workflow%20Actions%20for%20SharePoint%20Designer%202010
If you want a feature to be installed at your Site Scope then you can change the scope to Site from the feature properties in the feature you have created.
Well after going through a dozen different things I was able to install it myself. Looks like the documentation on the link i gave out above does not work, or atleast it didnt work for me.
I had to force enable it by running powershell and running the command.
enable-spfeature -Identity {GUID} -url {URL}
To find the GUID - goto 14/Templates/ILSPSPDActions and edit the Feature.XML file. It has a GUID in it.
Although after running the above command, the option still didn't appear inside Site Collections -> Site Features -- But it did the trick. Once executed successfully, restart the Sharepoint Designer 2010 and its workflow actions menu will have additional actions in it.
Hope this helps someone.

Trying to transfer older version of mediawiki to new server

So, in college I had a Debian server which used to host a wiki, with mediawiki version 1.9. This server stopped working, and all I have now is its HD. I want to transfer this wiki to a new server, which also runs Debian, but I can't do that with Debian's current stable version of mediawiki, 1.15, because it is not possible to transfer a wiki to another version of mediawii.
So, my idea is to install mediawiki 1.9 on the new server, and then move the wiki. But I am having problems with installing it.
When I go to http://my_hostname/config/index.php, to configure the new wiki, so that I can transfer the other one, I get the following message, and nothing happens:
Checking environment...
Please include all of the lines below when reporting installation problems.
PHP 5.3.3-7+squeeze8 installed"
I really don't have a clue on what is wrong. ANY help would be greatly appreciated!
Like you commented yourself, it would certainly be worth a try to using your existing configuration. The configuration is typically some site preferences and database configuration, so make sure dat your database is setup in the same way as before.
Regarding your configuration problems, maybe php filters away the errors. You can check this by searching for error_reporting in your php.ini.
Just follow the instructions at http://www.mediawiki.org/wiki/Manual:Upgrading. Probably no point in trying to install at MediaWiki 1.9.
You may want to do a clean install of MediaWiki 1.18.1 first just to make sure your system is ready, all dependencies met, etc.