Click here to Skip to main content
15,895,142 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I had completed my project also trying to create setup file but complete file doesn't work on any other machine.

What I have tried:

using installshield I am trying to create setup file but created .exe work on only my machine not on another machine
Posted
Updated 29-Mar-16 3:16am
Comments
CHill60 28-Mar-16 15:56pm    
What do you mean by "not work" ... any error messages? Have you checked the Event Log to see if anything has been posted there?
Member 12270370 28-Mar-16 16:12pm    
"application stop working close application".which files need to be install on another machine for window 7 .
Sergey Alexandrovich Kryukov 28-Mar-16 21:38pm    
You did not give us any information on how you created the setup, did not describe what is "not working", nothing.
Besides, you have to explain why do you need setup. I'm serious. Majority of applications don't need it. Does your application modify anything in the system?
And better don't use InstallShield...
—SA
Member 12270370 29-Mar-16 1:21am    
so what can i use to make setup file.Actually i had make project for my own shopp i am new to deploy project i don't know how to do,whenever i used publish method it show error check solution online,and when using installshield it says application not work.

Use Inno Setup builder
Download Inno Setup From Here[^]
 
Share this answer
 
You need to provide the .NET framework with your application to be executed on other systems when that is not present or an old version.

See Deploying the .NET Framework and Applications[^] in the MSDN about the options to deploy your application. Follow the links in that article (e.g. .NET Framework Deployment Guide for Developers[^] for supported methods like InstallShield).
 
Share this answer
 

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