Search found 12 matches

by TheVito
Mon Aug 24, 2020 12:35 pm
Forum: PowerShell GUIs
Topic: How to capture a rightclick event in a listbox
Replies: 1
Views: 1155

How to capture a rightclick event in a listbox

I want to capture a rightclick event on a listbox and send the text to set-clipboard. I can't figure out how to test the event if it was a right click, I added the even mouse down, not sure how to see what is available in the $_ = [System.Windows.Forms.MouseEventArgs] to test if the right mouse butt...
by TheVito
Thu Oct 31, 2019 6:52 am
Forum: PowerShell Studio
Topic: MSI installdir issue
Replies: 14
Views: 7526

Re: MSI installdir issue

Thanks Alexander,
that worked. I changed it to be this so it is silent again.
msiexec /i EclipseDeployer.msi TARGETDIR=c:\ /quiet /qn

btw my c: drive has 18gb free, i have no idea why it would think there wasn't enough space to install 608kb lol
by TheVito
Wed Oct 30, 2019 12:04 pm
Forum: PowerShell Studio
Topic: MSI installdir issue
Replies: 14
Views: 7526

Re: MSI installdir issue

Have you ever seen this happen before any idea what could be causing it to change? Action ended 14:59:04: FileCost. Return value 1. MSI (c) (8C:B4) [14:59:04:055]: Doing action: CostFinalize Action 14:59:04: CostFinalize. Computing space requirements Action start 14:59:04: CostFinalize. MSI (c) (8C:...
by TheVito
Wed Oct 30, 2019 11:52 am
Forum: PowerShell Studio
Topic: MSI installdir issue
Replies: 14
Views: 7526

Re: MSI installdir issue

oops my bad, yes i knew that i must of accidentally clicked the immediately.

I will try running with logging to see what happens.
by TheVito
Wed Oct 30, 2019 11:07 am
Forum: PowerShell Studio
Topic: MSI installdir issue
Replies: 14
Views: 7526

Re: MSI installdir issue

It is a windows 2016 server, nothing is preventing programs from being installed on the c: drive, i have several things installed on the c: drive. example notepad++ and zabbix agent
by TheVito
Wed Oct 30, 2019 10:42 am
Forum: PowerShell Studio
Topic: MSI installdir issue
Replies: 14
Views: 7526

Re: MSI installdir issue

thanks,

it also does not run my custom actions, which all they do is build the directory structures
by TheVito
Wed Oct 30, 2019 10:32 am
Forum: PowerShell Studio
Topic: MSI installdir issue
Replies: 14
Views: 7526

Re: MSI installdir issue

I created it with the simple ui checked and when i run it on the other machine it says d: even though in the other screen on the installer product details it shows c:
by TheVito
Wed Oct 30, 2019 10:25 am
Forum: PowerShell Studio
Topic: MSI installdir issue
Replies: 14
Views: 7526

Re: MSI installdir issue

doing the install from inside the ribbon for the Installer creates the folder on the c: drive which is correct, but once i move this msi to another machine it installs the files on the d:
by TheVito
Wed Oct 30, 2019 10:13 am
Forum: PowerShell Studio
Topic: MSI installdir issue
Replies: 14
Views: 7526

Re: MSI installdir issue

Yes the output folder is on my dev machine, and I grab it from c:\foo and moved it to another machine to install it. I am positive I am grabbing the correct .msi, as I watch the file being created in the c:\foo if I click the install button then the files end up on the c: drive in the correct folder...
by TheVito
Wed Oct 30, 2019 9:33 am
Forum: PowerShell Studio
Topic: MSI installdir issue
Replies: 14
Views: 7526

MSI installdir issue

To help you better we need some information from you. *** Please fill in the fields below. If you leave fields empty or specify 'latest' rather than the actual version your answer will be delayed as we will be forced to ask you for this information. *** Product, version and build: PowerShell Studio ...