I have to create a Visual Studio Installer Project in order to install my application (a single executable file) and a Freeware Tool (as in example Acrobat Reader). I can't find the way to let the Freeware Tool installation executable file to be launched by the Visual Studio Installer Project (during the installation of the mine application)!!! Which settings have I to do in my Visual Studio Installer Project? Thanks a lot !!!!
Anthony B
Posts
-
Installation tool -
Visual Studio InstallerThis is the situation: I have developed an application that uses DAO interface. This application has to run in any PC (WINNT) and I don't know if Access (or the DAO support) is installed. But I have got the executable file (MS Redist) that installs the DAO support. I have to create an installation package for my application (.msi file) and I'd like that this package installs the DAO support before installing my application. I don't like to insert a line of code in my application in order to solve this problem, because is not a software requirement required by the customer and because my application has already been test. I think that it is possible to solve this problem but I don't know how !!!
-
Visual Studio InstallerIf I have well understood, you suggest me to insert a line of code in my application in order to launch the installation file. I'd like to don't modify the source code of my application. I'd prefer that the installation package makes this operation. Is it possible ??
-
Visual Studio InstallerI have to create a Visual Studio Installer Project in order to install my application (a single executable file) and a Freeware Tool (as in example Acrobat Reader). I can't find the way to let the Freeware Tool installation executable file to be launched by the Visual Studio Installer Project (during the installation of the mine application) !!! Which settings have I to do in my Visual Studio Installer Project? Thanks a lot !!!!
-
DAO DLLsI have to use an application that uses DAO interface on a machine (WINNT 4.0) where Access is not installed. What have I to do in order to let this application work ?? I know that DAO350.DLL and/or DAO360.DLL files must be installed in the machine, but, is required only files presence or they must be registerd in the system registry ?? How can I install that DLLs ??? Thank a lot !!!!
-
MSI files problemI have used Visual Studio Installer to produce some MSI files to install my applications. I some PCs, where only WINNT or WIN2K OS is installed (MS office not installed)the MSI file cannot be executed. Does someone knows which application or DLL must be installed in the target machine in order to allow the MSI file execution ??? Thank a lot !!!
-
CDialogBar initializationIn need to perform the initialization of a window derived from CDialogBar. Is there a method like OnInitlDialog (CDialog) in CDialogBar ? I have tried to use OnCreate method, but when OnCreate is called DDX variable doens't exists jet!
-
3D visualization and OGLI need to show in a 3D graph the evolution of a flight. So I have to show some fixed points, the flying object and its wake (each one with a different color). Then I'd like to have the possibility to move the 3D system in order to view my objects from different position. Which is the most appropriate way to do that ?? I have seen that OGL allows to do something similar... and I have found some classes that manages OGL library... Can OGL library be usefull for my problem ?? :confused:
-
Installing a device driverI need to install a device driver (self-developed) in order to allow all system user to use it. Which is the way ? Thanks a lot!!!
-
Access to a driverI need to use a device driver (developed by a colleague of mine) in my application that runs on WINNT and I have the following problem: I can access to the driver (CreateFile and OpenEvent) only if I'm logged with an Administrator user. Non-administrator users cannot access to the driver even if it starts automatically with the OS. Is this a normal situation or can I do something to allow the application to access to the driver even if it is used by a non-Admin user ???
-
Installation toolI need to buy a tool that manages the creation of an executable files that self-installs the developed application, all needed libraries (dll, ocx, ...) and all files required by the application (database, configuration files, ...) in order to simplify the installation procedure. Does someone know which is an usefull tool ??? Thanks a lot.
-
Using a MSFlexGrid controlI need to simulate the mouse click on a row being part of a MSFlexGrid control. In other words, is need to highlight a specific row by the code (let this row to ). I have used the SetRowSel but it doesn't do what i want. It only set the focus in the specified row but it doesn't paint the row. How can I do ???
-
Bad driver in win2k - Need HELP !!I have installed a bad driver for the modem in win2k. In the next start my CPU works at 100% full time and the OS doesn't work...It works only in "temporary modality". Unfortunately, in that modality, is not possible (or I'm not able to...) to manage the Modem through the Control Panel in order to remove the bad driver. I also don't remember the name of the bad driver !!!!! But I need to remove it in order to let my OS work!!!! How can I solve this problem ??? I need to know where are stored some information about the current modem driver!!! Maybe the system registry ??? But where ??? I need help !!!!!!!!
-
CDialogBar window as modal windowI need to show a CDialogBar window as modal window. Is it possible ??? How can I do ??? Thanks a lot.