|
-
October 22nd, 2009, 07:40 AM
#1
C# App deployment Framework detection
I created a Setup Project for my C# Application.
Though I selected
Download prerequisites from the component vendor's web site,
it happens that when I launch Setup.exe the Framework 3.5 SP1 setup is asked to be downloaded, even though Framework 3.5 SP1 is already installed! If I double click the .msi file my setup app runs immediately instead.
The same setup build, on some other PC works fine (it correctly detects the presence of the framework). One of the PC where it does not work correctly is the developer's machine.
Everything with Microsoft Visual Studio 2008 with Framework 3.5 SP1 (which is my app's prerequisite).
thanks to anyone who'll help.
Mr. Burns
-
October 23rd, 2009, 01:07 AM
#2
Re: C# App deployment Framework detection
check if the Framework 3.5 SP1 is installed properly in the developer's machine where it is not getting installed properly.
Also since it works fine when you click on .msi file looks like you have not built the setup.exe properly, revive once again building it...
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|