We are exploring various ways we might overcome the fact the the download of the <setup>.exe can't handle the interruption of an id/pwd challenge.
This suggests that we have to password protect the <setup>.exe if it is accessed via a public url. One idea, to avoid having to ask the user to go and find the password, is to provide the password to the (modified) 'updates script.
Question: can this be done? The file itself looks to be a self-extracting 7zip file. And we know that setup.exe can provide the password to downloaded web media blocks, so I'm hopeful that this could be done for setup.exe itself.
John
Web update - can we script providing password to setpup.exe?
-
- Site Admin
- Posts: 5361
- Joined: Sun Aug 22, 2010 4:28 am
Re: Web update - can we script providing password to setpup.
Dear John,
You may specify the password for encrypted setups on the command line. This will prevent displaying the password prompt box and attempt to use the password indicated on the command line. This option is most useful when used in conjunction with silent installations, since silent installations cannot prompt for a setup password.
<setup.exe> /k=<password>
Regards
You may specify the password for encrypted setups on the command line. This will prevent displaying the password prompt box and attempt to use the password indicated on the command line. This option is most useful when used in conjunction with silent installations, since silent installations cannot prompt for a setup password.
<setup.exe> /k=<password>
Regards
Francesco Toscano
InstallAware Software
White Papers (HowTos) - http://www.installaware.com/publication ... papers.htm
Publications - http://www.installaware.com/publications-review.htm
InstallAware Help -F1 anywhere in the InstallAware IDE
InstallAware Software
White Papers (HowTos) - http://www.installaware.com/publication ... papers.htm
Publications - http://www.installaware.com/publications-review.htm
InstallAware Help -F1 anywhere in the InstallAware IDE
Re: Web update - can we script providing password to setpup.
Dear Francesco
Thanks for a qui8ck reply - by the time I arrived home, there it was!
Could this be done within the 'updates' script by appending /k=password to
at the start of the script?
John
Thanks for a qui8ck reply - by the time I arrived home, there it was!
Could this be done within the 'updates' script by appending /k=password to
Code: Select all
Set Variable COMMANDLINE to $CMDLINE$
at the start of the script?
John
Re: Web update - can we script providing password to setpup.
I have explored this, and realise my last question was a load of rubbish!
Please ignore. I'm working on a different approach.
John
Please ignore. I'm working on a different approach.
John
-
- Site Admin
- Posts: 5361
- Joined: Sun Aug 22, 2010 4:28 am
Re: Web update - can we script providing password to setpup.

Francesco Toscano
InstallAware Software
White Papers (HowTos) - http://www.installaware.com/publication ... papers.htm
Publications - http://www.installaware.com/publications-review.htm
InstallAware Help -F1 anywhere in the InstallAware IDE
InstallAware Software
White Papers (HowTos) - http://www.installaware.com/publication ... papers.htm
Publications - http://www.installaware.com/publications-review.htm
InstallAware Help -F1 anywhere in the InstallAware IDE
Who is online
Users browsing this forum: Bing [Bot] and 105 guests