• Industries
  • Products
  • Buy
  • Services & Support
  • Communities
  • Discussion Groups

    .NET

    Reply
    Contributor
    Posts: 21
    Registered: ‎12-18-2008

    autoCad application setup

    194 Views, 6 Replies
    05-06-2012 11:30 PM

    Hi

     

    How can I create a setup for autocad  map application. I just want to load the tool (dot net Arx C#) application from user installation directory.

     

    Thanks

    Murali 

    Please use plain text.
    Valued Mentor
    KerryBrown
    Posts: 259
    Registered: ‎11-29-2008

    Re: autoCad application setup

    05-07-2012 01:05 AM in reply to: murali.pandey

    Write the code.

    Compile.

    Either NETLOAD

    or configure through the registry to demand load.

     

    Regards

     

    //-------------------------------------------------------

    class keyThumper<T> : Lazy<T>;      another  Swamper


    I do not endorse the social media app links below:smileyembarrassed:

    Please use plain text.
    Moderator
    Alexander.Rivilis
    Posts: 1,167
    Registered: ‎04-09-2008

    Re: autoCad application setup

    05-07-2012 02:06 AM in reply to: murali.pandey
    Please use plain text.
    Valued Mentor
    KerryBrown
    Posts: 259
    Registered: ‎11-29-2008

    Re: autoCad application setup

    05-07-2012 12:43 PM in reply to: Alexander.Rivilis

     

    Alexander, I didn't think the AutoLoader would load from user defined folders ... I'll need to re-read those links.

     

    Regards

     

     

    //-------------------------------------------------------

    class keyThumper<T> : Lazy<T>;      another  Swamper


    I do not endorse the social media app links below:smileyembarrassed:

    Please use plain text.
    Moderator
    Alexander.Rivilis
    Posts: 1,167
    Registered: ‎04-09-2008

    Re: autoCad application setup

    05-07-2012 12:59 PM in reply to: KerryBrown

    KerryBrown wrote:

     

    Alexander, I didn't think the AutoLoader would load from user defined folders ... I'll need to re-read those links.

     

    Regards

     

     


    Kerry! I do not understand where these topics AutoLoader? These topic's are about creating setup (MSI). ;-)


    Пожалуйста не забывайте про Утвердить в качестве решения!Утвердить в качестве решения и Give Kudos!Баллы
    Please remember to Accept Solution!Accept as Solution and Give Kudos!Kudos

    Please use plain text.
    Valued Mentor
    KerryBrown
    Posts: 259
    Registered: ‎11-29-2008

    Re: autoCad application setup

    05-07-2012 05:36 PM in reply to: Alexander.Rivilis

     

     

    I may have misinterpreted the OP's question.

     

    Regards

     

    //-------------------------------------------------------

    class keyThumper<T> : Lazy<T>;      another  Swamper


    I do not endorse the social media app links below:smileyembarrassed:

    Please use plain text.
    Valued Mentor
    KerryBrown
    Posts: 259
    Registered: ‎11-29-2008

    Re: autoCad application setup

    05-08-2012 07:23 PM in reply to: KerryBrown

     

    Would be nice if the OP came back to comment :smileyhappy:

    //-------------------------------------------------------

    class keyThumper<T> : Lazy<T>;      another  Swamper


    I do not endorse the social media app links below:smileyembarrassed:

    Please use plain text.