Jump to content

Fileinstall?


Recommended Posts

i am working on a program, that will "brand" our version of windows. (it adds a custom to logo to the computer properties)

this is what i have

FileInstall("oemlogo.bmp", "C:\WINDOWS\system32")

FileInstall("oeminfo.ini", "C:\WINDOWS\system32")

It works fine now BUT...

The problem is that i have to keep the exe in the a folder with the rest .bmp and the .ini file. I would like to have it be a single .exe file.

i was trying to use fileinstall but it did not seemed to work even after i had it compiled. I guess i am asking if there is a way to compile all into a .exe.

Any Help would be good.

Hard work never killed anyone but why take the chance?

Link to comment
Share on other sites

  • Moderators

FileInstall("Full Path To BMP From the PC you are Compiling From", @SystemDir & '\BMPName.bmp', 1)

Edited by SmOke_N

Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...