473,396 Members | 2,106 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

c# app deployment shortcut error...

All,

Apologies if this isn't in the right newsgroup, but I was just taking my
best stab at where it may go!

I've written a C# app with VS.Net 2003, then for deployment created a setup
application. Everything works fine except that every now and again clicking
on the short-cut suddenly asks for the MSI package. Because it can't find
it, the load up cancels...

Because this application is for a corporation network, there's an IT
administrator required to install the application on a PC and they're not
convinced the application should need the MSI once it's installed, hence it
not being there.

Am I doing something wrong in the way the application is being created or
the install is being setup, or is it this a feature implemented by design
into the MSI package?

Thanks.

Dan.
Nov 16 '05 #1
4 2799
See if any of the "Windows Installer launches unexpectedly" topics help
here:
http://www.installsite.org/pages/en/msifaq/msifaq.htm
and here in the Troubleshooting section, Every time I launch my application,
Windows Installer performs an installation...
http://www.microsoft.com/windows2000...t/msi_faq.mspx
--
Phil Wilson [MVP Windows Installer]
----
"Dan =o)" <danielbass [at] postmaster [dot] co [dot] uk> wrote in message
news:Od**************@TK2MSFTNGP09.phx.gbl...
All,

Apologies if this isn't in the right newsgroup, but I was just taking my
best stab at where it may go!

I've written a C# app with VS.Net 2003, then for deployment created a setup application. Everything works fine except that every now and again clicking on the short-cut suddenly asks for the MSI package. Because it can't find
it, the load up cancels...

Because this application is for a corporation network, there's an IT
administrator required to install the application on a PC and they're not
convinced the application should need the MSI once it's installed, hence it not being there.

Am I doing something wrong in the way the application is being created or
the install is being setup, or is it this a feature implemented by design
into the MSI package?

Thanks.

Dan.

Nov 16 '05 #2
One of the files that you have installed (contained in the Deplyment
project) has got changed such that it is detected by Windows; Windows then
tries to repair this problem by reverting this changed file to as was when
first time it was installed.

Due to this, it is asking for the .MSI file path. You need to recreate the
deployment project so that such a dependency os not generated.

Regards
Vipul
PS: Try this only if the solutions suggested by Phil dont yield the results.

"Dan =o)" <danielbass [at] postmaster [dot] co [dot] uk> wrote in message
news:Od**************@TK2MSFTNGP09.phx.gbl...
All,

Apologies if this isn't in the right newsgroup, but I was just taking my
best stab at where it may go!

I've written a C# app with VS.Net 2003, then for deployment created a
setup application. Everything works fine except that every now and again
clicking on the short-cut suddenly asks for the MSI package. Because it
can't find it, the load up cancels...

Because this application is for a corporation network, there's an IT
administrator required to install the application on a PC and they're not
convinced the application should need the MSI once it's installed, hence
it not being there.

Am I doing something wrong in the way the application is being created or
the install is being setup, or is it this a feature implemented by design
into the MSI package?

Thanks.

Dan.

Nov 16 '05 #3
Vipul,

I know of at least one file that changes... The application holds a
username/password file that can be updated within the application, and is
used by a scanner application with which the scanner interacts.

Thanks for your feedback on this!

Dan.

"Vipul Patel" <vi***********@hotmail.com> wrote in message
news:%2****************@TK2MSFTNGP12.phx.gbl...
One of the files that you have installed (contained in the Deplyment
project) has got changed such that it is detected by Windows; Windows then
tries to repair this problem by reverting this changed file to as was when
first time it was installed.

Due to this, it is asking for the .MSI file path. You need to recreate the
deployment project so that such a dependency os not generated.

Regards
Vipul
PS: Try this only if the solutions suggested by Phil dont yield the
results.

"Dan =o)" <danielbass [at] postmaster [dot] co [dot] uk> wrote in message
news:Od**************@TK2MSFTNGP09.phx.gbl...
All,

Apologies if this isn't in the right newsgroup, but I was just taking my
best stab at where it may go!

