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,My project type is BASIC msi,I would like to search a file in Program Data folder, How I can search using system search option. Early help would be greatly appreciated.Thanks,Vinay
You can do that using installscript. try open the file using installscript OpenFile APIBelow sample code demo the opening the file and modifying the string.EXAMPLE_FILE = "web.config";EXAMPLE_DIR = INSTALLDIR;if (OpenFile (nvFileHandle, EXAMPLE_DIR...
Hello All, I have created on basic msi setup project,There I am facing issue to setting the default target server name.When I arrive at the SQLLogin dialog page, then you will have an empty combobox. Here I am expecting to see my SQL SERVER instance...