Hi, I need to develop a packaging and deployment tool which will work like "Install Shield". Any tips. Thanks in advance Regards, Sachin
Sachinpatole
Posts
-
Develop Packaging and Deployment Tool -
Help:- Develop Remote Software Installation UtilityHi I need to design a tool that can install software on remote client machine. Basically i need Deploy MSI, EXE, BAT etc. on various client machines with user interaction. There are lots of tool on net that provide these features but i need to develop such type of utility. Thanks & Regards Sachin
-
Messagebox problemU will have to design a dialog box similar to message box and calll domodal for this newly designed dialog. -sachin
-
UuidFromString not creating GUID correctly - Help!use GUID *ret; ret = new GUID; instead of GUID ret; after that delete ret -Sachin
-
Token privlagesThe AdjustTokenPrivileges function cannot add new privileges to the access token. It can only enable or disable the token's existing privileges. To determine the token's privileges, call the GetTokenInformation function. -Sachin
-
exception handlingHave u tried using "try-finally-statements" -Sachin
-
internal working of "sizeof()" operatorI tried that also, but didn't get any solution. -Sachin
-
internal working of "sizeof()" operatorHi, how does "sizeof" operator works internally? Thanks -Sachin
-
Dll creation problemu will have to use "_stdcall" calling convention while exporting the function from DLL.
-
Writing to HKEY_LOCAL_MACHINE fails.U will have to execute ur application as "Run as Adminstrator". Sachin
-
Unicode & CStringHi, I am developing my application in VS2005 MFC. I have selected multi-byte charater set in project settings, now i need to save/copy japanese string from TCHAR array into CString variable without changing multi-byte charater encoding to unicode encoding in project settings. Sachin P.
-
Tree ControlIn tree control how do I set different color for each tree item text. i.e. Root Item1 with one color Item2 with another color Sachin
-
CListCtrl row selectionUse "GetHotItem( )" function of CListCtrl class.
-
Menus creation problemThe application must call the "DrawMenuBar" function whenever a menu changes, whether or not the menu is in a displayed window.
-
CListCtrl row selectionUse "SetSelectionMark" member function of CListCtrl class
-
Identifying WMI Classes Registered ?Hi, I am using WMI in my application. I need to know how can I enumerate the list of WMI classes registered on my system. Thanks in advance. Sachin
-
WMI in Winpe 2.0I have created winpe 2.0 image but my WMI application doesnot runs on it. I have added WMI support in winpe 2.0 image using following following cmd peimg /install=WinPE-WMI-Package c:\winpe_x86\mount\windows -Regards Sachin
-
Changing Font Size in MS Word Automated Document Created using VC++(MFC)I am creating a MS Word document using Automation With VC++(MFC). I want to change the Font Size of the text in the MS Word Document by using Automation with VC++ (MFC). Thanks
-
Insert x of y as footer in wordI didnt get you. Will you please resend me the suggestion. Basically i want to display the footer as "3 of 5" where 3 is the page number and 5 is the total number of pages. I have to achieve this in my VC++ 6.0 (MFC) code where i have created the word document using automation. I have to set the footer as above mentioned, in the MS Word document created through automation. Please do the needful at the earliest. Thanking you
-
Insert x of y as footer in wordYes, I want to display (PAGE) of (NUMPAGES). How can i do it? Pls reply Thankx