Web deployment
-
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 )
-
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 )
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
-
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