Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
-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; ...
Hugo_vdms's user avatar
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 ...
Govinda Rajbhar's user avatar
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 ...
coussej's user avatar
  • 810
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 ...
Priyanka's user avatar
  • 2,832
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 ...
Moik's user avatar
  • 1
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 ...
Jared Harley's user avatar
  • 8,327