Jump to content

raysmith26

Member
  • Posts

    2
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    India

Everything posted by raysmith26

  1. hi all thank you geezery and Inferi0r for ur suggestions and ideas for my query. well i wanted to ask 1 more thing, before that please have a look at the following file structure. Files pattern: A.exe - This file is the main file. b.exe - This is the file which is installed on the target computer if the user opens A.exe file. c.dll - This is the supporting file , which is also installed on the target computer if the user opens A.exe file Now, i have a file its a "A.exe" file which, when opened installs two files one is "b.exe" and another is "c.dll". so what i wanted was to take the first file "A.exe" into inno setup, make it run as the main executable file, this way it will install "b.exe" and "c.dll" file. And make the file "b.exe" start, at the startup from registry. now my question to you is, does my idiotic genius plan work? regards,
  2. hi i am using inno setup complier to make my setup file. i have two files, one is .exe file and another is .dll file and couple of .jpg files. i want to run the .exe file whenever the user starts his computer, in other words i want to make my program load on startup. but i don't want to make it run from startup folder. i want it to run from registry, which means i want a script inno setup script which will make the program run on startup from the registry. what should i do in inno setup compiler to make my program run on startup from the registry. plz help, thanks in advance, regards, Ray
×
×
  • Create New...