I'm looking to replace Wise for WIndows Installer (9) and have download the trial of Setup Factory. Two things have jumped out at me as possible problems and I wondered whether anyone could tell me if these would be issues:
a) I store my files with version numbers in the distribution folder, ipmeuk_3621.dll for example. When installed, I install the file with a different name with the version number removed, resulting in a file called ipmeuk.dll in this case. I can't see how to do this with Setup Factory. I tried specifying a file name in the destination, but it told me it could not create the destination folder.
b) When I install, I check to see if the app has been previously installed by checking a registry key. If the app has been installed before, I do not prompt the user for the install folder, but overwrite the existing code.
I can see how to write a script to use Registry.GetValue and SessionVar.Set to retrieve the install folder, but how can I use this to bypass the folder selection window if I have already determined where the software is or to display it if the app has not been installed before.
Sorry if this is a bit basic - I've only been playing for 20 minutes now, so may have missed something obvious.
Thanks
Steve


).