I've written a C# app with VS.Net 2003, then for deployment created a
setup application. Everything works fine except that every now and again
clicking on the short-cut suddenly asks for the MSI package. Because it
can't find it, the load up cancels...

Because this application is for a corporation network, there's an IT
administrator required to install the application on a PC and they're not
convinced the application should need the MSI once it's installed, hence
it not being there.

Am I doing something wrong in the way the application is being created or
the install is being setup, or is it this a feature implemented by design
into the MSI package?

Thanks.

Dan.


Nov 16 '05 #4

Thanks for that, I'll take a look into those!

Dan.
"Phil Wilson" <Ph*********@unisys.spamcom> wrote in message
news:ux**************@TK2MSFTNGP09.phx.gbl...
See if any of the "Windows Installer launches unexpectedly" topics help
here:
http://www.installsite.org/pages/en/msifaq/msifaq.htm
and here in the Troubleshooting section, Every time I launch my
application,
Windows Installer performs an installation...
http://www.microsoft.com/windows2000...t/msi_faq.mspx
--
Phil Wilson [MVP Windows Installer]
----
"Dan =o)" <danielbass [at] postmaster [dot] co [dot] uk> wrote in message
news:Od**************@TK2MSFTNGP09.phx.gbl...
All,

Apologies if this isn't in the right newsgroup, but I was just taking my
best stab at where it may go!

I've written a C# app with VS.Net 2003, then for deployment created a

setup
application. Everything works fine except that every now and again

clicking
on the short-cut suddenly asks for the MSI package. Because it can't find
it, the load up cancels...

Because this application is for a corporation network, there's an IT
administrator required to install the application on a PC and they're not
convinced the application should need the MSI once it's installed, hence

it
not being there.

Am I doing something wrong in the way the application is being created or
the install is being setup, or is it this a feature implemented by design
into the MSI package?

Thanks.

Dan.


Nov 16 '05 #5

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

Similar topics

2
by: Marc Champagne | last post by:
Hi folks! I have built a VB project in VS.NET 7 which also includes a deployment project. Everything builds ok. When I install the setup package, it installs without a glitch.
0
by: Jack S. | last post by:
Hi all, I create a merge module using .Net 2003 Deploment project. I added a shortcut and used this merge module in InstallShield project. After installing the product, when click the...
0
by: Jony Joe | last post by:
Dear All; I am now making a deployment package using the .net deployment setup project. It is a desktop application that its solution contains 7 projects that generate DLLs and EXEs...
3
by: TC | last post by:
I've written an application using VB.NET 2003 and packaged it with a deployment project. When I use the setup program to install the application, however, it doesn't work. More specifically, the...
1
by: ComputerGuyCJ | last post by:
I have an application that I've used click-once deployment to publish out to a shared network path. From there I installed the app on a few client machines, including my own. Since then I published...
1
by: =?Utf-8?B?dmNs?= | last post by:
Short version: IE7 and .NET Framework 2.0 breaks no touch deployment for .NET 1.1 applications. IE6 and .NET Framework 1.1 + 2.0 works fine. IE7 with .NET Framework 1.1 only is fine, once we add...
0
by: Michael7taylor | last post by:
Hi All, This one is doing me in. I have a deployment project that install my app just fine, creating a shortcut the points to the Primary Output and places it on the the desktop of all users. ...
0
by: Matt Lowrance | last post by:
I'm not sure if this is the best place to port this, but I couldn't seem to find a Deployment specific group, so here goes... I have an application that I have created a Setup and Deployment...
1
by: bipi | last post by:
Hi everybody, I deploy my project by using .NET deployment. I create shortcut at Desktop, but this shortcut does not have "Run as..." option. How can I create shortcut with "Run as..." option...
3
by: KennethLundin | last post by:
Hi, i'm developing a solution in VS9/CSharp. Now I'm constructing a deployment project for my appliation (thick, database driven, winforms, standard, good old type of application). During...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
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...
0
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,...
0
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...
0
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 project—planning, coding, testing,...

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.