all groups > dotnet setup > recent posts
RE: Is [TARGETDIR] available in UI dialog boxes of a setup project?
Posted by marcoyou at 7/8/2010 10:09:11 PM
[url=http://www.cheap-wholesale-jerseys.com/Wholesale-Chris-Wells-Jersey.html]Wholesale Chris Wells jersey[/url]
[url=http://www.cheap-wholesale-jerseys.com/Wholesale-Karlos-Dansby-Jersey.html]Wholesale Karlos Dansby jersey[/url]
[url=http://www.cheap-wholesale-jerseys.com/Wholesale-Larry-Fitzge... more >>
RE: Before I install .NET 1.1
Posted by puneet at 4/30/2009 3:30:13 PM
nothing
From http://www.google.co.in/search?hl=en&q=.MS+netfx1.1&btnG=Search&meta=&aq=f&oq=
Posted via DevelopmentNow.com Groups
http://www.developmentnow.com/g/... more >>
RE: Problems installing .Net Framework 1.1 SP1
Posted by ramiro quintero at 1/9/2009 2:46:03 PM
we have problem to reinstaler net framewok1.1 sp1
From http://www.developmentnow.com/g/26_2004_10_0_0_10653/Problems-installing-Net-Framework-1-1-SP1.htm
Posted via DevelopmentNow.com Groups
http://www.developmentnow.com/g/... more >>
RE: VB.NET 2008 Setup Wizard Problem with .NET Versions
Posted by Steve Avery at 1/1/2009 1:23:14 AM
On 14 Dec 2008 I posted a query at http://www.simple-talk.com/dotnet/visual-studio/getting-started-with-setup-projects/ , but noticed that there had been no response from Phil for more than a year.
I’m desperate for advice about what I wrote there, and appeal to whoever reads this for help, plea... more >>
Money Essentials
Posted by dianesangel64 at 6/23/2008 9:25:03 AM
I purchased money essentials on line but when i downloaded and installed it,
it says it was unable to find some of the components to make it run so it
won't install. What do i do to fix this?... more >>
.NET Framework 3 Silent install not so silent. Require advice
Posted by groovyf at 6/20/2008 6:38:00 AM
Hi,
I'm trying to deploy .Net Framework 3 to a PC, using the redistributable
package: dotnetfx3.exe (approx. 50MB in size)
I'm using the command line: dotnetfx3 /q /norestart
However, after a few minutes during the install (and towards the end I
believe), A pop-up security box appears askin... more >>
Re: Launch condition to uninstall previous version of application
Posted by Amod at 6/17/2008 10:37:01 PM
Hi..
I found the solution.
There is a property "Version" =1.0.0
change it to any value e.g. 1.0.1
Now it will ask to change product code automatically just click "yes"
n thats it.
Build the new relase & install it.
The previous verison will get uninstalled first. :)
You can see the link... more >>
Re: Set file permissions in ISS inside of an application ?
Posted by Phil Wilson at 6/16/2008 12:11:52 PM
I know you want to do this from a setup, but this isn't a question about
setup. It's a question about the FW security classes if your guess is
correct, so try asking in a security ng.
--
Phil Wilson
Definitive Guide to Windows Installer
http://www.apress.com/book/view/1590592972
"Lot... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Set file permissions in ISS inside of an application ?
Posted by Lothar Behrens at 6/10/2008 6:52:37 AM
Hi,
I am searching for sample code how to setup the file permissions (IIS)
to be anonymous. It should be possible
to do this from within a setup application calling this tool. Also the
file should be uploaded before this is done.
Is there anywhere a sample ?
It is propably done with some... more >>
xp licence
Posted by SNBAD at 6/8/2008 6:46:00 AM
i bought windows xp home addition 2yrs ago but the pc that i put it on is no
longer, (its dead) does that meen that my genuine version of windows is
usless? or can i reuse it... more >>
ISA 2004 and SSL-Tunnel Protocol
Posted by Robert Waltenburg at 6/4/2008 10:12:01 AM
I have an issue when clients are trying to connect to a HIPPA secure email
server. The clients are connecting on port 443 and we use ISA to proxy the
port. The issue is that the clients get a "nonstandard port error", but the
log shows authentication issues with SSL-Tunnel protocol. I have ... more >>
Re: Partial web setup - is it possible ?
Posted by João_Maia at 5/29/2008 9:14:14 AM
I found a way to do it ! By editing the .web.csproj and removing the
references to the files I want to delete, it works.
Thanks anyway,
Joao Maia
On May 26, 4:07=A0pm, Jo=E3o Maia <jm...@yahoo.com> wrote:
> Hi again,
>
> After some testing, it seems that my initial plan does not work. I... more >>
RE: No connection to Microsoft's download-server while trying to insta
Posted by Rehman Gul at 5/28/2008 2:04:01 PM
Hi,
I was having exactly the same problem....
Go to Internet Explorer, tools, internet options, security tab, select
internet (zone).....
press custom level button and reset custom settings......change it to
anything from low to medium to high....the point is to change it and try
ru... more >>
Re: Silent/unattended install
Posted by Phil Wilson at 5/28/2008 1:32:08 PM
Setup Projects are just a tool to build an MSI file (like WiX, Wise,
InstallShield etc) and MSI files have nothing to do with .NET versions.
Start with an msiexec command line, such as msiexec /i <path to msi file>
/qn for a silent install. Prerequisites might be an issue because setup.exe
... more >>
installed v3.5 but unable to use it
Posted by Amit Bajaj at 5/27/2008 11:28:27 PM
I have installed .net framework v3.5 for a application dependent on it. The application crashes upon startup on an XP machine. I tried to find out which version of .net is in use and it returned me with v2 even though 3.5 is installed.
I manually updated the .config file to force v3.5 but this retu... more >>
Silent/unattended install
Posted by MacDermott at 5/27/2008 7:49:47 PM
Pretty much of a newbie here - please bear with me.
I've done some .NET development before, but this is my first time out
with a Setup Project.
I've written a .NET component with a COM interface, and need to install it
in an unattended mode.
I've created a SetupProject as part of my .NE... more >>
Re: Error while registering an ATL COM dll built in VS 2005 environmen
Posted by Phil Wilson at 5/27/2008 1:33:47 PM
Each version of Visual Studio has separate requirements for C++ runtime
support (including ATL, MFC, CRT). VS 2003 (7.1) C++ uses the 7.1 versions,
atl71.dll, msvcr71.dll etc. VS 2005 requires the 9.0 versions, atl90.dll,
mfc90.dll etc.
So you'd need to get this installed if your C++ app is... more >>
Installer technology
Posted by Tor_Bådshaug at 5/26/2008 11:01:56 PM
BlankI am considering setup technology for deploying my web application. =
Immediately I would turn to Web Setup Project and/or WiX, but I am =
starting to doubt if they are appropriate for my scenario.
Focusing on Web Setup Project, I have the following issues:
1. The files to be deployed by ... more >>
Re: Partial web setup - is it possible ?
Posted by João_Maia at 5/26/2008 8:07:37 AM
Hi again,
After some testing, it seems that my initial plan does not work. I do
delete the files, but when the setup project tries to compile, the
build is unsuccessful. I get the error "Unable to build project output
group 'Content files from <webapp>'", which actually makes sense
because so... more >>
Re: Detect unattened installation in a custom action
Posted by João_Maia at 5/26/2008 7:45:17 AM
Thanks !
jm
On 19 Maio, 21:17, "Phil Wilson"
<phil.wil...@wonderware.something.com> wrote:
> Windows Installer properties are case sensitive. It's UILevel:
>
> http://msdn.microsoft.com/en-us/library/aa372096(VS.85).aspx
>
> --
> Phil Wilson
> Definitive Guide to Windows Installerhttp:... more >>
Partial web setup - is it possible ?
Posted by João_Maia at 5/26/2008 6:31:19 AM
Hello there,
I'm developing a web setup for a web application using Visual Studio
2005, and I sometimes I need to do my setup partial, that is, I need
to select which aspx files I want to send in the setup. The reason for
this is that the first setup of my application needs to have all the
fi... more >>
Error while registering an ATL COM dll built in VS 2005 environmen
Posted by yelurim at 5/26/2008 5:05:02 AM
An ATL COM Dll "Utility.dll" developed in Visual studio 2005, it can be
registered on same machine successfully. But this dll registration is giving
an error on other machine where Visual Studio 2003 installed. What could be
the problem. Is there any KB available to update "regsvr32.exe" to... more >>
Re: Can't patch, install, repair, or uninstall dotnet framework 2.0 or run any software that uses it
Posted by candyocorn@aol.com at 5/24/2008 3:41:54 PM
Thank you!!!!! worked perfect :-)
Matt wrote:
> Ah I finally found the answer here:
>
> http://www.microsoft.com/downloads/details.aspx?FamilyID=0BA6038C-061E-4B4A-9BE9-96A323701260&displaylang=en
>
> Whew!... more >>
Re: VB.NET 2008 Setup Wizard Problem with .NET Versions
Posted by Siv at 5/22/2008 8:40:09 PM
Phil,
Please ignore previous post, it was as you suggested I had 3.50 listed in
the Launch Conditions, the reason for the confusion in my last post was that
I re-opened a prior version of the application that was in VB.NET 2005, I
just double-clicked the sln file and didn't watch which versio... more >>
Re: VB.NET 2008 Setup Wizard Problem with .NET Versions
Posted by Siv at 5/22/2008 6:33:21 PM
Phil,
I just checked and it installs without asking for 3.5 now? The only thing I
have noticed is that when I built the setup last time it created "Setup.exe"
and "Setup.msi", whereas now it is creating "Setup.exe" and TACSYSetup.msi"
which I hadn't spotted when I first posted this. The setu... more >>
Re: VB.NET 2008 Setup Wizard Problem with .NET Versions
Posted by Siv at 5/22/2008 6:19:30 PM
Phil,
Thanks for this, I checked the .NET framework underneath Launch Conditions
and it is set to Version 2.0.50727 which sounds like .NET 2.0 to me?
So that confuses me now, where is it getting the need for .NET 3.5 (unless
something I have done since posting this message has made it select... more >>
VB.NET 2008 Setup Wizard Problem with .NET Versions
Posted by Siv at 5/22/2008 3:22:20 PM
Hi,
I am trying to create a setup for an application I wrote that targets the
2.0 framework but built using VS 2008. The application correctly utilizes
..NET 2.0 as I can manually copy the file onto a target XP Box that already
has the 2.0 Framework installed. When I create a setup program u... more >>
Re: Error during Uninstall leads to corrupted package
Posted by Phil Wilson at 5/22/2008 10:07:33 AM
I think you should start by adding the installer class custom actions to all
the custom action nodes if all you have is install and uninstall. Without a
Rollback custom action (and a Commit) the results are going to be
unpredictable. Rollback custom actions are for when an install operation ha... more >>
Re: VB.NET 2008 Setup Wizard Problem with .NET Versions
Posted by Phil Wilson at 5/22/2008 10:00:44 AM
In View->Editor->Launch Conditions in the setup project, right-click
Properties Window on the .NET frramework probably still has the 3.5 version
in there. This is the internal check in the MSI in case you don't run a
bootstrapper like setup.exe to install the .NET prerequsites (the
Prerequis... more >>
Error during Uninstall leads to corrupted package
Posted by 4LetterState at 5/21/2008 7:43:00 AM
Hello,
I have an install package that has a custom action for the Install and
Uninstall methods. Our application uses an Excel Add-in. During an uninstall,
if Excel is open, I hit error 1306 as that application has my Add-in file
locked. Instead of closing Excel, I choose to cancel the uninst... more >>
|