all groups > visual studio .net setup > october 2004 >
You're in the

visual studio .net setup

group:

c# app deployment shortcut error...



c# app deployment shortcut error... Dan =o\)
10/27/2004 10:09:18 AM
visual studio .net setup: 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.

Re: c# app deployment shortcut error... Phil Wilson
10/29/2004 2:33:44 PM
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/community/centers/management/msi_faq.mspx
--
Phil Wilson [MVP Windows Installer]
----
[quoted text, click to view]

Re: c# app deployment shortcut error... Vipul Patel
10/30/2004 8:04:29 PM
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.

[quoted text, click to view]

Re: c# app deployment shortcut error... Dan =o\)
11/2/2004 10:40:41 AM
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.

[quoted text, click to view]

Re: c# app deployment shortcut error... Dan =o\)
11/2/2004 10:59:35 AM

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

Dan.


[quoted text, click to view]

AddThis Social Bookmark Button