- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
Deploying a blaze project(.n et based) on a remote machine where blaze is not installed
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
10-16-2008 06:02 AM
Hello,
I need to deploy a blaze solution on a remote system where I dont have blaze installed...is it possible to do that ?
If yes please let me know how can i do it?
P.S : A relevant document would be highly appreciated.
Thanks
Solved! Go to Solution.
Re: Deploying a blaze project(.n et based) on a remote machine where blaze is not installed
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Not the Solution
- Email to a Friend
- Report Inappropriate Content
10-17-2008 12:42 AM
Blaze Advisor .NET installation creates some registry entries and you will need those for the installation to work correctly. Best approach would be to install once and then deploy. You can also use command line for an automated install.
msiexec /i C:\InstallationFiles\Advisor.NETSetup.msi /q ALLUSERS=1 INSTALL_TYPE=0 TARGETDIR=C:\MyDeploymentDirectory
Good luck.
Senior Consultant - Fair Isaac
Re: Deploying a blaze project(.n et based) on a remote machine where blaze is not installed
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Accept as Solution
- Email to a Friend
- Report Inappropriate Content
10-21-2008 05:22 AM
Hello pradeep,
I have some blaze code which I deployed on my local machine.
Can you please suggest me how to deploy that blaze code on a remote machine(where blaze is not installed).
i didnt get the exact meaning of your response.You said some registries will be created.may i know what registry entries i have to move to that remote machine.
Thanks in advance,
Aswini.
Re: Deploying a blaze project(.n et based) on a remote machine where blaze is not installed
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Not the Solution
- Email to a Friend
- Report Inappropriate Content
11-03-2008 06:06 AM
Senior Consultant - Fair Isaac
Re: Deploying a blaze project(.n et based) on a remote machine where blaze is not installed
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Accept as Solution
- Email to a Friend
- Report Inappropriate Content
08-08-2011 11:53 PM
Hi Aswini,
I also have same requirement (i.e. Deploying a blaze project on a remote machine where blaze is not installed). If you got the solution, Please let me know.
Appreciate your help.
Re: Deploying a blaze project(.n et based) on a remote machine where blaze is not installed
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Not the Solution
- Email to a Friend
- Report Inappropriate Content
08-10-2011 08:25 AM
Hello,
As Pradeep said, Blaze MUST be installed to run a Blaze project. If the remote machine is never going to have Blaze installed, then the only option would be to deploy as a Web Service where Blaze CAN be installed and reference the web service from your application.
Also, as Pradeep suggested, you can use the batch command he supplied to do an unattended install on the remote machine. However; Blaze must be installed for a project to run. There is no way around that.
HTH,
Tom
Business Rules Consulting, Inc.

