Search found 5 matches

by chexmix
Sat Dec 08, 2018 5:24 pm
Forum: Former and Future Customers - Questions
Topic: Create exe with other files
Replies: 1
Views: 10671

Create exe with other files

I've created GUIs for Powershell scripts using xaml files and dlls. Can these be packaged as a single exe with powershell studio? If not a single exe can it create an installer with an exe and install the dependent files?
by chexmix
Thu Nov 08, 2018 4:50 pm
Forum: PowerShell GUIs
Topic: Call function display to textbox
Replies: 1
Views: 1062

Call function display to textbox

I have a function that I call in various places to display information. It works fine in powershell console but I can't figure out how to display it in a textbox. I call the function like so. log -l "Trying to import Active Directory module" log -l "Unable to import Active Directory m...
by chexmix
Thu Nov 08, 2018 9:58 am
Forum: Former and Future Customers - Questions
Topic: Display log function to textbox
Replies: 5
Views: 17754

Re: Display log function to textbox

I'm trying it out thats why I posted in the trail software section. The PowerSehll GUI section is for registered products only.
by chexmix
Thu Nov 08, 2018 9:04 am
Forum: Former and Future Customers - Questions
Topic: Display log function to textbox
Replies: 5
Views: 17754

Re: Display log function to textbox

That works for a string of text but how do I use the function like I had asked.
by chexmix
Thu Nov 08, 2018 5:37 am
Forum: Former and Future Customers - Questions
Topic: Display log function to textbox
Replies: 5
Views: 17754

Display log function to textbox

I have a log function that I call in various places in my script. How would I output this to a textbox?



log -l "Mail property detected"
log -l "City property detected"
log -l "Unable to set property: $($p.name)"