Telegram_2020-06-04T18

<< Click to Display Table of Contents >>

Navigation:  Telegram > 2020 > 06 > 04 >

Telegram_2020-06-04T18

Telegram link

 

2020-06-04T18:40:03

 

Hi Alexandre! I am struggling to install my App under windows services. I have compiled it and with command prompt Cd I have entered the directory to reach my EXE file and to install I have typed the name of the file type: bot_command /install . No message showed up. I am running windows 10 and I did purchase IW 15 Standard. Any help please

 


 

Telegram link

 

2020-06-04T18:41:41

 

In your DPR you have

 

begin

 

TIWStart.Execute(False);

 

end.

 

Correct?

 


 

Telegram link

 

2020-06-04T18:41:48

 

False must be passed as parameter

 


 

Telegram link

 

2020-06-04T18:41:58

 

Yes I did

 


 

Telegram link

 

2020-06-04T18:42:04

 

also: license must be installed correctly

 


 

Telegram link

 

2020-06-04T18:42:24

 

The license is ok

 


 

Telegram link

 

2020-06-04T18:42:47

 

other than that, if it is not installing, something in your ServerController.OnCreate/OnConfig event may be blocking it

 


 

Telegram link

 

2020-06-04T18:45:09

 

check if IW created a log file on the same folder. Also check the event viewer for any errors

 


 

Telegram link

 

2020-06-04T18:48:28

 

I have compiled my app with Start False on one machine and took the EXE file to deployment machine. Where would be the log file?

 


 

Telegram link

 

2020-06-04T18:50:59

 

My license seems ok I guess

 


 

Telegram link

 

2020-06-04T18:51:01

 

IF IW created a log file, it has the same name as the application with a .log extension, in the same folder

 


 

Telegram link

 

2020-06-04T18:51:08

 

yes it is

 


 

Telegram link

 

2020-06-04T18:53:00

 

Ok I have seen the file and there is no message for today except old ones

 


 

Telegram link

 

2020-06-04T18:54:38

 

Ok I have messages on the deployment machine

 


 

Telegram link

 

2020-06-04T18:55:40

 

Windows services must be managed from an administrator account

 


 

Telegram link

 

2020-06-04T18:56:40

 

I do not know how to run administrative account under DOS

 


 

Telegram link

 

2020-06-04T18:59:16

 

you can start the command prompt with administrator acount

 


 

Telegram link

 

2020-06-04T18:59:20

 

just right click on it