Jump to content

Deployment


Guest

Recommended Posts

Message from: "Jason Reid"

 

Hi Farshad

 

What files do I need to deploy with my exe (compiled as a VCL standalone

server)

 

If I just do a build (without packages) in BDS2006 the web application wont

start.

 

Do I need to deploy EXT in a specific location ?

 

Are there Dll's needed at all ?

 

.

 

Link to comment
Share on other sites

Message from: "Farshad Mohajeri"

 

Hi Jason,

 

Good question.

 

Yes, Ext folder should be deployed along with your EXE.

 

In "ServerModule" there is a property called ExtRoot which defines Path for

ExtJS files. (the Ext Folder)

Default value for ExtRoot is "[ext]\" which means that Ext files are in

their default installation location where uniGUI lib is installed. However,

since you won't install uniGUI library on target PC, you must assign a value

to ExtRoot which can be a full Path or a relative path. (Relative to

ServerRoot)

 

Or, you can simply assign an empty value to ExtRoot which means "Ext" folder

is in same folder where your EXE is. This way you only need to copy ext

folder to the folder where your EXE resides. "ext" folder is available in

[installdir]\FMSoft\Framework\uniGUI\ext

 

Let me know if this works

 

Thanks

Farshad

 

"Jason Reid" wrote in message

news:yedRZSvLLHA.1604@anaxavps227.anaxa.local...

> Hi Farshad

>

> What files do I need to deploy with my exe (compiled as a VCL standalone

> server)

>

> If I just do a build (without packages) in BDS2006 the web application

> wont start.

>

> Do I need to deploy EXT in a specific location ?

>

> Are there Dll's needed at all ?

 

 

.

 

Link to comment
Share on other sites

Message from: "Jason Reid"

 

Hi Farshad

 

I got it working by copying the ext folder into the same folder as my Exe

and then setting ExtRoot in the ServerModule to "EXT\"

 

Setting it to blank does not seem to work.

 

"Farshad Mohajeri" wrote in message

news:j1MCUbvLLHA.1604@anaxavps227.anaxa.local...

> Hi Jason,

>

> Good question.

>

> Yes, Ext folder should be deployed along with your EXE.

>

> In "ServerModule" there is a property called ExtRoot which defines Path

> for ExtJS files. (the Ext Folder)

> Default value for ExtRoot is "[ext]\" which means that Ext files are in

> their default installation location where uniGUI lib is installed.

> However, since you won't install uniGUI library on target PC, you must

> assign a value to ExtRoot which can be a full Path or a relative path.

> (Relative to ServerRoot)

>

> Or, you can simply assign an empty value to ExtRoot which means "Ext"

> folder is in same folder where your EXE is. This way you only need to copy

> ext folder to the folder where your EXE resides. "ext" folder is available

> in [installdir]\FMSoft\Framework\uniGUI\ext

>

> Let me know if this works

>

> Thanks

> Farshad

>

> "Jason Reid" wrote in message

> news:yedRZSvLLHA.1604@anaxavps227.anaxa.local...

>> Hi Farshad

>>

>> What files do I need to deploy with my exe (compiled as a VCL standalone

>> server)

>>

>> If I just do a build (without packages) in BDS2006 the web application

>> wont start.

>>

>> Do I need to deploy EXT in a specific location ?

>>

>> Are there Dll's needed at all ?

>

>

.

 

Link to comment
Share on other sites

Message from: "Farshad Mohajeri"

 

"Jason Reid" wrote in message

news:kSlb3b0LLHA.1608@anaxavps227.anaxa.local...

> Setting it to blank does not seem to work.

 

Yes, there was a bug there and now fixed.

 

 

.

 

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...