/build/static/layout/Breadcrumb_cap_w.png

Softbits Consultants Flaresim

Version: 3

Don't be a Stranger!

Sign up today to participate, stay informed, earn points and establish a reputation for yourself!

Sign up! or login
Views: 2.2k  |  Created: 04/26/2013 by: samzeeco

Average Rating: 0
Flaresim has 1 inventory records, 0 Questions, 0 Blogs and 0 links. Please help add to this by sharing more!

Deployment Tips (2)

Most Common Setup Type
Windows Installer (MSI)
Average Package Difficulty Rating
Rated 1 / 5 (Very Easy) based on 1 ratings
Most Commonly Reported Deployment Method
Windows Installer Command Line (No MST)

Deployment Tip Summary

Flaresim is a program used for flare simulation and design. The good news is that we’re able to deploy the program with an MSI and a special LSHOST file that will need to be placed into the proper folder after the install. The following guide is for network licensed Flaresim.
1
Note

 

  1. Move the latest install to a working folder and create a blank install.bat
  2. Create a new folder called lshost and inside create a “file” called lshost in it make sure you have the IP of the server hosting your network key.
  3. Add the code below to the install.bat
  4. Compile the working folder together into a zip file.
  5. For Use in the Dell KACE K1000: Find the software entry in the K1000. Set the Supported operating systems to the Windows 7 32/64bit and XP 32/64bit. Then upload the zip and set the Category to Business and the Threat level to 1 – Safe.
  6. Navigate to the Distribution -> Managed Installations page and Choose Action -> Add New Item.
  7. Drop down the Software list and choose Flaresim 3.0.6 (3.00.5) (Or whatever version you’re using.)
    1. Set the installation command to Configure Manually and type in install.bat
    2. Check Don’t Prepend msiexec.exe and Delete downloaded files
    3. Input Notes about the install and set managed action to Execute Anytime (next available)
    4. Check Allow Snooze and put in a message, Set the timeout to 10 minutes and set the timeout action to Install Now
    5. Check Custom Post-Install Message and type in a message reminding the user to restart prior to using the program. Set the timeout to 15 Minutes.
    6. Save the install and you’re ready to start pushing Flaresim!
Setup Information:
Setup Type: Windows Installer (MSI)
Deployment Method Used: Windows Installer Command Line (No MST)
Deployment Difficulty: Very Easy
Platform(s): Windows
1
Script

 

Install.bat

::Flaresim 3.0.6 Check

REG QUERY HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{38264D58-E7B0-4E9A-B3E5-C7ABA786E0F0}

IF %errorlevel%==0 goto :END

) ELSE (

if %errorlevel%==1 goto :OLDCHECK

)

 

:OLDCHECK

::Flaresim 3.0.4 Check

REG QUERY HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{9DBBBFB5-4BA5-4386-8263-4633BBA6A69C}

if %errorlevel%==0 goto :UNINSTALL

) ELSE (

if %errorlevel%==1 goto :INSTALL

)

 

:UNINSTALL

::Flaresim 3.0.4 Uninstall

MSIEXEC /qn /X{9DBBBFB5-4BA5-4386-8263-4633BBA6A69C}

 

 

:INSTALL

msiexec /i "Flaresim 3.0.6.msi" /qn /norestart

 

set ProgFiles86Root=%ProgramFiles(x86)%

IF NOT "%ProgFiles86Root%"=="" (

     XCOPY "lshost"  "C:\Program Files (x86)\Flaresim 3.0" /E /C /R /Y

) ELSE (

     XCOPY "lshost"  "C:\Program Files\Flaresim 3.0" /E /C /R /Y

)

 

 

:END

Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows

Inventory Records (1)

View inventory records anonymously contributed by opt-in users of the K1000 Systems Management Appliance.

Versions

Flaresim

Version

0.6

Questions & Answers (0)

Questions & Answers related to Softbits Consultants Flaresim

Blogs (0)

Blog posts related to Softbits Consultants Flaresim

Reviews (0)

Reviews related to Softbits Consultants Flaresim

 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