Hi all,
I have created single executable for device driver(network driver).Its installed fine.If I create another .exe file with different version its displaying 'another version is already running.Please remove from add/remove entry'.Just check the following steps whether its correct or not?
1.Product Details->Added all details and checked "Register product with windows installer".
2.Files and Folders->Added driver files under 'Application Folder'.
3.Driver->Added .inf file.
4.Install parameters->a)Application folder-[Windowsvolume][productname]
b)Installation options-package type(32 bit)
Installation type(per machine only(fails if user not an administrator))
Reboot behavior(reboot If required)
5.Build->a)package type-single EXE setup(Resources inside)
b)output-My exe file name
c)Archive-Kept as is.
d)Database Encoding-kept as is.
e)Bootstrapper options-Uninstall a package with same version(if found)
6.Launch conditions->a)supported OS-checked "32 bit windows version"
b)system requirements-checked "Run only if user has administrator privileges"
And modified something in translations and themes.
This package is installed properly on my system and device working fine.I didn't use registry option,but its automatically added details in registry editor.
So my doubt is whether we should use registry or not?.And please tell me the above steps are enough or not?.
Best regards,
Vijay.