I am using two installers for installing a product. One installer calls another one. After installation product works fine. But when machine is manually restarted setup.exe at uninstall location is deleted. Can u please help me?
Hi I am working on installscript projects.I want to get the path of current running setp.exe.How to get it? I know from SRCDIR we can get it but it shows the extracted one and i want the current running exes path. Is it possible ?thanks,-CK
I am working on installscript projects.Hi can i copy files before language dialog?I want to copy file before setup is launched. Is there any event which i have to include?
TheTraveler wrote:Before I answer this question, I need to ask one.Q) Is the installation shutting down or restarting the computer? - Whenever product is installed and someone uninstalls it by double clicking the setup.exe at that time first of all...
It seems that this is inbuilt error from installshield. I have applied all the ways that were possible,then also i was not able to solve this issue. Macrovision team please provide help or list this in known issue.-CK
Do one thing at time of install copy the file you want to your destination. Before this Disable(Logging). So while uninstall, your file will remain at your desired location. If you want to delete the file,you can do it by writing code.