we want to install my prerequisite globally and needs to hide already installed prerequisite... and i gave options as below image but its not working...
In our application we are using mysql server prerequisite to install Globally before installation of our MSI package. and i had given options as below in prerequisite option page ..[img]prerequisite.JPG[/img] its is installing globally but MSI package is also ...
i am posting for the solution for problem of uninstall of my package:
I Created a new user called (user1) in my system and logged on to that new user and i installed the application. When i logged on to administrator the installed application is not uninstalling..
we are installing our application with the system user other than administrator , when we logged on through administrator and trying to uninstall our application then its showing error popup like "fatal error during installation" .. its getting uninstalled only for ...
i,m placing scripts in my installation package and using mysql server .. Now i want to add the scripts without giving password and username by selecting Trusted connection checkbox in which the scripts must install to logon user of mysql server ... BUT Trusted ...
MY application is Tomcat web application and i'm using jasper reports in this and total application installing correctly and i gave the environment variables as JAVA_HOME = C:\Program Files\Java\jdk1.6.0_11 JRE_HOME = C:\Program Files\Java\jdk1.6.0_11\jre path= %CATALINA_HOME%\bin
yes i know the tomcat web application has the predefined functionality of starting the service using CATALINA_HOME path but its not starting service when i'm using jasper reports in my application..
During installation after setting the path the service is starting and after completing total ...
When i create the .exe application i'm giving the environment variables inside advance installer then i'm getting above error but when i gave environment variables manually without installer i'm able to open my login page without any error on clicking desktop shortcut....
MY application is tomcat web application i want hide the data after installation so i selected hide check mark in file properties but when any user done folder settings for ( SHOW HIDDEN FILES) in their system its showing all hidden files ...
Greeting for day!!!! MY application is Tomcat web application and total application installing correctly and i gave the environment variables as JAVA_HOME = C:\Program Files\Java\jdk1.6.0_11 JRE_HOME = C:\Program Files\Java\jdk1.6.0_11\jre path= %CATALINA_HOME%\bin
i have used three prerequisites for my tomcat web application to install along with my software those are ...
JDK, MY SQl and MY SQl conector , and i had selected silent install (no UI) in prerequisites window but its still showing the installations of that three software's ... please tell me ...