Search found 75 matches

by daniel kusnir
Mon Sep 07, 2020 3:48 am
Forum: PowerShell Studio
Topic: Could not create temporary folder - MSI
Replies: 7
Views: 2439

Re: Could not create temporary folder - MSI

Hello Brittney i changed my defaults and copied folder to the default Sapien folder. I can build the exe however MSI has same issue as well - when trying to build to offline folder. also yes - C:\Users\Daniel\OneDrive\SAPIEN\PowerShell Studio\Files\Set Skype Status\MSI exists in the OneDrive. i also...
by daniel kusnir
Fri Sep 04, 2020 2:03 am
Forum: PowerShell Studio
Topic: Could not create temporary folder - MSI
Replies: 7
Views: 2439

Could not create temporary folder - MSI

hello i recently updated PS Studio to 5.7.181. When i try to build an MSI package, i got a following error : SAPIEN Package and Deploy Tool 4.2 (c) 2005 - 2020 SAPIEN Technologies, Inc. Error: Could not create temporary folder C:\Users\Daniel\OneDrive\SAPIEN\PowerShell Studio\Files\Set Skype Status\...
by daniel kusnir
Mon Jun 22, 2020 1:38 am
Forum: PowerShell
Topic: Win Service permissions
Replies: 1
Views: 1810

Win Service permissions

hi i have a service that checks MS Teams status, and if status changes, it calls a script that changes Skype status. When i call a script manually, all is good, however via service, it does not run. i tried to run service under default service account, my account & using credentials ,however scr...
by daniel kusnir
Sat Jun 20, 2020 10:47 am
Forum: PowerShell
Topic: PS Service env:APPDATA path
Replies: 1
Views: 2025

Re: PS Service env:APPDATA path

ah just found out. since its running under service account, it has different path to profile
by daniel kusnir
Sat Jun 20, 2020 10:42 am
Forum: PowerShell
Topic: PS Service env:APPDATA path
Replies: 1
Views: 2025

PS Service env:APPDATA path

hello

do you know why running service returns $env:Appdata path :

C:\WINDOWS\system32\config\systemprofile\AppData\Roaming\

while regular script points to standard user appdata folder c:\users\<user>\appdata\Roaming
by daniel kusnir
Wed Jun 03, 2020 8:07 am
Forum: PowerShell GUIs
Topic: 5.7.178 doubles exe size when compiled
Replies: 6
Views: 1994

Re: 5.7.178 doubles exe size when compiled

Hello

thanks for your help. After setting export to same encoding as in my forms, my package now has correct size.
by daniel kusnir
Mon Jun 01, 2020 12:25 pm
Forum: PowerShell GUIs
Topic: 5.7.178 doubles exe size when compiled
Replies: 6
Views: 1994

Re: 5.7.178 doubles exe size when compiled

hello Alexander that is correct, it is a simple project with approx of 20 forms. So i exported the script to the ps1 and the result is same as during the build - see pic 01.JPG when i compare the content, there is not much of a difference just the hash and recovery data. other than that it is all th...
by daniel kusnir
Sun May 31, 2020 12:57 pm
Forum: PowerShell GUIs
Topic: 5.7.178 doubles exe size when compiled
Replies: 6
Views: 1994

Re: 5.7.178 doubles exe size when compiled

hello

no problem, see attached psbuild file
by daniel kusnir
Sun May 31, 2020 9:27 am
Forum: PowerShell GUIs
Topic: 5.7.178 doubles exe size when compiled
Replies: 6
Views: 1994

5.7.178 doubles exe size when compiled

Hello i have a project which i compiled with version 5.7.177 - and package had approx 3.9 MB. When i updated version to 5.7.178, package has double size when compiled - almost 8 MB. There was no change to the code whatsoever I downgraded the version and tested compilation again with same project, si...
by daniel kusnir
Thu May 21, 2020 2:03 am
Forum: PowerShell GUIs
Topic: Custom Color for Tooltip on Menu Item
Replies: 5
Views: 1965

Re: Custom Color for Tooltip on Menu Item

Thanks for the replay, however i think its a bit more complicated than that.

As you can see in the pictures, i wanted to change background of a tooltip for menu iteam, when you click Menu - > Item 2.

And unfortunatelly, this is controlled by ToolTipText property.