my setup file won't run on another computer!

Jamshid

Member
Joined
Jul 18, 2016
Messages
14
Programming Experience
1-3
hi dear friends

I have made a c# project but I can't create it's setup files :(
I've used some different components in my project like DevExpress components.

when I create a setup file, it doesn't run on another computer!
What's the problem and how to fix it??

I'm using Installshield and Advanced Installer.
thank you.
 
hi dear friends

I have made a c# project but I can't create it's setup files :(
I've used some different components in my project like DevExpress components.

when I create a setup file, it doesn't run on another computer!
What's the problem and how to fix it??

I'm using Installshield and Advanced Installer.
thank you.
You've barely given any info we can go on to help you out.
What machine do you have (windows version, is the OS 32 or 64 bit)? Does your installer even run on your machine?
What's the other machine you're trying to run it on?
What error message(s) do you get when you try running it?

Simply saying you made it with InstallShield, then saying it doesn't run really doesn't help us to help you.
 
thanks JuggaloBrotha
I'm using win 8.1 and 64 bit.
the destination system's OS is win7 and 32 bit.
Untitled.png
 
Do you actually mean that the application installs but then it won't run? What you actually said:
when I create a setup file, it doesn't run on another computer!
is that your installer doesn't run. Try a clear explanation next time. If it's your application that won't run then you can easily add code to it to log what it does and thereby narrow down where the issue actually occurs. There's no one issue that stops a program working. It could be anything and you've given us nothing to go on. It's your responsibility as the developer to determine what the application IS doing.
 
OK
thanks a lot, I'm not a professional developer! but I will try.
I thought that my components cause this problem so I doubted that I can't add my component's library to the setup file.
 
Back
Top Bottom