Hi,
I don't know if I understand your problem well, but sth like your problem is
always bothering me. When you publish a solution in VS2005, the setup file
will install the application in an strange location of the destination pc. I
will then try to find my .exe file from Search wizard. I know that the
application will install itself in Documents and Settings Folder of Windows
OS. But the folder name and its depth in this folder is a real problem of
mine. Try to find it by search wizard and set the look in folder to
Documents and Settings Folder and its subfolders with hidden files and
folders included in your search.
Good Luck,
Roohollah Shafei,
Managing Director,
RasaGostar Javan Engineering Company,
http://www.rasagostar.ir/
shafei@rasagostar.ir
Mike Blake-Knox - 23 May 2007 13:05 GMT
In article <1179220586.186188.284140@n59g2000hsh.googlegroups.com>,
Zeid wrote:
> How can I select the application to configure it if I
> cannot even find the files.
If you are Publishing it with ClickOnce, there isn't an easy way to
find where the executables are stored. What I've done is to add a menu
item that gets the path (from Applcation.GetExecutablePath) and copies
it to the clipboard.
Hope this helps
Mike
How are you publishing your application? Are you using ClickOnce
deployment?
Robin S.
-------------------------
>I am a real newbie to .net but have many years of experience with VB6
> and java. I published a VB.net application and installed it on another
[quoted text clipped - 20 lines]
>
> David