|
<< Click to Display Table of Contents >> Navigation: Telegram > 2020 > 06 > 04 > Telegram_2020-06-04T18 |
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
2020-06-04T18:41:41
In your DPR you have
begin
TIWStart.Execute(False);
end.
Correct?
2020-06-04T18:41:48
False must be passed as parameter
2020-06-04T18:41:58
Yes I did
2020-06-04T18:42:04
also: license must be installed correctly
2020-06-04T18:42:24
The license is ok
2020-06-04T18:42:47
other than that, if it is not installing, something in your ServerController.OnCreate/OnConfig event may be blocking it
2020-06-04T18:45:09
check if IW created a log file on the same folder. Also check the event viewer for any errors
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?
2020-06-04T18:50:59
My license seems ok I guess
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
2020-06-04T18:51:08
yes it is
2020-06-04T18:53:00
Ok I have seen the file and there is no message for today except old ones
2020-06-04T18:54:38
Ok I have messages on the deployment machine
2020-06-04T18:55:40
Windows services must be managed from an administrator account
2020-06-04T18:56:40
I do not know how to run administrative account under DOS
2020-06-04T18:59:16
you can start the command prompt with administrator acount
2020-06-04T18:59:20
just right click on it