I can set .Net Framework 4.0 and .Net Framework 4.5 as Prerequisites. But how can i set .Net Core as a Prerequisites (due to one of the .net component has been developed using .Net Core).
So, How can i make [SERVER_PROP] property as a persistent Property or Parameter? I think [SERVER_PROP] is a Advanced Installer Property, is there any way i can convert to Persistent?
We have 3 different SQL Instance installed on server. Using Advanced installer i am deploying application and creating database belongs to one of the SQL Instance . I have SQL scripts which are executed during uninstall process . During uninstall process my SQL scripts are executed to default ...
We just purchased licence.
As part of my installation process, How to Start SQL Server Agent service using Advanced installer and set property Start Mode to 'Automatic' ?
Also if i am deploying or installing application against particular SQL instance but during uninstall its not using SQL instance which i have selected during installation. Look like its executing my uninstall script again default SQL instance (which is localhost). How can i fix this issue?
I have bunch of SQL scripts which create database into SQL Server 2012 and SQL Server 2014 and I would like to create database under default instance's Data Directory location.
Do i need to read this value from Registry, if yes than how i can do it?
I have created clean up script to remove existing certificate and Symmetric Keys from master table, before executing script which create new certificate and Symmetric Keys.
I have same issue using Advanced installer 13.0. i have setup folder remove option using Uninstall Cleanup , Saving project throw error because of component property or field is empty. What is Component property on folder operation. Also by selecting anything from Component drop-down doesn't remove ...
But The value of key should be changed on every single install or reinstall (e.g. like generate keys option in IIS under website). How can i achieve it?
Company is in process to buy the licence and i have already created end product using Advanced installer 13.0. Currently installer is creating websites in IIS and Uninstall removes the IIS sites but left the folder on drive. Uninstall should clean everything including Website Folders.