All Questions
6 questions
-1
votes
1
answer
497
views
InnoSetup: why is ndp48.exe not being executed
Im trying to install ndp48-x86-x64-allos-enu.exe on computers that don't have it.
I have both those procedures :
the check function:
function NETFrameworkIsNotInstalled: Boolean;
var
ver: Cardinal;
...
0
votes
1
answer
89
views
Exe setup creating error when running from desktop short cut and without Administrator right
Problem :
Here problem is that when i run my project's .exe filefrom C:\Program Files (x86)\Atoz\My Product Name as administrative right so on that time it is working fine there is no error. But ...
2
votes
1
answer
3k
views
Visual Studio installer project does not overwrite output .EXE file
I've created a visual studio installer project to copy an applications' output to a folder on the target PC. Now, when I want to distribute a newer version, i create an installer with an increased ...
1
vote
3
answers
345
views
what is difference between project exe and project setup
I want to know that why we need to create setup of the application? I know it is very silly question but i want to know it.
Because when we create new project in the .net then the debug folder of the ...
0
votes
1
answer
421
views
Strange MSI error when setup.exe is run
We're using Visual Studio 2008's Setup Project to create an installer for our .NET 3.5 app.
We host the .exe and .msi files on a website for our client to access, and produce new ones regularly to ...
13
votes
4
answers
8k
views
What are the differences between MSI and EXE installers, and which should I choose? [duplicate]
Possible Duplicate:
What are the specific differences between .msi and setup.exe file?
I am working on an installer for a new version of my project (C#).
Previously, I've used Inno Setup to ...