Search found 34 matches

by Nillth
Tue Oct 08, 2019 3:42 pm
Forum: PowerShell
Topic: PowerShell - Expirate the Program
Replies: 4
Views: 4783

Re: PowerShell - Expirate the Program

Example Project Attached, Super simple addition to your code required... I also have a more advanced version Where you can use the creation date (signing time stamp) +x days, So each build expires after a defined period of time... [System.IO.FileInfo]$Filename = $($hostinvocation.MyCommand.path) #re...
by Nillth
Wed Jun 26, 2019 8:00 am
Forum: PowerShell
Topic: MSI - Service - Load Group
Replies: 3
Views: 4046

Re: MSI - Service - Load Group

Thanks Brittney,
Are you able to provide a link to any documentation for the options for the packager?

Cheers!!
by Nillth
Tue Jun 25, 2019 6:05 pm
Forum: PowerShell
Topic: MSI - Service - Load Group
Replies: 3
Views: 4046

MSI - Service - Load Group

Product: PowerShell Studio 2019 (64 Bit) Build: v5.6.165 OS: Windows 10 Enterprise (64 Bit) Build: v10.0.17763.0 I am trying to configure a Service Installer to be part of a dependency group... e.g. Only start this service if these ones are running... I think within the MSI Settings for installing a...
by Nillth
Tue Dec 04, 2018 6:31 am
Forum: PowerShell GUIs
Topic: MSI to run Packaged EXE
Replies: 3
Views: 2148

Re: MSI to run Packaged EXE

Bump
by Nillth
Wed Nov 07, 2018 1:44 am
Forum: PowerShell GUIs
Topic: MSI to run Packaged EXE
Replies: 3
Views: 2148

MSI to run Packaged EXE

Product: PowerShell Studio 2018 (64 Bit) Build: v5.5.155 OS: Windows 10 Enterprise (64 Bit) Build: v10.0.17134.0 After Successfully building a EXE. I am able to run the EXE and get the expected output. When building a MSI to deploy the EXE I have added a custom action to call the EXE after system ha...
by Nillth
Wed Oct 24, 2018 9:54 pm
Forum: PowerShell Studio
Topic: Setting Additional VersionInfo Properties on Packager Exe
Replies: 1
Views: 1813

Setting Additional VersionInfo Properties on Packager Exe

Product: PowerShell Studio 2018 (64 Bit) Build: v5.5.155 OS: Windows 10 Pro (64 Bit) Build: v10.0.18262.0 Hi All, I am attempting to build an exe for some Beta testing. In the properties I can see the VersionInfo Settings that I am able to configure in the packager. However there are some additional...
by Nillth
Tue Jun 19, 2018 7:52 am
Forum: PowerShell Studio
Topic: Error - Generate Query PowerShell Script
Replies: 1
Views: 1649

Error - Generate Query PowerShell Script

Product, version and build: PowerShell Studio 2018 v5.5.152 32 or 64 bit version of product: 64 bit Operating system: Windows 10 (1803) 32 or 64 bit OS: 64 bit *** Please add details and screenshots as needed below. *** In the Object Browser panel, i have selected a database I configured in Primal S...
by Nillth
Tue Apr 24, 2018 6:49 pm
Forum: PowerShell Studio
Topic: Creating a Service
Replies: 4
Views: 3508

Re: Creating a Service

Is there anyway for the PowerShell code to intercept the Start/Stop/Pause commands implemented by the service .exe wrapper? It seems to me that when the Code is Compiled in PrimalScript the service .exe wrapper will interpret .StopService() and call the Stop-MyService Function. Only real issue for m...
by Nillth
Mon Apr 23, 2018 10:30 pm
Forum: PowerShell Studio
Topic: Creating a Service
Replies: 4
Views: 3508

Creating a Service

Product, version and build: PowerShell Studio 2018 v5.5.150 & PrimalScript Version 7.4.113 32 or 64 bit version of product: 64 Operating system: Windows 10 - Tech Preview 1803 (17134.1) 32 or 64 bit OS: 64 There seems to be a major difference in how a Service is compiled in PowerShell Studio (PS...
by Nillth
Tue Aug 01, 2017 10:49 pm
Forum: PowerShell Studio
Topic: Sapien PowerShell Studio Packager
Replies: 3
Views: 2389

Re: Sapien PowerShell Studio Packager

Hi David, No I had not been including the .Config file. I had been attempting to get everything down to just the one .exe file. However, I have just retested with the .config file and it worked perfectly... guess i will need to include it from now on, unless you have some other magic way to make it ...