Quantcast
Channel: Indigo Rose Software Forums - Forums
Viewing all 1691 articles
Browse latest View live

SSH Plugin


Storing a few packages in different destinations

$
0
0
I have a setup consisting of a few folder references. These folder references belong to separate packages. All folder references are set to the same destination. During setup you can select which package is to be installed, you can only select one. This leads to the installation of only one package in one target folder. I now want to install all packages, this is an additional option. Problem is, since all folder references have the same destination, a selection of all packages would lead to all files being stored in one target directory. Is there a way to define a different destination at runtime ? Lets say package 1 stored in folder 1 and package 2 stored in folder 2 etc.

Silent Uninstall Override

$
0
0
I released an application using Setup Factory 9.5 where silent uninstall was not enabled. On the next update to that application, I enabled silent uninstall in Setup Factory and that works fine..

I also used Visual Patch to patch the first version and that works fine as well. However, when I then attempt a silent uninstall of the patched version, the uninstall is always screen based and will not uninstall silently.

I examined the uninstall.xml file and the silent uninstall setting is not obvious if it is there. I also diffed the uninstall.exe files between the two versions and found no difference.

Is there a setting somewhere, e.g. in the uninstall.xml file of setup factory, that I can change to allow the silent uninstall to occur on a patched version?

Thanks!

Create a ListBox to run files

$
0
0

I was wondering if anyone can help me. I want to make a "ListBox" so that each list name is a kind of link to run a program. I've tried but I can not find the right formula. Can anyone help me with this? I am very grateful


Help auto update

$
0
0
Hello, many software now has auto update features.. How can i make my application to have this also?

Setup Factory SQL Execution on Windows 10

$
0
0
I am using setup factory for my releases deployment/implementation. Its working fine on windows 8 and even on windows server 2012. Now I am using the same on windows server 2016 and windows 10 but setup factory terminates while executing SQL scripts.

Any solution?

LixtBoxEx count?

$
0
0
Hello i am trying to used ListBoxEx but how can i able to count the item on listboxEx?
on regular ListBox plugin i can used ListBox.GetCount("ListBox1")


anyone can help? i cannot find on the documentation or maybe i skiped it.. Thank for any help.

Copy File Operation fails

$
0
0
MSI Factory V2.1.1009.0
Win 10 64 bit

I have an install project where I want to copy a DLL file from SysWOW64 to System32 after the file installation step completes. However, when I run the install, the file doesn't show up in System32, and I can't figure out why. I think I have the destination folder and the copy operations set up properly, but I can't tell for sure.

I tried to attach my msifact file, but I got an 'Invalid File' error?? So I uploaded it as a .TXT file.

TIA,

Frank




Capture the Flag

$
0
0

This thread is dedicated to 'capture-the-flag' challenges. Its purpose is to act as a place where members can upload compiled projects which demonstrate the use of different techniques and ideas to improve project security.

Compiled projects should be posted as an open invitation and challenge for others to attempt to reverse-engineer. The challenge might be to capture a project's password or a hidden message. Or to simply capture the project's source code in its entirety. But the basic premise of the challenge remains the same - defeat the project's security mechanisms. Or 'capture its flag' so to speak.

Apart from being good fun, the motivation here is to share different ideas about project security. And to then put those ideas to the test by inviting others to break that security. It's a good way to gauge 'real world' effectiveness of any ideas you may have. And is also a great way to improve one's own skills and understanding when it comes to AMS and Lua programming in general.

So, the thread's open for anyone who wants to participate. And I encourage all members to do so. I'd also encourage "follow up" for any CTF challenges which you post. That is to say, after a challenge goes up and its 'flag' has been 'captured', I'd encourage the author of that challenge to follow up by posting the APZ from which the project was originally compiled. Am not saying this a 'rule' or anything (maybe you want some things kept secret) but is something I'd definitely encourage so that others can learn and benefit from the process.

So to get things started, below is the first of these capture-the-flag challenges. This one's a long-awaited 'redux' of an example posted in a related thread some time back - but with some core improvements and modifications - and with a new 'flag' to capture.

Hope everyone has some fun with this thread.
CTF!

bi0hazard














Looking for someone to port SUF application to AutoPlay

$
0
0
I am using SUF for something it was not intended for: a GUI application. I have it working as well as possible within the limitations, but I need to make it more user-friendly so want to port it to AutoPlay. I am looking for someone to engage to do the porting. Please PM me if you are interested. Requirements: you must be intimately familiar with both SUF and AutoPlay, and you must own your own fully licensed copies of SUF and AutoPlay.

auto play media studio 9

$
0
0
When will Release 9 be released?
auto play media studio

Streaming Radio Stations disconnects - Any way to resume stream playback

$
0
0
I built a small radio app a while back thanks to a lot of peoples help here

I have run into a small problem, every none and then the stream stops (small drops on network causing it) and i have to click the play button again to resume the playback.

