Search found 40 matches

by tirwin@iot.in.gov
Fri Feb 17, 2017 6:52 am
Forum: PowerShell Studio
Topic: 2017 version packager
Replies: 3
Views: 1655

2017 version packager

I have upgraded to Power Shell Studio 2017. I previously had 2015. I had 2 .exe application x86 & x64 (the app backs up & restores computers & sets AD attributes). I now have to change 1 line of code (execution policy). However when I went to recompile the new version to and .exe I get n...
by tirwin@iot.in.gov
Mon Sep 19, 2016 5:08 am
Forum: PowerShell
Topic: .exe will not run in Windows 7
Replies: 3
Views: 2510

Re: .exe will not run in Windows 7

scanstate.PNG
scanstate.PNG (157.51 KiB) Viewed 2472 times
I took your suggestion but when I run the app which does now open. I get a scanstate 36 error which asks me to review the log file which has the following error.
by tirwin@iot.in.gov
Fri Sep 16, 2016 5:01 am
Forum: PowerShell
Topic: .exe will not run in Windows 7
Replies: 3
Views: 2510

.exe will not run in Windows 7

I have written a Powershell Studio 2015 Windows Form app compiled to .exe. However I have to compile a 32 bit version and a 64 bit version. The customer would like only 1 version that works for all. Question 1 (is it possible to run 1 version that works on all Win machines?) Presently I have 2 versi...
by tirwin@iot.in.gov
Thu Jul 28, 2016 9:41 am
Forum: PowerShell
Topic: dsmod cmdlet & LOADSTATE not working togeather
Replies: 2
Views: 2352

Re: dsmod cmdlet & LOADSTATE not working togeather

Thanks for that. I just figured it out. Our PC Refresh team removed the C:\Windows\System32\dsmod.exe file from their IMAGE. Therefore it was not working on the newly re-imaged computers (it had been working). My development computer had that system file so it worked but it has to have that file to ...
by tirwin@iot.in.gov
Wed Jul 27, 2016 6:23 pm
Forum: PowerShell
Topic: dsmod cmdlet & LOADSTATE not working togeather
Replies: 2
Views: 2352

dsmod cmdlet & LOADSTATE not working togeather

Below I have a form for PC Refresh you select a Old Backed up Computer from a drop down list (Left Side). The New Computer is the Computer your logged on to (Right Side). The tech fills in the data for the new computer and Submits the form (Button Not Shown). The AD attributes are updated and a LOAD...
by tirwin@iot.in.gov
Tue Apr 19, 2016 8:21 am
Forum: PowerShell Studio
Topic: Deployment
Replies: 2
Views: 1439

Deployment

I have developed a Powershell Studio Project and would like to deploy for both a 64 and 32 bit systems. I have read your article at https://www.sapien.com/blog/2014/03/25/from-script-to-server-deploying-solutions-with-primalscript-2014-part-1/ but my deployment editor does not have options for: SAPI...
by tirwin@iot.in.gov
Fri Mar 18, 2016 5:10 am
Forum: PowerShell GUIs
Topic: Deployment
Replies: 8
Views: 3802

Re: Deployment

Thanks for your help. I have attached the entire project in a zip file. Again I show no errors in my ISE. Inside Project Files Folder are 2 Folders. 1 with all the psf files for the project. 1 with a ps1 file (takes the place of AD Module) because this is intended to run on newly imaged machines wit...
by tirwin@iot.in.gov
Thu Mar 17, 2016 11:43 am
Forum: PowerShell GUIs
Topic: Deployment
Replies: 8
Views: 3802

Re: Deployment

Thank you sir, I bought a license about 6 months ago. I dont know why there is no license associated with my ID. I would post my licensing info except the dialog just above says "Do not post any licensing information in this forum.". I have created an App that was developed using SAPIEN Po...
by tirwin@iot.in.gov
Thu Mar 17, 2016 6:07 am
Forum: PowerShell GUIs
Topic: Deployment
Replies: 8
Views: 3802

Deployment

I have a application for PC Refresh. Which is run from server as administrator. I had Deployed a 32 & 64 bit version and things seemed to be working fine. However they changed to server where the Backups would be stored. So I changed all the relevant file paths in my app and Deployed my app. The...
by tirwin@iot.in.gov
Mon Feb 01, 2016 6:40 am
Forum: PowerShell GUIs
Topic: trim string or select file
Replies: 5
Views: 3216

Re: trim string or select file

Disregard I had a type O. Your code works great Thank you