View Single Post
  #4 (permalink)  
Old 07-27-2009, 10:50 AM
raidzero's Avatar
raidzero
N00b
Offline
Threadstarter
Location: PPCG
 
Join Date: Dec 2008
Posts: 2,193
Reputation: 5220
raidzero is a trusted member of the communityraidzero is a trusted member of the communityraidzero is a trusted member of the communityraidzero is a trusted member of the communityraidzero is a trusted member of the communityraidzero is a trusted member of the communityraidzero is a trusted member of the communityraidzero is a trusted member of the communityraidzero is a trusted member of the communityraidzero is a trusted member of the communityraidzero is a trusted member of the community
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Send a message via MSN to raidzero
Re: (simple) OEM creation question

rebuilt it and the file is still not in the root directory? here is the complete initflashfiles.txt
Code:
;-------------------------------------------------------------------------------------------
;Created by ervius packages creator-v2: Package: MobileVPN
root:-Directory("My Documents")
Directory("\My Documents"):-File("EULA Bluefire Security text.txt","\Windows\EULA Bluefire Security text.txt")
root:-Directory("Program Files")
Directory("\Program Files"):-Directory("Bluefire")
Directory("\Program Files\Bluefire"):-Directory("VPN")
Directory("\Program Files\Bluefire\VPN"):-File("bfvpn.exe","\Windows\bfvpn.exe")
Directory("\Program Files\Bluefire\VPN"):-File("getuuid.exe","\Windows\getuuid.exe")
Directory("\Program Files\Bluefire\VPN"):-File("VPNClientDefault.xml","\Windows\VPNClientDefault.xml")
Directory("\Windows"):-Directory("Help")
Directory("\Windows\Help"):-File("Bluefire Mobile Security VPN.lnk","\Windows\Bluefire Mobile Security VPN.lnk")
Directory("\Windows"):-Directory("Start Menu")
Directory("\Windows\Start Menu"):-Directory("Programs")
Directory("\Windows\Start Menu\Programs"):-File("Bluefire VPN.lnk","\Windows\Bluefire VPN.lnk")
Directory("\Windows\Start Menu\Programs"):-File("getuuid.lnk","\Windows\getuuid.lnk")
Directory("\"):-File("bflicense.bfp","\bflicense.bfp")
;END Package: MobileVPN
__________________

Last edited by raidzero; 07-27-2009 at 10:53 AM.
Reply With Quote