Tagged Questions
2
votes
1answer
254 views
Where should my application setup put the binary executables in Windows 7?
I created a small Windows app, and am building a setup for it using NSIS, but what I can't find out is where to put the executables to conform to the new Windows security model.
Traditionally we put ...
4
votes
4answers
8k views
.NET Framework 4.0 installation is very slow
On my Windows Vista, it takes a full 12 minutes to install the .NET Framework 4.0.
a) Is this normal?
b) If not, can something be done about it?
The reason I'm concerned about the speed is because ...
7
votes
2answers
6k views
.Net Framework 3.5 SP1 on Windows 7 not recognized by installers
Windows 7 Ultimate RTM already comes with the .Net Framework 3.5 SP1 preinstalled. However, some installers like the Azure tools and SDK 1.1 seem to check for it and fail:
Windows Azure Tools for ...
7
votes
8answers
2k views
Why install for “just me” as opposed to “everybody”?
I'm using windows installer for a client's app, and they are complaining that sometimes multiple instances of an app appear on the computers they are using for testing. This problem has gone away ...