So yeah i would first like to thank all those who have previously helped me out on this forum especially WingedPanther and other moderators and high positioned web members.
I have recently almost completed a software which manages a stores inventory using a list for my ADT. Now if the following information could be besotwed onto or some form of reference link i would be gratefull as my websearching has been futile.
language : C
1. Changing size and font of text
2. autorun
3. how or which programme to use to create an installer or extractor to install my program onto a machine
Thanks.
Help : Programming project
Started by russian777, Mar 10 2009 06:34 PM
7 replies to this topic
#1
Posted 10 March 2009 - 06:34 PM
|
|
|
#3
Posted 11 March 2009 - 05:20 PM
ok ummm:
1. not sre what my API/library is.....
2. windows xp
3. tnx for NSIS
1. not sre what my API/library is.....
2. windows xp
3. tnx for NSIS
#4
Posted 12 March 2009 - 08:12 AM
If you are in windows xp, you will probably need to learn the Windows API.
#5
Posted 12 March 2009 - 12:47 PM
What do you mean by autorun, exactly? Like run when the system is booting, or run when the CD or flash drive it's on is inserted? I can show you how to do both, but I need some more info.
Windows API Reference
It's a bit dense and at times nonsensical; feel free to ask us any questions you have about it.
Windows API Reference
It's a bit dense and at times nonsensical; feel free to ask us any questions you have about it.
#6
Posted 24 March 2009 - 07:38 PM
from a CD as i have to burn my project onto the CD and it must autorun , i already have an installer file for it , "InstallInvetoryManager.exe" which installs the programme into the programme files. I recall something like creating a text file and then just putting the location of the file and renaming the txt file as autorun.inf. But that attempt ate spoilt tomatoes . So yeah .
#7
Posted 25 March 2009 - 12:07 PM
In the root directory of the CD put a text file called autorun.inf with this content. If this doesn't work, try renaming the file autorun.ini. Make sure that the executable is also in the root directory of the CD.
This will only work if the user has autorun enabled, which is the default.
[autorun] ShellExecute=InstallInventoryManager.exe
This will only work if the user has autorun enabled, which is the default.
#8
Posted 25 March 2009 - 11:57 PM
Thank you . I will notify you if it works.


Sign In
Create Account


Back to top









