Search found 18 matches

Go to advanced search

by AlexanderAnishchik
Thu Jan 30, 2020 1:53 pm
Forum: Common Problems
Topic: Mixed 32/64 application
Replies: 10
Views: 4083
 
Jump to post

Re: Mixed 32/64 application

Is it possible to have the same name for two features? Now I have Application A x64 and Application A x32 features. But users should see only Application A feature name.
by AlexanderAnishchik
Thu Jan 30, 2020 10:45 am
Forum: Building Installers
Topic: MySQL port discovery
Replies: 5
Views: 2601
 
Jump to post

Re: MySQL port discovery

Thanks! I'm using your suggestion about several custom actions in a row but now I need to put them before installation of prerequisites. The time to execute takes around 2-3 sec. I can't bind it to Next button because I want to use Basic UI level for Pre-install. Where should I put these custom acti...
by AlexanderAnishchik
Thu Jan 30, 2020 10:37 am
Forum: Common Problems
Topic: Search Registry issue
Replies: 6
Views: 2576
 
Jump to post

Re: Search Registry issue

Ok, thank you
by AlexanderAnishchik
Wed Jan 29, 2020 1:18 pm
Forum: Common Problems
Topic: Search Registry issue
Replies: 6
Views: 2576
 
Jump to post

Re: Search Registry issue

When I use "Test Search" it returns wrong value but if use it on UI (when installation process started) it returns correct one.
by AlexanderAnishchik
Wed Jan 29, 2020 12:25 pm
Forum: Building Installers
Topic: MySQL port discovery
Replies: 5
Views: 2601
 
Jump to post

Re: MySQL port discovery

Thanks. What if I want to check several tcp ports? And one more questions: Is it possible to run one inline powershell script created in AI from another one?
by AlexanderAnishchik
Tue Jan 28, 2020 6:07 pm
Forum: Building Installers
Topic: MySQL port discovery
Replies: 5
Views: 2601
 
Jump to post

MySQL port discovery

Hi, I need to install MariaDB (the same as MySQL) with my program. I've added MySQL msi file as prerequisite for application but now I need to figure out if MySQL already running on some of predefined ports ( 3306, 3307, 3308 ). How Can I achive that? Should I write custom action or use some of Ente...
by AlexanderAnishchik
Thu Jan 23, 2020 3:29 pm
Forum: Building Installers
Topic: Access AI_ProgramFiles
Replies: 5
Views: 2691
 
Jump to post

Re: Access AI_ProgramFiles

Thanks it will help. Is it possible to use custom variables such a result of the search in Pre-Install sections? I can't access this value before prerequisites but it accessible when main installation is started.
by AlexanderAnishchik
Thu Jan 23, 2020 9:44 am
Forum: Building Installers
Topic: Access AI_ProgramFiles
Replies: 5
Views: 2691
 
Jump to post

Re: Access AI_ProgramFiles

It works but returns C:\Program Files (x86) while my application mixed 64/32. It seems like we can't fetch value of Custom Search in Pre-Install section. Is it true?
by AlexanderAnishchik
Wed Jan 22, 2020 7:23 pm
Forum: Building Installers
Topic: Access AI_ProgramFiles
Replies: 5
Views: 2691
 
Jump to post

Access AI_ProgramFiles

Can I access AI_ProgramFiles value inside of Powershell Inline Script that run before installation of prerequisites? I want to rename old MariaDB folder before of installation MariaDB as prereprerequisite. But the value of property AI_ProgramFiles and custom search is empty. Here is my script: # Blo...
by AlexanderAnishchik
Wed Jan 22, 2020 1:21 pm
Forum: Common Problems
Topic: Search Registry issue
Replies: 6
Views: 2576
 
Jump to post

Re: Search Registry issue

So the problem is when checkbox enabled it returns worng path from variable
by AlexanderAnishchik
Wed Jan 22, 2020 12:27 pm
Forum: Common Problems
Topic: Search Registry issue
Replies: 6
Views: 2576
 
Jump to post

Search Registry issue

I'm trying to save MariaDB (MySQL) data folder path to installation property. To achive this goal I use Search feature with Registry Location Property. But result of search is empty somehow (please see attachment). If I set "Search the 64-bit portion of the registry" checkbox it returns pa...
by AlexanderAnishchik
Mon Jan 13, 2020 8:24 pm
Forum: Common Problems
Topic: Mixed 32/64 application
Replies: 10
Views: 4083
 
Jump to post

Re: Mixed 32/64 application

Thank you, that works!
by AlexanderAnishchik
Mon Jan 13, 2020 8:23 pm
Forum: Building Installers
Topic: Installations with shared applications
Replies: 3
Views: 1951
 
Jump to post

Installations with shared applications

Hi, I have follow scenario and I need your suggestion: We have 3 application: App1, App2, DRM. We should have two installation files: App1+DRM and App2+DRM. They can be installed separate or together. They should be installed in one parent folder. The question is: Inasmuch as DRM placed in both pack...
by AlexanderAnishchik
Fri Jan 10, 2020 10:26 pm
Forum: Common Problems
Topic: Mixed 32/64 application
Replies: 10
Views: 4083
 
Jump to post

Re: Mixed 32/64 application

Can you provide instruction how to add condition and hide inappropriate features based on operation system? Thank you

Go to advanced search