Hi,
I have been working for an installer in VC. Although it is working fine with Windows 2000, XP and Windows 2003, its not working under Windows 2008 and Vista after a crash. Interestingly it will work like a charm as and when I changed the executable name.
I'll explain briefly what i did in Windows 2008 and Vista.
My executable's name is Setup.EXE.
Starting the installation for the first time.
I have to abort the installation whenever the setup dosen't meet any prerequisites like IIS is not installed.
Application gets aborted because of lack of prerequisites.
I had made available all prerequisites.
Trying to install again.
Setup.EXE crashed.
I had changed Setup.exe to __setup.exe.
Trying to install again.
Installed successfully.
I could not run the application with name as Setup.exe again.
Can you please tell me what is wrong here?
Regards,
Harish