Page 1 of 1

Word and PowerPoint Icon will not work! Using honeywell

Posted: September 16th, 2017, 9:35 pm
by xalec
my honeywell word and powerpoint icons are not working but my excel is working just fine and opening the application like it should :confused:

please help :/

here is the code for all 3:

Code: Select all

POWERPOINT

[powerpoint]
Meter=Image
ImageName=#@#Images\powerpoint.png
H=90
LeftMouseUpAction=["powerpoint.exe"]

[Rainmeter]
Update=1000

[Metadata]
Name=powerpoint
Author=APIUM
Information=
License=
Version=

WORD

[word]
Meter=Image
ImageName=#@#Images\word.png
H=90
LeftMouseUpAction=["word.exe"]

[Rainmeter]
Update=1000

[Metadata]
Name=word
Author=APIUM
Information=
License=
Version=

EXCEL

[excel]
Meter=Image
ImageName=#@#Images\excel.png
H=90
LeftMouseUpAction=["excel.exe"]

[Rainmeter]
Update=1000

[Metadata]
Name=excel
Author=APIUM
Information=
License=
Version=

Re: Word and PowerPoint Icon will not work! Using honeywell

Posted: September 16th, 2017, 10:16 pm
by CyberTheWorm
Try putting the full path in for the application

Code: Select all

LeftMouseUpAction=["C:\......\excel.exe"]

Re: Word and PowerPoint Icon will not work! Using honeywell

Posted: September 16th, 2017, 10:53 pm
by xalec
No luck :(

Re: Word and PowerPoint Icon will not work! Using honeywell

Posted: September 16th, 2017, 11:46 pm
by mak_kawa
At least for my Office2010, executable name for Word is "WINWORD.EXE", not "word.exe", and "POWERPNT.EXE" not "powerpoint.exe". Did you confirm these executable names for your Office?

Re: Word and PowerPoint Icon will not work! Using honeywell

Posted: September 17th, 2017, 7:40 am
by balala
Usually the programs belonging to the MS Office suite, don't require to add the appropriate path to the link. In my case for example, the following options work well:
  • For Word: LeftMouseUpAction=["WINWORD.EXE"]
  • For PowerPoint: LeftMouseUpAction=["POWERPNT.EXE"]
  • For Excel: LeftMouseUpAction=["EXCEL.EXE"]
As you see, just the file of Excel is named Excel.exe. The name of the file of Word is WinWord.exe and that of the PowerPoint is PowerPnt.exe.