Search found 3 matches

Go to advanced search

by adartois
Wed Jan 12, 2022 10:24 am
Forum: Feature Requests
Topic: Create self-signed certificate on IIS
Replies: 14
Views: 86176
 
Jump to post

Re: Create self-signed certificate on IIS

Hello,

I have license pro with lastest version.

i am not finding entry for creating a self signed certificate on website install ...
Where is this options ?

Thank you.
by adartois
Fri Aug 27, 2021 1:26 pm
Forum: Building Installers
Topic: Azure Dev Ops - Update Automation
Replies: 2
Views: 7952
 
Jump to post

Re: Azure Dev Ops - Update Automation

Got it to work like this ... If somebody is interested


- task: AdvancedInstaller@2
displayName: 'Build Setup (EXE)'
inputs:
aipPath: '$(Build.SourcesDirectory)/Installer/WSTSupportInstaller/WSTSupportInstaller.aip'
aipBuild: 'DefaultBuild'
aipPackageName: 'WSTSupportSetup ...
by adartois
Fri Aug 27, 2021 10:47 am
Forum: Building Installers
Topic: Azure Dev Ops - Update Automation
Replies: 2
Views: 7952
 
Jump to post

Azure Dev Ops - Update Automation

Hello,

I need to automate generation of updates.txt from an azure build.

Actually, i create an updates.txt with this first task.

- task: AdvancedInstaller@2
displayName: 'Create NewUpdate for WST.Support Setup'
inputs:
aipPath: '$(Build.SourcesDirectory)/Installer/WSTSupportInstaller ...

Go to advanced search