Stephan
August 3rd, 1999, 09:53 AM
Hi
I have written an installation program that will install my application from CD to a selected harddrive. Everything is working fine.
When you insert the CD the [AUTORUN] option will call the install.exe program, and will let the user select the harddrive they want the application to be installed to. Once this is done the user will click on the INSTALL button, and the application will be installed from the CD to the selected harddrive.
Installation works 100%.
Question I have now is how do I add to the PATH statement in the AUTOEXEC.BAT file , as my app needs to include omething in th PATH.
I know about the [UPDATE-AUTOEXEC-SECTION] of INF Files, but don't know if it is appropriete in this case, and if it is how do I use it.
Do I include the above line\lines in the AUTORUN.INF File, or do I create an additional INF File which will do the job.
Any suggestions will be greatly appreciated.
Regards
Stephan
I have written an installation program that will install my application from CD to a selected harddrive. Everything is working fine.
When you insert the CD the [AUTORUN] option will call the install.exe program, and will let the user select the harddrive they want the application to be installed to. Once this is done the user will click on the INSTALL button, and the application will be installed from the CD to the selected harddrive.
Installation works 100%.
Question I have now is how do I add to the PATH statement in the AUTOEXEC.BAT file , as my app needs to include omething in th PATH.
I know about the [UPDATE-AUTOEXEC-SECTION] of INF Files, but don't know if it is appropriete in this case, and if it is how do I use it.
Do I include the above line\lines in the AUTORUN.INF File, or do I create an additional INF File which will do the job.
Any suggestions will be greatly appreciated.
Regards
Stephan