Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. ATL / WTL / STL
  4. Web deployment

Web deployment

Scheduled Pinned Locked Moved ATL / WTL / STL
sysadminlinuxquestionc++apache
3 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • P Offline
    P Offline
    Polity4h
    wrote on last edited by
    #1

    Hi, I've created a com object in ATL ( still learning ). However, somethimes you get to see such nice online installers. Someone goes to a specific page, gets the error that he needs some files installed on his computer. then in iexplore, a nice goldbar kicks in wich automaticly sends you the nessesary files on accept. even better, they totally install and register themselfs. So how can i create this? i'm using apache 2.* on a debian linux server ( sorry, trying to jump to winserv 2003 any time now )

    H 1 Reply Last reply
    0
    • P Polity4h

      Hi, I've created a com object in ATL ( still learning ). However, somethimes you get to see such nice online installers. Someone goes to a specific page, gets the error that he needs some files installed on his computer. then in iexplore, a nice goldbar kicks in wich automaticly sends you the nessesary files on accept. even better, they totally install and register themselfs. So how can i create this? i'm using apache 2.* on a debian linux server ( sorry, trying to jump to winserv 2003 any time now )

      H Offline
      H Offline
      hanmengguo
      wrote on last edited by
      #2

      1 .write a inf file like this sample: ; Sample INF file for AVJumbee.dll [version] ; version signature (same for both NT and Win95) do not remove signature="$Chicago$" AdvancedINF=2.0 [Add.Code] AsiaViewFTPCtrl.dll=AsiaViewFTPCtrl.dll /// com dll ; needed DLL [AsiaViewFTPCtrl.dll] file-win32-x86=thiscab clsid={42FD5C77-532D-4BB0-A284-F0D8FB124049} // com guid FileVersion=1,00,0,3 RegisterServer=yes ; end of INF file 2 download CabArc.Exe file 3 run cmd:CABARC -s 6144 n AsiaViewFTPCtrl.CAB AsiaViewFTPCtrl.dll AsiaViewFTPCtrl.INF //make a .CAB file 4 codesign2005 tools 5 put the sign cab file to web hi

      P 1 Reply Last reply
      0
      • H hanmengguo

        1 .write a inf file like this sample: ; Sample INF file for AVJumbee.dll [version] ; version signature (same for both NT and Win95) do not remove signature="$Chicago$" AdvancedINF=2.0 [Add.Code] AsiaViewFTPCtrl.dll=AsiaViewFTPCtrl.dll /// com dll ; needed DLL [AsiaViewFTPCtrl.dll] file-win32-x86=thiscab clsid={42FD5C77-532D-4BB0-A284-F0D8FB124049} // com guid FileVersion=1,00,0,3 RegisterServer=yes ; end of INF file 2 download CabArc.Exe file 3 run cmd:CABARC -s 6144 n AsiaViewFTPCtrl.CAB AsiaViewFTPCtrl.dll AsiaViewFTPCtrl.INF //make a .CAB file 4 codesign2005 tools 5 put the sign cab file to web hi

        P Offline
        P Offline
        Polity4h
        wrote on last edited by
        #3

        thanks, gonna test it asap

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups