Click here to Skip to main content
15,880,469 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have created a setup using InstallShield 2010. It is a VC++ application.I am not getting any errors while building the setup. When i install the setup, I am getting error "Installation cannot be completed". Is there anything that i missed out while creating the setup?
Posted
Comments
joshrduncan2012 13-Mar-13 9:05am    
Version of InstallShield?
Prakash Sekhar 14-Mar-13 1:45am    
InstallShield Version 16 SP1
[no name] 13-Mar-13 9:10am    
Did you check the log file for errors?
Prakash Sekhar 14-Mar-13 4:49am    
Where to check for the log file?
bbirajdar 13-Mar-13 9:14am    
May be the VC++ redistributable is not present on the destination system

1 solution

The setup can possibly fail if you are not executing it with admin rights but try to do something which would require administrative rights.
As another approach (which is IMO better) you can use the MSI log file[^] which show you every step which happens while installing and should display you the exact error message.
You can use the descripted Vista-steps for Windows 7 & 8 too.

cheers,
Marco Bertschi
 
Share this answer
 
Comments
Prakash Sekhar 14-Mar-13 1:49am    
I do have admin rights while crating the setup so i guess that shud not be an issue. Can you tell me where to look for the MSI log file?
Marco Bertschi 14-Mar-13 4:46am    
There is a description for it on the web (You can use the steps necessary for Vista for Win 7 & 8 too):
http://www.installationdeveloper.com/686/using-log-files-in-installshield/
Nelek 15-Mar-13 5:27am    
Nice links. +5
Prakash Sekhar 22-Mar-13 10:24am    
When i build my install shield project, a folder called "program files" with all application files is created inside the DiskImages folder. The setup reads all the application files from the program files folder. When i try to install in other machines it is reading/searching contents from that program files folder and the installation wizard displays an error that "particular file is not available in the path "...\program files" and the process stops there.
Prakash Sekhar 17-Apr-13 7:40am    
I am still facing that setup issue. I am not getting any errors while building the setup but when i am installing it is being stopped abruptly. The error message i am getting is "Installation was stopped abruptly. Please run the setup sometime later." I have no idea on how to proceed with this? Can anyone help me on it?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900