|
<< Click to Display Table of Contents >> Navigation: Telegram > 2018 > 05 > 17 > Telegram_2018-05-17T08 |
2018-05-17T08:09:59
I am having an issue installing my IW app as a service. Im using this command. C:\\Windows\\ type: link Microsoft.NET \\Framework64\\v4.0.30319\\InstallUtil.exe
2018-05-17T08:10:27
The error is: Exception occurred while initializing the installation:
System.BadImageFormatException: Could not load file or assembly 'file:///C:\\WintechApps\\MyADAWeb\\MyADA-Service.exe' or one of its de
pendencies. The module was expected to contain an assembly manifest..
2018-05-17T08:19:03
Hi, open a prompt on windows as Administrator. Change folder to your exe. type: bot_command /install
2018-05-17T08:20:59
OH, how simple! Thanks!
2018-05-17T08:25:34
????
2018-05-17T08:26:25
Ah, don't forget to type: bold start in Services.
2018-05-17T08:27:10
yes, got that part.
2018-05-17T08:29:08
I was reading somewhere that I could also display the UI while running as a service. I thought if I placed the type: bot_command /GUI in the startup parameters it would show me the UI. Is that correct?
2018-05-17T08:35:13
Also, is there a way to eliminate the /$ type: bot_command /start at the end of the URL to get the initial web page to appear. It's not a big deal this time because it is just an embedded URL from another html page.
2018-05-17T08:38:54
I can't confirm this work because i never tested this kind. I know to show the GUI form, you need to change in Project
TIWStart.Execute(False);
to
TIWStart.Execute(True);
2018-05-17T08:40:03
Alexandre is finishing the new release, and this is omitted.
2018-05-17T08:50:34
OK, thanks! Can't wait for the new cool stuff!