473,799 Members | 3,822 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

how to silently install app & Frameworks 2.0

I have created an application install project that conditionally installs
..NET Frameworks 2.0 if it doesn't already exist on the target system before
the app is installed.

What I want to do is silently install both my application and Frameworks
2.0. Does someone know the command line parameters to do this?

My installation class creates SETUP.EXE, MyApp.MSI, and a folder DOTNETFX
with the three files needed to install Frameworks 2.0.

What I was hoping to find was a command line that I can pass to SETUP that
will launch a silent install for it and the FRAMEWORKS install.

I can manually kick off the silent install of Frameworks by this command:
"dotnetfx.e xe /q:a /c:"install /q" but this isn't what I need.

--
-----------
Thanks,
Steve
Jun 1 '06 #1
4 2854
Hi Steve!

There is a custom made installer for .NET 2.0 which installs the
framework silently, you can check it out -
http://www.whatcounter.com/dlcount.p...es/dotnet2.exe

Regards,

Philip Hristov.

Steve Teeples написа:
I have created an application install project that conditionally installs
.NET Frameworks 2.0 if it doesn't already exist on the target system before
the app is installed.

What I want to do is silently install both my application and Frameworks
2.0. Does someone know the command line parameters to do this?

My installation class creates SETUP.EXE, MyApp.MSI, and a folder DOTNETFX
with the three files needed to install Frameworks 2.0.

What I was hoping to find was a command line that I can pass to SETUP that
will launch a silent install for it and the FRAMEWORKS install.

I can manually kick off the silent install of Frameworks by this command:
"dotnetfx.e xe /q:a /c:"install /q" but this isn't what I need.

--
-----------
Thanks,
Steve


Jun 1 '06 #2
Are you trying to install the software without the user knowing it is being
installed?
--
Dale Preston
MCAD C#
MCSE, MCDBA
"Steve Teeples" wrote:
I have created an application install project that conditionally installs
.NET Frameworks 2.0 if it doesn't already exist on the target system before
the app is installed.

What I want to do is silently install both my application and Frameworks
2.0. Does someone know the command line parameters to do this?

My installation class creates SETUP.EXE, MyApp.MSI, and a folder DOTNETFX
with the three files needed to install Frameworks 2.0.

What I was hoping to find was a command line that I can pass to SETUP that
will launch a silent install for it and the FRAMEWORKS install.

I can manually kick off the silent install of Frameworks by this command:
"dotnetfx.e xe /q:a /c:"install /q" but this isn't what I need.

--
-----------
Thanks,
Steve

Jun 2 '06 #3
I'm running in an automated environment and I want to install my tool (a test
tool) which requires .NET Framework 2.0. Currently, the framework prompts me
with the ULA.
--
-----------
Thanks,
Steve
"Dale" wrote:
Are you trying to install the software without the user knowing it is being
installed?
--
Dale Preston
MCAD C#
MCSE, MCDBA
"Steve Teeples" wrote:
I have created an application install project that conditionally installs
.NET Frameworks 2.0 if it doesn't already exist on the target system before
the app is installed.

What I want to do is silently install both my application and Frameworks
2.0. Does someone know the command line parameters to do this?

My installation class creates SETUP.EXE, MyApp.MSI, and a folder DOTNETFX
with the three files needed to install Frameworks 2.0.

What I was hoping to find was a command line that I can pass to SETUP that
will launch a silent install for it and the FRAMEWORKS install.

I can manually kick off the silent install of Frameworks by this command:
"dotnetfx.e xe /q:a /c:"install /q" but this isn't what I need.

--
-----------
Thanks,
Steve

Jun 2 '06 #4
Hi Steve,

Based on my experience, the bootstrapper setup.exe could check and silently
install the .NET Framework, but it will not install your application
silently. Unfortunately, there is no command option for setup.exe to
install your application silently.

However, I think you may use a VB Script to do the works which the
bootstrapper does.But with your script, you can install your application
silently. Please refer to the following MSDN documentation in the details
for the operations of bootstrapper:

