Im trying set custom install for deploy in our company. I have some progress but not all what i like. I wana use combined 32 and 64bit pack and my idea is repack it with custom instal.inf/instal64.inf
I can manage silent install, to my directory in czech. Then i need some setting from wincmd.ini get to install.inf to make it default for all users. I read it's possible but its not working for me. I dont want import wincmd.ini to program folder and use it for all users.
Its:
Set Show two drive buttons bars at Layout
Set Copy date/time of directories at Copy options
I put it at the and of install.inf. Few other ways didnt work too. Any advice?
Code: Select all
[Layout]
1=ButtonBar=1
2=DriveBar1=1
3=DriveBar2=1
4=DriveBarFlat=1
[Configuration]
1=ExplorerForCopy=0
2=CopyDirTimeStamp=1
3=Win95Delete=0