weblogic11g setup - weblogic11g

anyone knows the steps to follow when installing and setting and creating domain in weblogic11g?
I have to deploy grails application.
Thanks in advance

There is a config wizard that comes with the installation. It is a GUI or a text based program that is easy to use. Look for config.exe or config.sh in wlserver/common/bin

Related

create setup file for a .netoffice project in advance installer

my project is a addin word with .netoffice.
I tried to create a setup file with advance installer,
The dlls of the debug file are registered,
and I gave administrator access for run setup,
But still my addin is not loaded in Word!
Can anyone help?
Do I have to dll register in another way? Or should I do something else?
If you followed the steps from Advanced Installer user guide to package your add-in and this still does not work after installation, then I think the best way to investigate this will be to contact the Advanced Installer support team.

how to Install a DNN module with code instead of the interface?

I am developing a modue for a DNN website and i would like to make a little tool that is able to perform the installation process without having to go trough the CMS and install it with the extension installer.
This would probably be a lot faster. For this i need to know all the steps the installation follows and convert this to code. However Google does not seem to help me out here so far.
Does anyone have any information or code regarding this?
Read this and the referenced links:
http://mitchelsellers.com/blogs/2009/10/14/dotnetnuke-bulk-extension-installation.aspx

How to Sync The Silverlight and Web Projects

In my Silverlight solution I have a edsv project and a edsv.web project. If I make edsv the startup project it works ok. If I make edsv.web the startup project, it executes a much earlier version of the code.
The setup project need to use the .web project, right? So my install kit reflects the wrong code. How do I get the projects in sync?
I got the solution in another forum, please see http://social.msdn.microsoft.com/Forums/silverlight/en-US/8293acb7-a2dc-4c04-92f7-150830cc355a/how-to-sync-the-silverlight-and-web-project
Bob

How to create file association in WPF application with ClickOnce?

I have used ClickOne and Set up Project in VS 2010 but it does not working.
I double click on associate file but it does not open in my WPF Application.
Plz help me resolve this issue, step to step....
Thank so much!
This article on MSDN has a good step-by-step approach.
EDIT
If ClickOnce is not working for you, you can try doing the installation with Inno Setup. It is an outstanding (and free) installation utility. It is available here, and this link shows you how to create file associations.
I use Inno Setup for all of my desktop application installations.

Winforms Application Setup Creation in VS2010

I know that this is a very stupid question, but I have not been able to find a definitive Guide to creating a basic Installer for my windows forms application. I know we have to use Setup and Deployment Projects in VS2010 but have not been able to find any step by step guide for it.
If possible please guide me regarding the same.
Thanks
Many Winforms projects don't require an installer. Just copy the files in the Release folder, formally named "XCopy deployment". The walkthrough for a Setup and Deployment project is here.
I'm currently learning how to do setup projects as well.. I found a couple of sites that helped me to get off the ground and have a basic installer. I know the first link is from way back in 2005, but it still helped.
http://www.simple-talk.com/dotnet/visual-studio/getting-started-with-setup-projects/
http://www.eggheadcafe.com/tutorials/aspnet/dcc5ab62-b875-4852-9e34-8bc2794e4fb8/c--create-setup-project.aspx

Resources