I maybe a bit strange, but I like to install my programs into specific folders. I like my Utils to go into the C:\Util folder, Multimedia into the C:\Multimedia folder and so on. I have been putting a lot of time on this and its driving me mad. Here is what I have so far:
Nullsoft uses the /D= switch which works well.
INNO's with the /loadinf switch work well.
MSI in this format work: installer.msi INSTALLDIR=C:\path\ /QB
And to my trouble spots:
When I try Installshield and just go through manually, you can choose what directory to install to. When you try to create the iss file with the -r switch, the directory screen is skipped. This keeps happening on WinDVD 5. I've tried going into the iss file and added a section called SdAskDestPath, but that does nothing.
When I try WISE installers, I just cant figure out what switches to use off this page. Just my ignorance I think.
Can anyone help me?