Search found 117 matches

by jsira2003@yahoo.com
Sat Jan 26, 2019 12:56 pm
Forum: PowerShell
Topic: GetNetworkCredential difficulties
Replies: 40
Views: 12798

Re: GetNetworkCredential difficulties

I now have an error message. I am not sure why I have it but I think I'm going to learn more today. The message is: padding is invalid and cannot be removed At this point I am not sure where to adjust it. From what I read the padding should be the same on both the encrypting and decrypting side. If ...
by jsira2003@yahoo.com
Sat Jan 26, 2019 12:29 pm
Forum: PowerShell
Topic: GetNetworkCredential difficulties
Replies: 40
Views: 12798

Re: GetNetworkCredential difficulties

I take it the erroractionpreference stop will stop function if an error is encounter after reporting message.
by jsira2003@yahoo.com
Sat Jan 26, 2019 9:59 am
Forum: PowerShell
Topic: GetNetworkCredential difficulties
Replies: 40
Views: 12798

GetNetworkCredential difficulties

The following function works well in the powershell ise. I supply the encrypted file. I get an a userkey array returned. Works like a champ. If I work this within my application built by powershell studio the following line returns nothing: $Secure2 = $aline | ConvertTo-SecureString -Key ($key) I ha...
by jsira2003@yahoo.com
Mon Jan 14, 2019 10:55 am
Forum: PowerShell Studio
Topic: code signing certificates
Replies: 3
Views: 1791

Re: code signing certificates

One last question should do it for me. Should the certificate request be made for the machine or the user. I saw something that said the user. Do you have any thoughts on this?

thank,
John
by jsira2003@yahoo.com
Sat Jan 12, 2019 7:51 am
Forum: PowerShell Studio
Topic: code signing certificates
Replies: 3
Views: 1791

code signing certificates

I tried a go daddy certificate and I failed to set up the csr. Worked with their support and that went bust. Their documentation and assistance was awful. ssltrust has good info on the process so i am almost ready to try again at the comodo store. There are 4 types of certificate under consideration...
by jsira2003@yahoo.com
Tue Jan 08, 2019 11:07 am
Forum: PowerShell Studio
Topic: multiple executable in an msi package not installed in menu and & to execute
Replies: 5
Views: 2102

Re: multiple executable in an msi package not installed in menu and & to execute

I did set-location c:\program files (x86) ... I found that if I launch my app like & $(".\app.exe") it works perfectly! If I add the full path before it, it does not work. I guess and correct me if I am wrong, if i default the location to the app path, i should be able to get away with...
by jsira2003@yahoo.com
Tue Jan 08, 2019 9:46 am
Forum: PowerShell Studio
Topic: multiple executable in an msi package not installed in menu and & to execute
Replies: 5
Views: 2102

Re: multiple executable in an msi package not installed in menu and & to execute

Any thought about why my & would not work after being packaged and installed in c:\program files (x86) with running my videos or executables? Is there a better way to execute these actions? This did work for me prior to creating a package.

thanks,
John
by jsira2003@yahoo.com
Tue Jan 08, 2019 7:09 am
Forum: PowerShell Studio
Topic: multiple executable in an msi package not installed in menu and & to execute
Replies: 5
Views: 2102

multiple executable in an msi package not installed in menu and & to execute

In my msi package that I am creating I want 3 executables from 3 different apps. Only one shows up in the windows program menu. I am wondering if there is a way to correct or adjust this? I thought that it would just add each executable as an additional menu item for the same program since it is par...
by jsira2003@yahoo.com
Sun Jan 06, 2019 11:24 am
Forum: PowerShell Studio
Topic: struggling with the msi installer
Replies: 5
Views: 2147

Re: struggling with the msi installer

One thing I noticed is that if the program is installed already and I attempt to install it again without uninstalling it i get an error message: The application requires PowerShell V5. Please install WinRM 5.0, then run this installer again. The program installs fine if it is uninstalled. However i...
by jsira2003@yahoo.com
Sun Jan 06, 2019 10:10 am
Forum: PowerShell Studio
Topic: struggling with the msi installer
Replies: 5
Views: 2147

Re: struggling with the msi installer

do i need to add the .config.exe to the msi package?

thanks,
John