Setup.exe Bootstrapper Sample Operations
http://msdn.microsoft.com/library/de...us/cpguide/htm
l/cpconsetupexebo otstrappersampl eoperations.asp
In your vbscript, the last operation to invoke your application's
installation silently would be as the following

msiexec /i myapp.msi ALLUSERS = 1REBOOT=ReallyS uppress
Thanks!

Best regards,

Gary Chang
Microsoft Online Community Support
=============== =============== =============== =====
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
=============== =============== =============== =====
This posting is provided "AS IS" with no warranties, and confers no rights.

Jun 2 '06 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
1868
by: Mark | last post by:
Is there some Microsoft website or ftp server that I can point my installer to to download dotnetfx. Pointing user to the Windows update page is not an option, I would like my application to install the .NET framework seamlessly and silently without asking the user to do anything other than agreeing to the license. Is this possible? regards Mark
2
3113
by: Ray Cuadra | last post by:
Is there a way to silently install WSE 2.0?
2
2595
by: goodepic | last post by:
I successfully installed postgresql and pygresql from source on my MacBook 2ghz Intel core duo running os x 10.4.8. However, pygresql installed under the defualt python 2.3 installation, while I've been upgrading and working in 2.5, and have invested too much time to go back to 2.3. I definitely don't know where every file is, but I know that the site-packages folder where I need pgdb to be is...
13
2052
by: Karl | last post by:
Hi all. I've recently rebuilt my Vista Ultimate workstation with Visual Studio Team Developer edition. Ive also put on the SQL Server 2005 tools and it's fully patched. I was building a web application in VS before the rebuild and I've just come to do some work on it, and it has reminded me that I need to install Ajax 1.0 again as I haven't done it yet (Ajax was installed before and the site makes use of it) but when I go to install it
6
1793
by: John Fisher | last post by:
Hi Groupies, I have an Intel Macbook running OS X 10.4. It came installed with Python 2.3.5. I have since installed MacPython with version 2.4.4, cool. When I open a bash terminal session and type python, it brings up version 2.3.5. If I type IDLE it brings up version 2.4.4.
2
2154
by: Sadeq | last post by:
I'm using Vista, which by default ships with .NET Runtime 3.0. I have also installed VS 2005, which has both runtime and SDK for .NET 2.0. Every now and then, I bump into applications which require older .NET frameworks, such as 1.0 or 1.1. A nice trick I learned previously was to monitor the setup for registry access (using a tool such as "Process Monitor"). This showed me that such apps require a special key in the registry which if...
5
4475
by: blaine | last post by:
The wxPython group is a bit stale compared to this group, so I'll give it a shot :) (READ: Originally when I started htis post, Python 2.5 at the shell did not work (identical behavior to eclipse). I'm not sure why, but it has since worked fine with no problems. Not sure whats going on there... I didn't change anything. Anyways...) Ok so I am having this problem. I am using OS X 10.4. I use MacPython and installed wxPython a few...
0
1149
by: Tommy Grav | last post by:
I am trying to install mysqldb-1.2.2 on my PPC running 10.5.2 and Activepython 2.5.1.1 when I get this error: running build running build_py copying MySQLdb/release.py -build/lib.macosx-10.3-fat-2.5/MySQLdb running build_ext building '_mysql' extension gcc -isysroot /Developer/SDKs/MacOSX10.4u.sdk -fno-strict-aliasing -
5
1237
by: Cirene | last post by:
On our server we have .NET 1.0, 1.1 and 2.0 ASP.NET websites. I am creating a .NET 3.5 website. If my network guy installs the 3.5 FW, will the older apps still run ok? Is 3.5 fully backwards compatible with 1.0, 1.1 and 2.0 ASP.NET web apps? Thanks!
0
9543
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10488
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10257
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10237
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9077
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development projectplanning, coding, testing, and deploymentwithout human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
6808
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5467
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5588
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
3761
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.