Publishing app

  • Thread starter Thread starter tshad
  • Start date Start date
T

tshad

I have an app that I want to run in the folder on the server as on my
workstation.

But when I publish the app, I get an executable that installs the program.
And I can't find where it put it.

It creates an entry in my programs menu which I can find in my Documents and
Settings\ts\Start Menu folder. This happens to be a shortcut. But when you
look at the shortcut, there is nothing that tells me where the actual
applications and dlls are?

Where does it put it?

Is there a way to tell VS to just create the folders that I can move to the
server? I don't want to install each time I make a change, just move
everything but the .config files?

Thanks,

Tom
 
When you look at the Publish tab of the Properties, it has a Publishing
Folder Location (which is a file location - c:\publish). There is also an
Installation Folder URL (not sure what this is for).

I want the program to run out of a folder on the C drive (C:\Auto).

I also want the program to run from the Schedular. But the Server will not
be logged on.

Is there a way to get the Server to run the program in this manner? Give it
a context to run under?

Thanks,

Tom
 
Back
Top