T
Tytus
Hello,
I have created a setup program based on the following MS Article:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnppcgen/html/netcfdeployment.asp
It works fine, but only if all application files are in one CAB.
In Setup project I made window, where user can choose what he want to
install (for example: application, data files, docs,...etc).
I put application file in one CAB and data files in other. I made 2 ini
files for CEAppMgr but it install 2 separate applications :-( (In the same
folder but when I try uninstall my app there are two positions and I have to
uninstall both of them :-( )
Is it possible to make msi file with "What do you want to install" dialog?
How to do this?
I think, I should construct ini files for CAB in some special way, but how?
Sorry for my english
I have created a setup program based on the following MS Article:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnppcgen/html/netcfdeployment.asp
It works fine, but only if all application files are in one CAB.
In Setup project I made window, where user can choose what he want to
install (for example: application, data files, docs,...etc).
I put application file in one CAB and data files in other. I made 2 ini
files for CEAppMgr but it install 2 separate applications :-( (In the same
folder but when I try uninstall my app there are two positions and I have to
uninstall both of them :-( )
Is it possible to make msi file with "What do you want to install" dialog?
How to do this?
I think, I should construct ini files for CAB in some special way, but how?
Sorry for my english