Nov 14, 2014
02:39 PM
Good ole WiseScript 8... did same script and works like a charm.. go figure...
... View more
Nov 14, 2014
12:45 PM
the commented out ones are a problem. I have 350 files in here.. so it is time consuming but I will need to know why as I need these files.. Install File C:\PDFAgent\src\com\jeans\trayicon\TrayIconPopup.java to %MAINDIR%\src\com\jeans\trayicon\TrayIconPopup.java Install File C:\PDFAgent\src\com\jeans\trayicon\TrayIconPopupCheckItem.class to %MAINDIR%\src\com\jeans\trayicon\TrayIconPopupCheckItem.class Install File C:\PDFAgent\src\com\jeans\trayicon\TrayIconPopupCheckItem.java to %MAINDIR%\src\com\jeans\trayicon\TrayIconPopupCheckItem.java Install File C:\PDFAgent\src\com\jeans\trayicon\TrayIconPopupItem.class to %MAINDIR%\src\com\jeans\trayicon\TrayIconPopupItem.class Install File C:\PDFAgent\src\com\jeans\trayicon\TrayIconPopupItem.java to %MAINDIR%\src\com\jeans\trayicon\TrayIconPopupItem.java Install File C:\PDFAgent\src\com\jeans\trayicon\TrayIconPopupSeparator.class to %MAINDIR%\src\com\jeans\trayicon\TrayIconPopupSeparator.class Install File C:\PDFAgent\src\com\jeans\trayicon\TrayIconPopupSeparator.java to %MAINDIR%\src\com\jeans\trayicon\TrayIconPopupSeparator.java Install File C:\PDFAgent\src\com\jeans\trayicon\TrayIconPopupSimpleItem.class to %MAINDIR%\src\com\jeans\trayicon\TrayIconPopupSimpleItem.class Install File C:\PDFAgent\src\com\jeans\trayicon\TrayIconPopupSimpleItem.java to %MAINDIR%\src\com\jeans\trayicon\TrayIconPopupSimpleItem.java Install File C:\PDFAgent\src\com\jeans\trayicon\WindowsTrayIcon.class to %MAINDIR%\src\com\jeans\trayicon\WindowsTrayIcon.class Install File C:\PDFAgent\src\com\jeans\trayicon\WindowsTrayIcon.java to %MAINDIR%\src\com\jeans\trayicon\WindowsTrayIcon.java
... View more
Nov 14, 2014
10:38 AM
Ok so I have a WiseScript that all works. except for one portion. on a install file. My 2 other install files work but they are direct .exe... this one is a folder and all subfolders. looks like it is going to start but then fails... cant figure out why. It also creates a ton of backup wse files... w02-.w025 anything you can think of or seen that before where all these files get created? every backup wse file is 1,420k and so is the .exe which should actually be 100mb... so this is WiseScript 12 so I used installation expert to bring all the files in... it created individual lines.. seems the issue is with java.. .class or .java anyone see this before?
... View more
Sep 24, 2014
10:04 AM
Christopher Painter wrote: I'm personally of the opinion that all of these domain specific scripting languages are no longer needed. You'd be best served by learning C# and PowerShell. I agree.. I dont see much of a need more that what we are doing so with that... PowerShell doesn't have a graphical interface... I am not wanting to learn much more as I am too busy and wont use the power of InstallScript... guess ill sit here on WiseScript 12....
... View more
Sep 19, 2014
01:03 PM
OK so WiseScript was from Wise Package Studio bought by Altiris then sold to Symantec now Flexera... so long story short... if I want to get away from WiseScript as it is not being updated... what is there equivalent I can start learning? So many apps in the InstallShield 2014 and AdminStudio 2014 I cant figure it out... example I want do to this stuff... https://community.flexerasoftware.com/showthread.php?205246-WiseScript-Package-Editor-my-first-script&p=485719
... View more
Sep 19, 2014
12:21 PM
been a while since I have been on.. thanks for the tidbit! looks way better... im now starting to look at different ways to do things.. so more to come.... but well noted on what you said here.. appreciate it..
... View more
Jan 10, 2014
01:22 PM
exactly.. every software piece is different.. yesterday I installed an app... then did a capture to capture just the license part. I then took the package and compiled it.. msi worked... revert virtual machine (saved a snapshot to before installing the license was a life saver) compiled msi excluding all registry keys msi worked - thus reg keys not needed looked at the files and only 3 existed.... turns out i found the 1 key that contains the license.... and it was a pita... the file has a space in the front of it... my scenario was different.. I did the setup capture only to find the license as we are going from xp to win7 and cant find the license keys so needed to know what files we needed... only way i found to copy a file that has a space in the front is to use beyond compare or command line copy with quotes... but you didnt ask about that... 😄
... View more
Mar 21, 2013
01:47 PM
Ok this "Works" but just curious if I went about this the correct way? Since I need to figure this kind of stuff out, would be nice to get the hang and understand it better. This was an easy task. We utilize Altiris 7.1 SP2 MP1 and have since added Symantec System Recovery 2011 Management Option. We have various sites and they want the ability to do a C: backup or All Drive Backup. This is easy.. you create 1 filter for each of those options but the trick is to have as little administration as possible. We do a custom inventory this way. You just simply add a regkey to the machine and inventory it up into Altiris then create dynamic filters off the Tech's Choices. so easy.. hklm\software\bmsssr key with 2 keys ssrdrive and ssrserver but there are 32 and 64bit machines. can you see anything that is redundant or not needed? like i said this works.just looking to see if i could of had it any cleaner.. oh and the REM is just for reference.. i know they are not needed and would get the script smaller.. Rem Set Variables to Blank Set Variable 64BIT to Set Variable CNAME to Set Variable DONE to No Set Variable SSRSERVER to Set Variable SSRDRIVE to Rem Get Hostname Get Registry Key SYSTEM\CurrentControlSet\Control\ComputerName\ComputerName place in Variable CNAME Rem Get and Set 64bit Get System Information into 64BIT Rem If not 64bit If 64BIT Equals "0" then Rem Get registry keys Get Registry Key SOFTWARE\BMSSSR place in Variable SSRDRIVE Get Registry Key SOFTWARE\BMSSSR place in Variable SSRSERVER Rem If 64bit ElseIf 64BIT Equals "1" then Rem Get registry keys Get Registry Key SOFTWARE\Wow6432Node\BMSSSR place in Variable SSRDRIVE Get Registry Key SOFTWARE\Wow6432Node\BMSSSR place in Variable SSRSERVER End Rem On screen dialog selector Custom Dialog "LCS SSR Configuration Settings" Rem If not 64bit If 64BIT Equals "0" then Rem Edit registry Edit 2 registry keys Rem If 64bit ElseIf 64BIT Equals "1" then Rem Edit registry Edit 2 registry keys End
... View more
Oct 01, 2012
10:05 AM
rberge wrote: I have exactly the same problem. I have upgrade from AS 11.5 to AS 11.5 SP1. I have a serial number and the product was activated. regards, Rene Berge Talking to my Flexera Contact.. he explained to me that you need to install the flexera software onto a physical machine (can be virtual) as it needs to be a machine that will not get wiped. Since I did this in a VM.. I was testing.. added my license then reverted.. reinstalled and tried adding the license.. you cant do that.. so he is going to get me into contact with the right people so i can put an incident in and "release" my license to reinstall it. hope that helps someone else out there..
... View more
Oct 01, 2012
04:44 AM
well im gonna take a snapshot.. then revert.. and reinstall... straight sp1.. and see what happens... if still same issue.. ill go back to pre sp1 and leave it.. if that works.. :confused:
... View more
Sep 28, 2012
07:45 AM
Ok so i installed AdminStudio 11.5 then noticed 11.5 sp1 was out by the updater message... so i DL it and installed. When I launched it.. i added my license info... and went in.. all seems fine.. setup and exited.. went to launch WiseScript and it said AdminStudio needs to be opened or launched once.. so i launched it again and it asks for serial.. it wont retain the serial.. anyone know why? everytime it asks and i add it.. it says successfully registered???? oh this is on windows 7 64bit sp1 in a vmware workstation VM SQL Server Express 2012
... View more
Sep 19, 2012
01:35 PM
thanks guys.. it works.. i think the problem was i had my forum options showing up newest first and i cant read them that way.. then frustrated with symantec on parts... back and forth.. so i missed the link a page or 2 back in this thread.. im good thanks.. jeff
... View more
Sep 19, 2012
12:40 PM
DebbieL wrote: TeleFragger, To obtain the WiseScript Package Editor download, you can download it from this KB article: http://support.installshield.com/kb/...icleid=Q208207 ummm it isnt the full link.. hah.. all that is there is http:// support.installshield.com/kb/...icleid=Q208207 notice the ... in the link... thanks
... View more
Sep 19, 2012
11:34 AM
when i login to the fileconnect.symantec.com with my serial number all I have the option for is V11 of AdminStudio so I have an email off to our Symantec Rep as we need the WiseScript piece too...
... View more
Sep 19, 2012
11:15 AM
Evan Border wrote: Keep in mind that Wise Package Studio licenses don't expire...there's no reason that your existing Wise-licensed packagers can't continue using WiseScript from Package Studio. so instead of starting my own thread thought i would expand here... so what is the benefit of going to AdminStudio for Symantec for the WiseScript part vs keeping WiseScript v8? We utilize WiseScript for mainly everything and when I started at my company we last year we were on WiseScript v7 so I moved us to WiseScript v8 to find out about AdminStudio. We use Symantec Management Platform (aka Altiris Notification Server 6) so we are a Symantec Customer. When I logged into fileconnect.symantec.com I saw the link for AdminStudio but it points to v11 (@1.x gb)... and reading here i see that it does not included WiseScript so cancelled that download and am downloading 11.5 from Flexera and have an email into my symantec rep to figure out what else we need to get the WiseScrtipt for Symantec....
... View more
Latest posts by TeleFragger
Subject | Views | Posted |
---|---|---|
1007 | Nov 14, 2014 02:39 PM | |
1007 | Nov 14, 2014 12:45 PM | |
1506 | Nov 14, 2014 10:38 AM | |
859 | Sep 24, 2014 10:04 AM | |
2875 | Sep 19, 2014 01:03 PM | |
1265 | Sep 19, 2014 12:21 PM | |
1029 | Jan 10, 2014 01:22 PM | |
6078 | Mar 21, 2013 01:47 PM | |
1372 | Oct 01, 2012 10:05 AM | |
1372 | Oct 01, 2012 04:44 AM |
Activity Feed
- Posted Re: WiseScript no error but doesnt place install file... on AdminStudio Forum. Nov 14, 2014 02:39 PM
- Posted Re: WiseScript no error but doesnt place install file... on AdminStudio Forum. Nov 14, 2014 12:45 PM
- Posted WiseScript no error but doesnt place install file... on AdminStudio Forum. Nov 14, 2014 10:38 AM
- Posted Re: getting away from wisescript on AdminStudio Forum. Sep 24, 2014 10:04 AM
- Posted getting away from wisescript on AdminStudio Forum. Sep 19, 2014 01:03 PM
- Posted Re: WiseScript Package Editor - my first script on AdminStudio Forum. Sep 19, 2014 12:21 PM
- Posted Re: How to include application licence while repackaging? on AdminStudio Forum. Jan 10, 2014 01:22 PM
- Posted WiseScript Package Editor - my first script on AdminStudio Forum. Mar 21, 2013 01:47 PM
- Posted Re: keeps asking for license key on AdminStudio Forum. Oct 01, 2012 10:05 AM
- Posted Re: keeps asking for license key on AdminStudio Forum. Oct 01, 2012 04:44 AM
- Posted keeps asking for license key on AdminStudio Forum. Sep 28, 2012 07:45 AM
- Posted Re: AdminStudio for Symantec: help, where's WiseScript etc.? on AdminStudio Forum. Sep 19, 2012 01:35 PM
- Posted Re: AdminStudio for Symantec: help, where's WiseScript etc.? on AdminStudio Forum. Sep 19, 2012 12:40 PM
- Posted Re: AdminStudio for Symantec: help, where's WiseScript etc.? on AdminStudio Forum. Sep 19, 2012 11:34 AM
- Posted Re: AdminStudio 11.5 on AdminStudio Forum. Sep 19, 2012 11:15 AM