Jump to content
You must now use your email address to sign in [click for more info] ×

Silent Install Parameters [solved]


Recommended Posts

  • 2 months later...

*push*

 

Hi,

 

I've got the same issue in my company. I'm trying to rollout your software for multiple users (Affinity Designer and Affinity Photo Version 1.5.1) using a software deployment system. Is the manual installation the only way at this moment?

 

Desirable Parameters:

1. Silent or passive installation with minimal information about the ongoing installation (e.g. progress bar)

2. Same for uninstallation

3. Parameter for license key

 

 

regards

Michael

Link to comment
Share on other sites

  • 2 weeks later...

I also use a software deployment (opsi) because i don't to run between the PCs ;-) We bought more than 50 ............. no, I don't want ;-)

 

Are there any silent parameters? I tried /s /S /silent /SILENT /q /qb /qn .......... nothing worked :-(

 

 

regards

sch

Link to comment
Share on other sites

Good Morning

 

At first I have not affinity designer, I have affinity photo, sorry.

 

Second: There is a way for a silent instalation --> autoit

; AutoIt Version: 3.0
; Language:       English
; Platform:       Win7x64
; Author:         sch

#RequireAdmin ; Admin Rechte werden benötigt
Run("./affinity-photo-1.5.1.exe") ; Pfad zum Setup
WinWait("Affinity Photo-Setup")
Send("{ENTER}")
Send("{SPACE}")
Send("{ENTER}")
; Lizenz
Send("{TAB}")
Send("{TAB}")
Send("{TAB}")
Send("{TAB}")
Send("admin@firma.at") ; MailAddress
Send("{TAB}")
Send("{TAB}")
Send("123ABC456DEF") ; SerialNumber
Send("{ENTER}")
; Desktopverknüpfung ablehnen
Sleep(200)
ControlClick("Affinity Photo-Setup", "", "Button4")
Send("{ENTER}")
Send("{ENTER}")
Send("{ENTER}")
; Installationszeit abwarten um das letzte Fenster zu schließen, individuell verschieden
Sleep(60000)
Send("{ENTER}")
Link to comment
Share on other sites

We are currently working on implementing silent parameters for the installer.

 

Great! Can you make it so that you don't have to specify the license key or email address in the command line so that any provisioning scripts don't have to hold private information?

 

It would be great if we can add the license information on first run of the product.

Link to comment
Share on other sites

  • Staff

Great! Can you make it so that you don't have to specify the license key or email address in the command line so that any provisioning scripts don't have to hold private information?

 

It would be great if we can add the license information on first run of the product.

 

We have no plans to support this. Our forthcoming silent install support is intended for volume licences, where a single email and product key is used for multiple installations.

The 1.6 installer will have an option to create an MSI file with embedded email and product key properties, suitable for installation via Group Policy for example.

Link to comment
Share on other sites

  • 3 months later...

The 1.6 installer will have an option to create an MSI file with embedded email and product key properties, suitable for installation via Group Policy for example.

 

This is four month ago ........ could you tell, when it will happen? I've to reinstall Windows (and Affinty Photo) in July or in the first week in August. Is there a chance for a msi or must i buy new shoes? ;-)

 

 

The autoIt-Script runs, when the network isn't too slow, but a msi ist better ;-)

Link to comment
Share on other sites

  • 5 months later...

Hi it says that version 1.6 will have command line switches but i cannot find out what they are for affinity.msi via affinity-designer-1.6.1.93.exe - please provide a link to the new switches as i have many users wanting this and i cannot find it in your search engine.

Link to comment
Share on other sites

×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.