The Community is now in read-only mode to prepare for the launch of the new Flexera Community. During this time, you will be unable to register, log in, or access customer resources. Click
here
for more information.
Hi All,I am using installshield 2016 premier edition,We were building in the windows 7 OS and installing the software on windows 7 os's.Now our build server moved to windows 2012 standard r2.with the same ism file we are building the software and try...
Hi All,How can I uninstall software silently.Presently Iam using setup.exe /x /v"qn"but the custom actions used during uninstallationis still waiting for user input.How can I skip those . can anybody help.Thanks,Ravi,
Hello All,I have a requirement to check if database exists before going to sql login dialog.I have added sql express as a prerequisite and added a sql connection from SQL scripts view to connect to catalog and execute the scripts.But requirement is b...
HiIam new to installshiled.The recommend is to install one version of software.And when the new version is available ...We need to select the option whether to upgrade or install.The user must be able to upgrade the old version to newer version of so...
Hi All,I am new to install shield and created an application .I have files installed to default install location that is C:\Program Files (x86)\\\But when I launch application on the desktop or from startmenu application is closing due to unable to a...
Christopher Painter wrote:I suspect you are trying to use the display name of the service rather then the service internal name. Take a look at the service using Services.msc:http://thewindowsclub.thewindowsclubco.netdna-cdn.com/wp-content/uploads...
Christopher Painter wrote:I'd eliminate the custom action calling "sc" and replace it with an entry in the ServiceControl table.-Hi Christopher,Thanks for the reply.I have added the service and the event in the services view and its added in the serv...
chad.petersen wrote:I copied your example and pasted into a setup.rul and called it on the Next button click. Nothing special. I assume you can call ISSQLServerValidate at an earlier time in the process. I have not tried that myself.ChadHi Chad,Prese...