Just a quick update, our USB token arrived today and the certificate appeared in the drop-down in Advanced Installer so just selected it and all seems to be working perfectly. Does seem to take much longer than the previous signing from a .pfx file but I guess that's just the nature of how the token ...
We are looking to switch to using an EV certificate (with USB dongle) to sign our products, could you confirm if AI supports signing with this type of certificate?
Our installer optionally configures IIS during installation to set-up our application. It has been working fine, however recently if the user modifies the installation to add/remove features from our application during the process it completely removes the virtual/application directories set in ...
Hi thanks for your reply, sorry I didn't see it sooner.
I went to create the verbose log and realised that the problem is actually a bit different to that which I had originally described, all the files are actually installed however the 32-bit specific files have been installed in a "32-bit" sub ...
Can you please tell us if the bahaviour still persist if you enable the "Do not delete extracted MSI and CAB files" option from "Media -> Configuration tab -> Bootstrapper Options" group? If Yes, can you please send us the .AIP (project file) to support at advancedinstaller dot com so we can ...
Hi, we have a mixed 32/64 bit package (single file exe), all works fine (on both 32 and 64 bit machines) when installing normally using the GUI but when doing a silent installation (i.e. include the "/qn" command line switch) on a 32 bit machine it only installs the 32 bit specific components, all ...
Hi, we're seeing an issue when a user tries to modify the installation of our product. So far it seems to be 100% reproducible (i.e. it fails every time and is not machine specific).
The error given is: Source file not found: C:\Users\Administrator\AppData\Roaming\{CompanyName}\{ProductName ...
There's a couple of reasons we use the "Default web site", in most cases the machine will be dedicated to run our application so we would generally want the "all unassigned" binding (as we wouldn't know the specifics at install time). This would ...
Thank you very much for the reply, only thing is that I don't have the "custom properties" tab for the "default website", I can get to it for a custom site or for virtual directories on the default website. Can I set this property on the default website?
Hi, we have an installer for a server application that can automatically configure IIS. I need to be able to set the 'HTTP redirect' property of the installed website so that users will be redirected to the correct web application path but cannot find the option in Advanced Installer. Hopefully I'm ...
I'm not using a continuous integration tool or ANT nor running from inside Visual Studio.
However I think I have solved the problem now, when opening or building the project I get a UAC pop-up asking permission for ComExtractor.exe to run, if I deny it access the spurious registry keys weren't ...