Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Martin 278 posts 662 karma points
    Aug 05, 2011 @ 13:08
    Martin
    0

    After Manual Install - Should I Delete Install Folder?

    Hi, Ive just installed Umbraco manually for the forst time.

    Should I delete the install foder?

    Also, can I change the domain path of umbraco. Just now its default for content is

    www.mydomain.com/umbraco/umbraco.aspx#content

    Its has more to do with the client logging in.

    could I set the login path to be 

    www.mydomain.com/login

     

    Thanks

     

    Martin

  • Alex Skrypnyk 6131 posts 23950 karma points MVP 7x admin c-trib
    Sep 27, 2011 @ 17:47
    Alex Skrypnyk
    100

    Hi, Martin

    Yes, you should to delete 'install' folder. It's recomandation of developers.

    For setting path to login you can use UrlRewriting module.

     

    Thanks,

    Alex

  • Martin 278 posts 662 karma points
    Oct 12, 2011 @ 17:12
    Martin
    0

    Thanks Alex.

    I've deleted the install folder.

    Should I be deleting any other folders?

    I am still getting the umbraco setup process if I go to www.mydomain.umbraco.aspx

     

  • Simon 692 posts 1068 karma points
    Mar 17, 2015 @ 09:51
    Simon
    0

    Hi,

    I have been trying to delete the Install Folder, but after each rebuild, it will be regenearted, and as a results, I cannot deploy due to an error (Could not find source etc...)

    Any Idea pls?

    Kind Regards

  • Paul 24 posts 114 karma points
    May 14, 2015 @ 10:16
    Paul
    0

    Hi Simon, how did you solve your issue from a couple of months ago?

  • Simon 692 posts 1068 karma points
    May 14, 2015 @ 10:22
    Simon
    0

    Hi Paul,

    I have solved the issue by excluding the folder from deployment.

    You need to open your .csproj file and add a new property group as follows

    <PropertyGroup>

        <ExcludeFoldersFromDeployment>
    umbraco\Install;            
    </ExcludeFoldersFromDeployment>
        <ExcludeFilesFromDeployment> 
     umbraco\Xslt\Web.config;
    </ExcludeFilesFromDeployment>
      </PropertyGroup>
     

    Hope it helps!

  • Xander 1 post 21 karma points
    May 20, 2015 @ 09:43
    Xander
    0

    Hi Simon, 

    I have tried adding the property group excluding the Umbraco\Install folders into my project file (.csproj), to no avail, its a tad frustrating that a the install folder regenerates when doing a build/deployment to azure websites especially after reading everywhere that it should be deleted.

    This seems to be a side effect of using the Umbraco Nuget package, any ideas where i may be going wrong?

    Thanks in advance.

    Xander

  • Paul 24 posts 114 karma points
    May 20, 2015 @ 14:15
    Paul
    0

    Xander, from memory the problem is one of your dll's. I think maybe Umbraco.Core. It compares it's version number with that in the base web.config file and will prompt the upgrade if they do not match. I had to manually download the correct version from the downloads page here and add it in VS after a nuget update. Very frustrating.

Please Sign in or register to post replies

Write your reply to:

Draft