Jump to content

Audigy

Members
  • Posts

    18
  • Joined

  • Last visited

About Audigy

  • Birthday 06/07/1987

Contact Methods

  • Website URL
    http://
  • ICQ
    0

Profile Information

  • Gender
    Female
  • Location
    Liverpool, UK
  • OS
    Windows XP Pro
  • Country
    United Kingdom

Audigy's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Great Idea Kelsenellenelvian, I was to busy concentrating on getting it to work from a batch file, I didnt even think about the tskill option in WPI. It just goes to show you Sometimes, the best answer is the simplest answer. Thanx Kel it worked a treat. Thanx for you all help Geej and sorry for all the extra work I put you through The code you wrote will come in handy in future projects
  2. Hi Geej, Thanx for your help and time, and the script works great. I did try using autoit but couldnt get it to work. I have just 1 little problem I want it for the WPI I am creating not as a addon, and will have notepad2 as my default text editor. If its not to much to ask, could you show or send me the code you used for the autoscript so that I can look it over, & would it be easy enough to change notepad to notepad2? Thanx...
  3. Thanx LUZR4LIFE, I forgot to leave it. The Program is CachemanXP
  4. I have created silent installs for a couple of programs, but I having some problems. The programs install silently to just before the end when they open up a read me file & you need to close in order for the install to finish which is frustrating, but Is there a program that can run in the background and kill notepad automatically when it is launched just while WPI is working. Thanx
  5. Thanx alot for this ricktendo64 I will give it a go when I get home...
  6. Thanx for your reply ricktendo64, but I am a bit unsure... this is my inf below, Not the one for UltraISO, bjfrog was just showing me how he did it in his addon. Can I still use the DelFiles even if I am using the programs uninstall & where would I put it? Thanx... [Version] Signature="$Windows NT$" [Optional Components] VirDir [DefaultInstall] AddReg =VirDir.AddReg Copyfiles =VirDir.Files,Help.Files,VirDir.Shortcut [VirDir] OptionDesc ="VirDir" Tip ="Create Virtual Drive" Modes =0,1,2,3 AddReg =VirDir.AddReg Copyfiles =VirDir.Files,Help.Files,VirDir.Shortcut [DestinationDirs] VirDir.Files =16422,%Vir% Help.Files =16422,%VirHelp% VirDir.Shortcut =16407,Utilts,Virmgr [SourceDisksNames.x86] 1="Windows XP CD-Rom","VirDir.CAB",,"i386" [SourceDisksFiles] banner.jpg=1 dw.css=1 irunin.bmp=1 irunin.dat=1 irunin.ini=1 irunin.lng=1 shim.gif=1 virdir.exe=1 help.htm=1 VirDir.lnk=1 [VirDir.Files] irunin.bmp irunin.dat irunin.ini irunin.lng virdir.exe virdir_help.htm,help.htm [Help.Files] banner.jpg dw.css shim.gif [VirDir.Shortcut] VirDir.lnk [VirDir.AddReg] HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Run","VirDir",0x0,"%16422%\VirDir Manager\virdir.exe /startup" HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\VirDir Manager0.9",,0x10 HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\VirDir Manager0.9","DisplayName",0x0,"VirDir Manager" HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\VirDir Manager0.9","UninstallString",0x0,"%10%\iun6002.exe ""%16422%\VirDir Manager\irunin.ini""" [Strings] Vir =VirDir Manager VirHelp=VirDir Manager\virdir_help_files
  7. I am not using the ProfileItems I am just copying them to the start menu. This is what I am using for VirDir Manager and softleds [DestinationDirs] Shortcut =16407,Utilts,Virmgr [DestinationDirs] Shortcut =16407,Utilts,Softleds I just need some way to deleted these shortcuts when the programs get uninstalled.
  8. Here is the question, I have created a couple of addons but have changed the default program group shortcuts on the start menu to a custom folder ie C:\Documents and Settings\All Users\Start Menu\Programs\My Programs\Utilities\Program Name So how do I remove the shortcuts when the program is uninstalled. I could change the default install directory, but is there another way, now that I have created the addons? Thanx inadvance
  9. Thanx for the info ricktendo64, you made it all look so easy in your tutorial :worthy: , but its not LUZR4LIFE, I have just created an addon using the new 5.3 version, and the shortcuts work fine with that :g:
  10. I was just trying different thinks with the filenames to see if I could get it to work. I have tried your modded .inf & added the .lnk files, but FGCBA gives me an error.... Error Msg
  11. I didnt know there was new version out LUZR4LIFE, but here is version 4.5, hope rapidshare is ok, Batch FileName Editor v4.5!
  12. I have made all the changes you suggested Jonnyboy, but it still doesn't work Updated INF: [Version] Signature="$Windows NT$" [Optional Components] BFNE [DefaultInstall] AddReg =BFNE.AddReg CopyFiles =BFNE.Files ProfileItems=BFNE.AddShortcut,Uninstall.AddShortcut [BFNE] OptionDesc ="BFNE" Tip ="Batch FileName Editor" Modes =0,1,2,3 AddReg =BFNE.AddReg CopyFiles =BFNE.Files ProfileItems=BFNE.AddShortcut,Uninstall.AddShortcut [DestinationDirs] BFNE.Files=16422,%Bfedir% [SourceDisksNames.x86] 1="Windows XP CD-Rom","BFNE.CAB",,"i386" [SourceDisksFiles] file.chm=1 License.txt=1 Name1.exe=1 Name2.dll=1 Readme.txt=1 uninstal.exe=1 uninstal.ini=1 [BFNE.Files] filenameditor.chm,file.chm License.txt Nameditor.exe,Name1.exe Nameditshell.dll,Name2.dll Readme.txt uninstall.exe,uninstal.exe uninstall.ini,uninstal.ini [BFNE.AddShortcut] Name ="Batch FileName Editor 4.5",8,23 CmdLine =16422,%Bfedir%,Nameditor.exe SubDir =%Bfedir% WorkingDir=16422,%Bfedir% InfoTip =Batch File Renamer [Uninstall.AddShortcut] Name ="Unistall",8,23 CmdLine =16422,%Bfedir%,uninstall.exe SubDir =%Bfedir% WorkingDir=16422,%Bfedir% InfoTip =Uninstall [BFNE.AddReg] REMOVED [Strings] Bfedir="Batch FileName Editor"
  13. Ok LUZR4LIFE, I will give that try.... Ive tried that Jonnyboy, but still no luck.
  14. Thanx for you reply LUZR4LIFE, I have tried removing the "" but it didn't work
  15. I need some help with this addon, it installs and uninstalls without a problem, but the shortcuts are missing :crying_anim02: . Can someone point me in the right direct, as to what I am doing wrong. Thanx [Version] Signature="$Windows NT$" [Optional Components] BFNE [DefaultInstall] AddReg =BFNE.AddReg CopyFiles =BFNE.Files ProfileItems=BFNE.AddShortcut,Uninstall.AddShortcut [BFNE] OptionDesc ="BFNE" Tip ="Batch FileName Editor" Modes =0,1,2,3 AddReg =BFNE.AddReg CopyFiles =BFNE.Files ProfileItems=BFNE.AddShortcut,Uninstall.AddShortcut [DestinationDirs] BFNE.Files=16422,%Bfedir% [SourceDisksNames.x86] 1="Windows XP CD-Rom","BFNE.CAB",,"i386" [SourceDisksFiles] file.chm=1 License.txt=1 Name1.exe=1 Name2.dll=1 Readme.txt=1 uninstal.exe=1 uninstal.ini=1 [BFNE.Files] filenameditor.chm,file.chm License.txt Nameditor.exe,Name1.exe Nameditshell.dll,Name2.dll Readme.txt uninstall.exe,uninstal.exe uninstall.ini,uninstal.ini [BFNE.AddShortcut] Name =Batch FileName Editor 4.5 CmdLine =16422,%Bfedir%,Nameditor.exe SubDir =%Bfedir% WorkingDir="16422,%Bfedir%" InfoTip =Batch File Rernamer [Uninstall.AddShortcut] Name =Unistall CmdLine =16422,%Bfedir%,uninstall.exe. SubDir =%Bfedir% WorkingDir="16422,%Bfedir%" InfoTip =Uninstall [BFNE.AddReg] REMOVED [Strings] Bfedir=Batch FileName Editor
×
×
  • Create New...