Search found 6597 matches

Go to advanced search

by Catalin
Mon Mar 16, 2020 5:29 pm
Forum: Building Installers
Topic: Giống bắp cải tí hon đã có tại nước ta
Replies: 1
Views: 1267
 
Jump to post

Re: Slideshow Display & Dialogs

Hello Linedadelas and welcome to Advanced Installer forums, Can you make the slideshow display full-screen, without showing the taskbar? I'm using a 1920X1080 image but it displays the taskbar and nothing but the background color on the right and left of the image. I am not quite sure I understand y...
by Catalin
Mon Mar 16, 2020 5:21 pm
Forum: Building Installers
Topic: upgrading service now shows two versions in programs and features
Replies: 69
Views: 41838
 
Jump to post

Re: upgrading service now shows two versions in programs and features

Hello Mike, Please accept my apologies for the delay in reply, there was the weekend and also the fact that we are now working from home due to the COVID virus. The msiexec call seems just fine. However, by taking a look in the log file, you can notice that the Product Codes are the same in both ver...
by Catalin
Mon Mar 16, 2020 5:14 pm
Forum: Building Installers
Topic: msi package wrapped setup
Replies: 7
Views: 3370
 
Jump to post

Re: msi package wrapped setup

Hello, This is quite strange, indeed. Unfortunately, I can not say for sure why this happens. In order for me to further investigate this issue, could you please let me know which setup you are trying to repackage? Maybe, if possible, could you please forward me a download link for it by e-mail at s...
by Catalin
Mon Mar 16, 2020 4:57 pm
Forum: Building Installers
Topic: Install extra files over an existing application
Replies: 10
Views: 9950
 
Jump to post

Re: Install extra files over an existing application

Hello Ed, Thank you for your followup on this. I have now downloaded the 8.0 version of Advanced Installer and I could indeed notice that the option I was talking about is not there. However, I believe we can work this around. To do so, please select the file that you do not want to be overwritten -...
by Catalin
Mon Mar 16, 2020 4:30 pm
Forum: Building Installers
Topic: Modify registry key UninstallString
Replies: 9
Views: 6875
 
Jump to post

Re: Modify registry key UninstallString

Hello Timotej, This might be happening due to the fact that you manually created the "Wow6432Node" registry entry. Normally, the redirection is done manually, therefore you do not need to specify it (e.g. if your setup is of 32-bit type and the machine is of 64-bit type, then the registry ...
by Catalin
Fri Mar 13, 2020 4:32 pm
Forum: Common Problems
Topic: attach sql db file show me error
Replies: 27
Views: 107731
 
Jump to post

Re: attach sql db file show me error

Hello, Could you please try to uncheck the "Create database if it does not exist" option and let me know if that helps? In what regards your second quesiton, if you use a trusted connection, the connection will try to connect to the "master"database (which comes by default when y...
by Catalin
Fri Mar 13, 2020 4:25 pm
Forum: Common Problems
Topic: Setup has ended prematurely
Replies: 5
Views: 2957
 
Jump to post

Re: Setup has ended prematurely

Hello, From what I can see in the log file, it seems that the PowerShell custom action is failing. After having a look over the .AIP file, I could notice that the PowerShell script is empty. If you do not intend of doing anything with it, could you please remove it and let me know if the issue stil ...
by Catalin
Fri Mar 13, 2020 4:14 pm
Forum: Common Problems
Topic: Lò nướng bánh điện công nghiệp sẽ đem đến cho bạn những công dụng gì? Thiên Bình Group là địa chỉ mua uy tín
Replies: 1
Views: 1547
 
Jump to post

Re: Start menu folder

Hello and welcome to Advanced Installer forums, I have tried to test this scenario and everything worked as expected for me. The issue that I am having is in regards to the start menu entry where after installing both products, it results in 2 folders of the same name rather than just 1 folder (comp...
by Catalin
Fri Mar 13, 2020 3:40 pm
Forum: Common Problems
Topic: Putting files to path with environment variables
Replies: 13
Views: 7561
 
Jump to post

Re: Putting files to path with environment variables

Hello and welcome to Advanced Installer forums, In what regards the error your receive, could you please re-attach the screenshot as it seems you forgot to attach it? Additionally, could you please add a screenshot of the xml search as well? In what regards the installer not being able to handle the...
by Catalin
Fri Mar 13, 2020 3:01 pm
Forum: Common Problems
Topic: Disable launch condition
Replies: 3
Views: 7560
 
Jump to post

Re: Disable launch condition

Hello, I am afraid that this is not possible. The launch condition is evaluated by a custom executable that is embedded in your setup file at build time if the launch condition is checked. Please let me know if there is anything else I could help you with and I will be glad to assist. Best regards, ...
by Catalin
Fri Mar 13, 2020 2:49 pm
Forum: Common Problems
Topic: Spaces and trailing backslash issue when passed to custom action
Replies: 2
Views: 1757
 
Jump to post

Re: Spaces and trailing backslash issue when passed to custom action

Hello,

Thank you for your followup on this and for sharing your solution with us.

I am sure this might come in handy for further users facing a similar scenario.

Best regards,
Catalin
by Catalin
Fri Mar 13, 2020 2:46 pm
Forum: Common Problems
Topic: Install file on user's desktop, not public desktop
Replies: 1
Views: 1433
 
Jump to post

Re: Install file on user's desktop, not public desktop

Hello, That happens becuase your installation type is of "Per-machine" , therefore the "Desktop" folder is redirect to its per-machine location (Public). To avoid this, you can change the installatyion type to "per-user" (in "Install Parameters" page). You can...
by Catalin
Fri Mar 13, 2020 2:39 pm
Forum: Common Problems
Topic: Digital Signature
Replies: 2
Views: 1742
 
Jump to post

Re: Digital Signature

Hello,

Thank you for your followup on this and for sharing your solution with us.

I am sure this will be of help for further users facing a similar scenario.

Best regards,
Catalin
by Catalin
Fri Mar 13, 2020 2:31 pm
Forum: Building Installers
Topic: Install extra files over an existing application
Replies: 10
Views: 9950
 
Jump to post

Re: Install extra files over an existing application

Hello Ed, You are alwyas welcome! In addition to what I've mentioned above, you can maybe try to perform an upgrade but do not remove the already existing files. Please have a look on our "How do I prevent a file or registry entry from being uninstalled or repaired?" article which I think ...
by Catalin
Fri Mar 13, 2020 2:25 pm
Forum: Building Installers
Topic: %appdata% folder won't popluate
Replies: 1
Views: 1791
 
Jump to post

Re: %appdata% folder won't popluate

Hello, This sounds like a strange behavior, indeed. I have tested this just now and everything worked as expected on my side. The file was correctly copied in the specified location. In order for me to further investigate this, could you please forward me a copy of your .AIP file and the verbose log...

Go to advanced search