Dear all,
i have a few Qs about msi file and hope that anybody could help me..
i'm using Visual studio 2005 - C#
1) in the application folder i put a primary output file and application license and help.chm
and also in the desktop folder i put a shortcut for the application. when i install the application then try to run the shortcut a windows appears(and it always does) say "prepar to install" i want to remove this windows where there is nothing needs to be done before running the application all pre-requisits are done while installation, so why this window always appears whenever i run the shortcut, and how can i rmeove this action ??
2) when i try to uninstall the application from the control panel, the application folder which has been created by the msi on c:\\programFiles\manifacturare\myApplicationName this folder still there although the uninstall process should remove it and also i set all files (which in the application folder or desktop folder , which you can find them from Files System ) "Permenant" property to true (Permenant means that this file will be removed when the application is uninstalled) so they are still there.
3) the install wizared can i change the order of the buttons ? when open User Interface Editor you can see alot of dialogs these dialogs have butons can i change there texts and order.
4) when you add a folder to the program menu like "myApplication" which will contains your application exe, chm (probably) and Uninstall . Now how could i create this Uninstall is something i can do on Visaul Studio ?!? is it an exe file?!? and how can i add it to the program menu folder?!?
5) when i click on msi fileto start installation it checks for the pre-requisites if not found then it asks me to press ok to go to the required site and exit the installation what is i want to keep my installation process on and when the user finishs installing the pre-requisites he can continue installing myApplication (and for more advanced installation i want my application continues automaticaly its process even if the pre-requisites asks the user to restart his pc like many applications do )
Please if any one has any answer of these Qs please answer me .. i need your help..
thnx in advance.