Hello,
I wish to create a simple, single-file installer (i.e. install_client.exe). All this program needs to do is copy two files to the local HD, create a desktop shortcut, and set some registry keys.
This is a no-brainer EXCEPT I want to avoid delivering the two client files with the installer app.
Can I somehow attach them, or embed them within the VB exe installer, and then copy/extract them out from the VB code?
-with thanks,
Mike.
p.s. I've played a bit with the Package and Deployment Wizard, but I wasn't able to get it to create a single-file installer.
I wish to create a simple, single-file installer (i.e. install_client.exe). All this program needs to do is copy two files to the local HD, create a desktop shortcut, and set some registry keys.
This is a no-brainer EXCEPT I want to avoid delivering the two client files with the installer app.
Can I somehow attach them, or embed them within the VB exe installer, and then copy/extract them out from the VB code?
-with thanks,
Mike.
p.s. I've played a bit with the Package and Deployment Wizard, but I wasn't able to get it to create a single-file installer.