To play my stream is just a simple push button action that calls a specific .m3u file depending on the radio station.
Code:
-- Load TodayFM M3U
MediaPlayer.Load("Plugin1", "AutoPlay\\Audio\\td4.m3u");
-- Play the M3U File
MediaPlayer.Play("Plugin1");


Is there any code i can implement that would resume the stream if it disconnects and would always do this unless the stop button is pressed.

Any help much appreciated (If you need the full app source code let me know)

Button Properties Script Help...

$
0
0
Last time I used AMS was version 6 (many years ago). So I am very rusty.

I am putting together a prototype GUI and program and I'm sure I will turn to all the talent here in the forum many times for advice and guidance.


My first obstacle is that I want a stock button (1044_0002.btn) that shows on my GUI to change to a different color (or same size different color button) when it is clicked. At this point, I don't need it to take any action - like load a page or open anything. I just want it to change color to show that it is selected.

I'm not talking about changing the text color - but the actual button color (or different button like 1043_0002.btn).

What I am working towards is a way a user can select several different options of their choice on the GUI so that when the program loads it will include those options.

Any ideas or advice will be most helpful - or if you can point me to documentation or previous posts, I'm happy to participate in my learning endeavor.

A great big thanks in advance.

Does File.Install set a new Modification Date for the file?

$
0
0
I have a file that is a Primer File, so it is saved in the TempLaunchFolder, then in On Post Install I copy it to my application directory with:

File.Install("%TempLaunchFolder%\\filename", "%AppFolder%\\filename")

However, it seems that the installed file then ends up with a modification date and time that is when the install happened, rather than the original file's modification date.

This can cause a problem if I make an important change to the file, then before I release a new version including it, a user runs an existing update. That causes the modification date to be newer than the new file's, and thus when I do release an update with the new file included, and the user runs it, File.Install does nothing because the existing installed file is newer!

Am I right in this interpretation? (Or perhaps it is the saving of Primer files that causes the date and time to be updated?) What is the best solution if so? Change the File.Install call to add the FILE_INSTALL_ALWAYS argument? Obviously that has its own dangers, particularly if for some reason a user re-runs an older installer that they have saved over top of a newer install.

Thank you.

Links to Media Player...

$
0
0
Okay... round two.

My second page has 25 links for samples of audio and video files used in my program.

What I would like to happen is when a customer clicks on one of the links in the list the AMS Media Player loads in a predetermined location (it can stay open in that location - it does not need to close). It should play the selected sample in the Media Player one time and then stop.

When a customer clicks another link from the list it will load and play that one in the same Media Player.

I realize the link will need actions entered into the script area to get the action to happen - I just have no idea what actions are needed, or on which event.

Any assistance will be appreciated - or kindly link me to a forum post that might help me understand the process and pitfalls.

Thanks a bunch...


IR AMS Buttons Pack

$
0
0
for those who want to have fun personalizing their creation......
400 unique buttons



13 MB MEGA.NZ
Code:
https://mega.nz/#!ng0XGAqK!WuA3Bek5crPU8kDwg_A7TmgnG8yE2AR8K8FEwfkK8Ag



Array

Modify Original Filename in Resources?

$
0
0
When building an EXE with SUF, I can specify most of the Resources attributes in the Resources tab, such as File Version, Product Version, File Description, Internal Name, etc. However, Original FileName is always set to suf_launch.exe. Is there any way to modify that Resources attribute? (short of using something like ResourceHacker)

Read each folder's ini file and compile the values in one txt.

$
0
0
I'm missing something here... I'm trying to go over a mountain when I know there is a easier way around it...

Objective:
Get a list of subfolders
Read a specific value that resides in each subfolder's ini file
Write the subfolder's name and the specific value of that ini file to a text/csv file in the parent folder 'C:\Folder\newtext.csv'
Text File Example:
Subfolder1, inivalue1, inivalue2
Subfolder2, inivalue1, inivalue2

Enviroment:
Parent Folder: C:\Folder
Subfolders: C:\Folder\Subfolder1 C:\Folder\Subfolder2.. etc
Each Subfolder has a "info.ini"


My Attempt:
Currently, I have downloaded Ulrich's example here
Which does not really help me too much... Where do I look for information on how to complete this task. I know it's something to do with tables but unsure...

I've actually searched this forum for something similar and the above mentioned in the only thing relatively close to what I'm trying to achieve. Any help on this will be appreciated.


I could just hard code the list of folders myself into the app and just release a newer version when there is a need for a new subfolder but this isn't the way I would want to go.


Flash Menu

Change Color of button depending on ping reply

$
0
0
Hi guys,

I have a small simple app that has a number of buttons.

Each button when clicked opens a webpage of a device on my small home network.

I want to have a ping run every say 30 seconds whilst my app is open and try and change the button color depending on the ping reply. So if a specific device is up, the relevant button would be green green and if down and no ping reply the button would turn say red.

Any help is much appreciated
Viewing all 1691 articles
Browse latest View live